:root {
	--bc-border: rgba(23, 20, 15, 0.14);
	--bc-shadow: 0 22px 60px rgba(23, 20, 15, 0.12);
	--bc-radius-sm: 14px;
	--bc-radius: 24px;
	--bc-content: min(1440px, calc(100vw - clamp(2rem, 6vw, 7rem)));
	--bc-page-hero-height: clamp(350px, 28vw, 400px);
	--bc-page-section-gap: clamp(3.25rem, 5vw, 5rem);
}

/* Account order detail: match the account dashboard and form system. */
body.bc-account-endpoint-view-order .bc-account-woocommerce .woocommerce {
	min-height: 0 !important;
}

body.bc-account-endpoint-view-order .bc-account-woocommerce .woocommerce-MyAccount-content > p:first-of-type {
	margin: 0 0 1.25rem !important;
	padding: 0.85rem 1rem;
	border: 1px solid #d8e2dc;
	border-left: 3px solid var(--bc-gold);
	border-radius: 10px;
	color: #5f574c;
	background: #f8fbf9;
	font-size: 0.84rem;
}

body.bc-account-endpoint-view-order .bc-account-woocommerce .woocommerce-MyAccount-content > p:first-of-type mark {
	padding: 0;
	color: var(--bc-green);
	background: transparent;
	font-weight: 750;
}

body.bc-account-endpoint-view-order .bc-account-woocommerce :is(
	.woocommerce-order-details,
	.woocommerce-customer-details
) {
	width: 100%;
	margin: 0 0 1.25rem !important;
}

body.bc-account-endpoint-view-order .bc-account-woocommerce :is(
	.woocommerce-order-details__title,
	.woocommerce-column__title
) {
	margin: 0 !important;
	color: var(--bc-ink);
	font-family: "Brand Sans", "Segoe UI", Arial, sans-serif;
	font-size: clamp(1.15rem, 2vw, 1.45rem) !important;
	font-weight: 650;
	line-height: 1.2;
	letter-spacing: -0.02em;
}

body.bc-account-endpoint-view-order .bc-account-woocommerce .woocommerce-order-details {
	overflow: hidden;
	border: 1px solid #e3dac9;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 10px 26px rgba(41, 30, 17, 0.045);
}

body.bc-account-endpoint-view-order .bc-account-woocommerce .woocommerce-order-details__title {
	padding: 1rem 1.15rem;
	color: #fffaf0;
	background: var(--bc-green);
}

body.bc-account-endpoint-view-order .bc-account-woocommerce .woocommerce-table--order-details {
	width: 100%;
	margin: 0 !important;
	border: 0 !important;
	border-collapse: collapse;
	table-layout: fixed;
}

body.bc-account-endpoint-view-order .bc-account-woocommerce .woocommerce-table--order-details :is(th, td) {
	padding: 0.9rem 1.15rem !important;
	border: 0 !important;
	border-bottom: 1px solid #ece5d8 !important;
	color: var(--bc-ink);
	background: #fff !important;
	text-align: left;
	vertical-align: middle;
}

body.bc-account-endpoint-view-order .bc-account-woocommerce .woocommerce-table--order-details thead th {
	color: var(--bc-green);
	background: #f3eee4 !important;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.bc-account-endpoint-view-order .bc-account-woocommerce .woocommerce-table--order-details :is(
	.product-total,
	tfoot td
) {
	width: 32%;
	text-align: right;
}

body.bc-account-endpoint-view-order .bc-account-woocommerce .woocommerce-table--order-details tfoot th {
	text-align: right;
	font-weight: 650;
}

body.bc-account-endpoint-view-order .bc-account-woocommerce .woocommerce-table--order-details tfoot tr:last-child :is(th, td) {
	border-bottom: 0 !important;
}

body.bc-account-endpoint-view-order .bc-account-woocommerce .woocommerce-table--order-details tfoot tr:nth-last-child(2) :is(th, td) {
	color: var(--bc-green);
	font-size: 1rem;
	font-weight: 800;
}

body.bc-account-endpoint-view-order .bc-view-order-product {
	display: inline-grid;
	grid-template-columns: 58px minmax(0, 1fr);
	gap: 0.85rem;
	align-items: center;
	vertical-align: middle;
}

body.bc-account-endpoint-view-order .bc-view-order-product__image {
	display: block;
	width: 58px;
	height: 58px;
	margin: 0;
	border: 1px solid #e3dac9;
	border-radius: 8px;
	object-fit: cover;
	background: #f3eee4;
}

body.bc-account-endpoint-view-order .bc-view-order-product__content {
	display: flex;
	gap: 0.4rem;
	min-width: 0;
	align-items: baseline;
	flex-wrap: wrap;
	font-weight: 700;
}

body.bc-account-endpoint-view-order .bc-account-woocommerce .product-name a {
	color: var(--bc-green);
	text-decoration: none;
}

body.bc-account-endpoint-view-order .bc-account-woocommerce .product-quantity {
	color: #6b6257;
	font-size: 0.82rem;
	white-space: nowrap;
}

body.bc-account-endpoint-view-order .bc-account-woocommerce .wc-item-meta {
	margin: 0.3rem 0 0 4.55rem !important;
	padding: 0 !important;
	color: #6b6257;
	font-size: 0.78rem;
	list-style: none;
}

body.bc-account-endpoint-view-order .bc-account-woocommerce .wc-item-meta li {
	display: flex;
	gap: 0.3rem;
	align-items: baseline;
}

body.bc-account-endpoint-view-order .bc-account-woocommerce .wc-item-meta :is(strong, p) {
	margin: 0 !important;
	font-size: inherit;
}

body.bc-account-endpoint-view-order .bc-account-woocommerce .woocommerce-customer-details .woocommerce-columns--addresses {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 1rem !important;
	margin: 0 !important;
}

body.bc-account-endpoint-view-order .bc-account-woocommerce .woocommerce-customer-details .woocommerce-column {
	float: none !important;
	width: auto !important;
	min-width: 0;
	padding: 1.15rem;
	border: 1px solid #e3dac9;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 10px 26px rgba(41, 30, 17, 0.045);
}

body.bc-account-endpoint-view-order .bc-account-woocommerce .woocommerce-customer-details address {
	margin: 0.75rem 0 0 !important;
	padding: 0 !important;
	border: 0 !important;
	color: #5f574c;
	font-style: normal;
	line-height: 1.65;
}

body.bc-account-endpoint-view-order .bc-account-woocommerce .woocommerce-customer-details address p {
	margin: 0.35rem 0 0 !important;
}

@media (max-width: 760px) {
	body.bc-account-endpoint-view-order .bc-account-woocommerce .woocommerce-table--order-details {
		table-layout: auto;
	}

	body.bc-account-endpoint-view-order .bc-account-woocommerce .woocommerce-table--order-details :is(th, td) {
		padding: 0.8rem !important;
	}

	body.bc-account-endpoint-view-order .bc-account-woocommerce .woocommerce-customer-details .woocommerce-columns--addresses {
		grid-template-columns: minmax(0, 1fr) !important;
	}
}

@media (max-width: 480px) {
	body.bc-account-endpoint-view-order .bc-view-order-product {
		grid-template-columns: 46px minmax(0, 1fr);
	}

	body.bc-account-endpoint-view-order .bc-view-order-product__image {
		width: 46px;
		height: 46px;
	}

	body.bc-account-endpoint-view-order .bc-account-woocommerce .wc-item-meta {
		margin-left: 3.85rem !important;
	}

	body.bc-account-endpoint-view-order .bc-account-woocommerce .woocommerce-table--order-details :is(
		.product-total,
		tfoot td
	) {
		width: 38%;
	}
}

/* B2B landing page. */
.bc-b2b-page {
	overflow: clip;
	background: #fffaf0;
}

.bc-b2b-page > * {
	margin-block-start: 0 !important;
}

.wc-block-mini-cart__drawer[aria-hidden="true"] {
	display: none !important;
	visibility: hidden;
	pointer-events: none;
}

.bc-b2b-hero {
	position: relative;
	height: var(--bc-page-hero-height);
	min-height: var(--bc-page-hero-height);
	color: #fffaf0;
	background:
		linear-gradient(90deg, rgba(5, 38, 29, 0.92) 0%, rgba(5, 38, 29, 0.68) 53%, rgba(5, 38, 29, 0.38) 100%),
		url("../images/needs/need-kiosk.webp") center 48% / cover no-repeat;
}

.bc-b2b-hero__inner {
	position: relative;
	display: grid;
	width: var(--bc-content);
	max-width: var(--bc-content-max);
	height: 100%;
	min-height: 0;
	margin-inline: auto;
	padding-block: clamp(2.25rem, 4vw, 3.5rem);
	grid-template-columns: minmax(0, 1fr) minmax(300px, 0.62fr);
	gap: clamp(2rem, 7vw, 7rem);
	align-items: end;
}

.bc-b2b-hero h1 {
	max-width: 11ch;
	margin: 0.55rem 0 0;
	color: #fffaf0;
	font-size: clamp(2.85rem, 4.5vw, 4.5rem);
	line-height: 0.94;
}

.bc-b2b-hero__copy {
	padding-bottom: 0.35rem;
}

.bc-b2b-hero__copy > p {
	max-width: 50ch;
	margin: 0;
	color: rgba(255, 250, 240, 0.88);
	font-size: clamp(1rem, 1.3vw, 1.18rem);
}

.bc-b2b-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.35rem;
}

.bc-b2b-hero .bc-button {
	display: inline-flex;
	min-height: 44px;
	padding: 0.7rem 1rem;
	border: 1px solid #fffaf0;
	border-radius: 999px;
	align-items: center;
	justify-content: center;
	font-size: 0.78rem;
	font-weight: 700;
	text-decoration: none;
}

.bc-b2b-hero .bc-button--light {
	color: #173f32;
	background: #fffaf0;
}

.bc-b2b-hero .bc-button--outline-light {
	color: #fffaf0;
	background: rgba(7, 48, 38, 0.18);
}

.bc-b2b-hero .bc-button:hover,
.bc-b2b-hero .bc-button:focus-visible {
	border-color: #d2aa62;
	color: #173f32;
	background: #d2aa62;
}

.bc-b2b-image-note {
	position: absolute;
	right: 0;
	bottom: 1rem;
	padding: 0.35rem 0.55rem;
	border: 1px solid rgba(255, 250, 240, 0.45);
	border-radius: 999px;
	background: rgba(6, 39, 31, 0.7);
	font-size: 0.58rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.bc-b2b-solutions,
.bc-b2b-contact {
	padding-block: var(--bc-page-section-gap);
}

.bc-b2b-contact {
	padding-block: clamp(3rem, 4vw, 4rem);
}

.bc-b2b-section-head {
	display: grid;
	margin-bottom: clamp(2rem, 4vw, 3.5rem);
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.52fr);
	gap: clamp(2rem, 6vw, 6rem);
	align-items: end;
}

.bc-b2b-section-head h2,
.bc-b2b-contact h2 {
	max-width: 19ch;
	margin: 0.4rem 0 0;
	font-size: clamp(2.2rem, 3.2vw, 3.35rem);
	line-height: 0.98;
}

.bc-b2b-contact h2 {
	max-width: 15ch;
	font-size: clamp(2rem, 2.8vw, 3rem);
}

.bc-b2b-section-head > p {
	max-width: 44ch;
	margin: 0;
	color: #6d655a;
}

.bc-b2b-solution-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.bc-b2b-solution {
	position: relative;
	display: flex;
	overflow: hidden;
	min-height: 370px;
	border-radius: var(--bc-radius);
	color: #fffaf0;
	background: #173f32;
	text-decoration: none;
	isolation: isolate;
}

.bc-b2b-solution img,
.bc-b2b-solution__overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.bc-b2b-solution img {
	z-index: -2;
	object-fit: cover;
	transition: transform 420ms ease;
}

.bc-b2b-solution__overlay {
	z-index: -1;
	background: linear-gradient(180deg, rgba(5, 34, 26, 0.08) 15%, rgba(5, 34, 26, 0.92) 100%);
}

.bc-b2b-solution__number {
	position: absolute;
	top: 1rem;
	left: 1rem;
	display: grid;
	width: 2.5rem;
	height: 2.5rem;
	border: 1px solid rgba(255, 250, 240, 0.7);
	border-radius: 50%;
	background: rgba(7, 48, 38, 0.65);
	font-size: 0.68rem;
	font-weight: 700;
	place-items: center;
}

.bc-b2b-solution__content {
	display: flex;
	width: 100%;
	margin-top: auto;
	padding: 1.35rem;
	flex-direction: column;
}

.bc-b2b-solution__content strong {
	font-family: "Brand Serif", Georgia, serif;
	font-size: clamp(1.65rem, 2.5vw, 2.3rem);
	line-height: 1;
}

.bc-b2b-solution__content > span {
	max-width: 35ch;
	margin-top: 0.6rem;
	color: rgba(255, 250, 240, 0.8);
	font-size: 0.82rem;
}

.bc-b2b-solution__content small {
	margin-top: 1rem;
	padding-top: 0.8rem;
	border-top: 1px solid rgba(255, 250, 240, 0.22);
	color: #e6b45a;
	font-size: 0.7rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.bc-b2b-solution__image-note {
	position: absolute;
	top: 1rem;
	right: 1rem;
	padding: 0.3rem 0.48rem;
	border: 1px solid rgba(255, 250, 240, 0.45);
	border-radius: 999px;
	background: rgba(7, 48, 38, 0.68);
	font-size: 0.52rem;
	font-weight: 700;
}

.bc-b2b-solution:hover img,
.bc-b2b-solution:focus-visible img {
	transform: scale(1.055);
}

.bc-b2b-solution.is-selected {
	outline: 3px solid #d2aa62;
	outline-offset: 3px;
}

.bc-b2b-process {
	padding-block: clamp(3.25rem, 5vw, 4.5rem);
	color: #fffaf0;
	background:
		radial-gradient(circle at 12% 12%, rgba(210, 170, 98, 0.11), transparent 28%),
		linear-gradient(145deg, #0d352a, #123f33);
}

.bc-b2b-section-head--light h2 {
	max-width: 14ch;
	color: #fffaf0;
	font-size: clamp(2.05rem, 2.8vw, 3rem);
}

.bc-b2b-section-head--light > p {
	color: rgba(255, 250, 240, 0.72);
}

.bc-b2b-process__symbols {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

.bc-b2b-process__list {
	position: relative;
	display: grid;
	margin: 0;
	padding: 0;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.15rem;
	list-style: none;
}

.bc-b2b-process__list li {
	position: relative;
	display: flex;
	min-height: 168px;
	padding: 1.15rem;
	border: 1px solid rgba(255, 250, 240, 0.14);
	border-radius: 18px;
	flex-direction: column;
	align-items: flex-start;
	background: rgba(255, 250, 240, 0.065);
	box-shadow: 0 18px 45px rgba(2, 20, 15, 0.13);
}

.bc-b2b-process__list li::before {
	position: absolute;
	z-index: 2;
	top: 2.45rem;
	right: -1.2rem;
	width: 1.25rem;
	border-top: 1px dashed rgba(230, 180, 90, 0.7);
	content: "";
}

.bc-b2b-process__list li::after {
	position: absolute;
	z-index: 3;
	top: calc(2.45rem - 3px);
	right: -1.2rem;
	width: 6px;
	height: 6px;
	border-top: 1px solid #e6b45a;
	border-right: 1px solid #e6b45a;
	content: "";
	transform: rotate(45deg);
}

.bc-b2b-process__list li:nth-child(4n)::before,
.bc-b2b-process__list li:nth-child(4n)::after {
	display: none;
}

.bc-b2b-process__marker {
	display: flex;
	width: 3.35rem;
	height: 3.35rem;
	border: 1px solid rgba(230, 180, 90, 0.62);
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	color: #e6b45a;
	background: rgba(230, 180, 90, 0.09);
}

.bc-b2b-process__marker svg {
	width: 1.45rem;
	height: 1.45rem;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.55;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.bc-b2b-process__marker small {
	position: absolute;
	top: 1rem;
	right: 1rem;
	color: rgba(255, 250, 240, 0.52);
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.bc-b2b-process__list strong {
	max-width: 18ch;
	margin-top: auto;
	padding-top: 1.4rem;
	font-family: "Brand Serif", Georgia, serif;
	font-size: clamp(1.02rem, 1.45vw, 1.22rem);
	line-height: 1.08;
}

.bc-b2b-values {
	display: grid;
	padding-block: clamp(2.4rem, 4vw, 3.6rem);
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.9rem;
}

.bc-b2b-values article {
	position: relative;
	display: grid;
	min-height: 190px;
	padding: 1.25rem;
	overflow: hidden;
	border: 1px solid var(--bc-border);
	border-radius: 18px;
	align-content: start;
	background: linear-gradient(145deg, #f4ecdd, #fffaf0);
	box-shadow: 0 14px 34px rgba(23, 20, 15, 0.055);
}

.bc-b2b-values article::after {
	position: absolute;
	right: -2.5rem;
	bottom: -3.5rem;
	width: 9rem;
	height: 9rem;
	border: 1px solid rgba(177, 124, 54, 0.18);
	border-radius: 50%;
	content: "";
}

.bc-b2b-values article:nth-child(even) {
	background: linear-gradient(145deg, #edf1e8, #fffaf0);
}

.bc-b2b-values article > span {
	display: grid;
	width: 2.15rem;
	height: 2.15rem;
	border-radius: 50%;
	color: #fffaf0;
	background: #173f32;
	font-size: 0.62rem;
	font-weight: 700;
	place-items: center;
}

.bc-b2b-values strong {
	max-width: 18ch;
	margin-top: 1.25rem;
	font-family: "Brand Serif", Georgia, serif;
	font-size: clamp(1.08rem, 1.55vw, 1.28rem);
	line-height: 1.08;
}

.bc-b2b-values p {
	margin: 0.55rem 0 0;
	color: #6d655a;
	font-size: 0.75rem;
}

.bc-b2b-contact {
	display: grid;
	grid-template-columns: minmax(250px, 0.36fr) minmax(0, 1fr);
	gap: clamp(2rem, 5vw, 5rem);
	align-items: start;
}

.bc-b2b-contact__intro {
	position: sticky;
	top: 140px;
}

.bc-b2b-contact__intro > p {
	max-width: 43ch;
	color: #6d655a;
}

.bc-b2b-contact__note {
	display: grid;
	gap: 0.3rem;
	margin-top: 1.35rem;
	padding: 1rem;
	border-left: 3px solid #d2aa62;
	color: #fffaf0;
	background: #173f32;
}

.bc-b2b-contact__note strong {
	font-family: "Brand Serif", Georgia, serif;
	font-size: 1.15rem;
}

.bc-b2b-contact__note span,
.bc-b2b-contact__crm small {
	font-size: 0.74rem;
	line-height: 1.45;
}

.bc-b2b-contact__crm {
	display: grid;
	gap: 0.25rem;
	margin-top: 0.8rem;
	padding: 0.85rem 1rem;
	border: 1px dashed var(--bc-border);
	color: #6d655a;
}

.bc-b2b-contact__crm span {
	color: #173f32;
	font-size: 0.72rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.bc-b2b-form-card {
	padding: clamp(1rem, 1.6vw, 1.4rem);
	border: 1px solid var(--bc-border);
	border-radius: var(--bc-radius);
	background: #f3eddf;
	box-shadow: 0 18px 48px rgba(23, 20, 15, 0.08);
}

.bc-b2b-honeypot {
	position: absolute !important;
	left: -9999px !important;
}

.bc-b2b-form__grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 0.7rem 0.8rem;
}

.bc-b2b-form__grid > label {
	display: grid;
	grid-column: span 2;
	gap: 0.3rem;
	color: #173f32;
	font-size: 0.69rem;
	font-weight: 700;
}

.bc-b2b-form input[type="text"],
.bc-b2b-form input[type="tel"],
.bc-b2b-form input[type="email"],
.bc-b2b-form select,
.bc-b2b-form textarea {
	width: 100%;
	min-height: 42px;
	padding: 0.58rem 0.72rem;
	border: 1px solid var(--bc-border);
	border-radius: 12px;
	color: #17140f;
	background: #fffaf0;
	font: inherit;
	font-weight: 400;
}

.bc-b2b-form textarea {
	height: 82px;
	min-height: 82px;
	resize: vertical;
}

.bc-b2b-form__options {
	display: grid;
	grid-column: span 3;
	margin: 0;
	padding: 0.65rem 0.75rem;
	border: 1px solid var(--bc-border);
	border-radius: 12px;
	gap: 0.35rem;
}

.bc-b2b-form__options legend {
	padding-inline: 0.2rem;
	color: #173f32;
	font-size: 0.69rem;
	font-weight: 700;
}

.bc-b2b-form__options label,
.bc-b2b-form__consent {
	display: flex;
	gap: 0.5rem;
	align-items: flex-start;
	color: #5f584f;
	font-size: 0.72rem;
	font-weight: 400;
}

.bc-b2b-form__options input,
.bc-b2b-form__consent input {
	flex: 0 0 auto;
	margin-top: 0.12rem;
}

.bc-b2b-form__message {
	grid-column: span 3 !important;
}

.bc-b2b-form__consent {
	margin-block: 0.8rem;
}

.bc-b2b-form__consent a {
	color: #173f32;
	text-decoration: underline;
	text-underline-offset: 0.16em;
}

.bc-b2b-form button[type="submit"] {
	min-height: 44px;
	padding: 0.66rem 1.2rem;
	border: 1px solid #173f32;
	border-radius: 999px;
	color: #fffaf0;
	background: #173f32;
	font: inherit;
	font-size: 0.8rem;
	font-weight: 700;
	cursor: pointer;
}

.bc-b2b-form button[type="submit"]:disabled {
	cursor: wait;
	opacity: 0.65;
}

.bc-b2b-form__result {
	min-height: 1.4em;
	margin-top: 0.6rem;
	font-size: 0.76rem;
}

.bc-b2b-form__result.is-success {
	color: #21643d;
}

.bc-b2b-form__result.is-error {
	color: #a03c2f;
}

@media (max-width: 1200px) {
	.bc-b2b-solution-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bc-b2b-process__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bc-b2b-process__list li:nth-child(2n)::before,
	.bc-b2b-process__list li:nth-child(2n)::after {
		display: none;
	}

	.bc-b2b-values {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bc-b2b-contact {
		grid-template-columns: 1fr;
	}

	.bc-b2b-contact__intro {
		position: static;
		max-width: 720px;
	}

}

@media (max-width: 1320px) {
	.bc-header .wp-block-navigation__responsive-container-open {
		display: flex;
	}

	.bc-header .wp-block-navigation__responsive-container:not(.is-menu-open) {
		display: none;
	}
}

@media (max-width: 720px) {
	.bc-b2b-hero,
	.bc-b2b-hero__inner {
		min-height: var(--bc-page-hero-height);
	}

	.bc-b2b-hero__inner,
	.bc-b2b-section-head {
		grid-template-columns: 1fr;
		gap: 1.35rem;
	}

	.bc-b2b-hero__inner {
		align-content: end;
	}

	.bc-b2b-hero h1 {
		font-size: clamp(2.25rem, 9.5vw, 3rem);
	}

	.bc-b2b-image-note {
		right: auto;
		left: 0;
	}

	.bc-b2b-solution-grid,
	.bc-b2b-process__list,
	.bc-b2b-values,
	.bc-b2b-form__grid {
		grid-template-columns: 1fr;
	}

	.bc-b2b-solution {
		min-height: 330px;
	}

	.bc-b2b-process__list li {
		min-height: 150px;
	}

	.bc-b2b-process__list li::before,
	.bc-b2b-process__list li::after {
		display: none;
	}

	.bc-b2b-values article,
	.bc-b2b-values article:first-child,
	.bc-b2b-values article:last-child {
		min-height: 165px;
		padding: 1.15rem;
		border: 1px solid var(--bc-border);
	}

	.bc-b2b-form__grid > label,
	.bc-b2b-form__options,
	.bc-b2b-form__message {
		grid-column: span 1 !important;
	}
}

/* Sample, account and product detail pages. */
.bc-ai-image-badge {
	position: absolute;
	right: 0.75rem;
	bottom: 0.75rem;
	z-index: 2;
	padding: 0.35rem 0.55rem;
	border: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 999px;
	background: rgba(8, 44, 36, 0.82);
	color: var(--bc-cream);
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.bc-catalog-card .bc-product__media {
	position: relative;
}

.bc-catalog-card__image {
	object-fit: contain;
}

.bc-internal-hero {
	min-height: var(--bc-page-hero-height);
	background:
		linear-gradient(90deg, rgba(4, 38, 31, 0.92), rgba(4, 38, 31, 0.55)),
		url("../images/placeholders/hero-coffee-farm-ai-placeholder.png") center 50% / cover no-repeat;
	color: var(--bc-cream);
}

.bc-internal-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.65fr);
	align-items: end;
	gap: clamp(2rem, 8vw, 8rem);
	min-height: var(--bc-page-hero-height);
	padding-block: clamp(2.5rem, 6vw, 4.5rem);
}

.bc-internal-hero h1 {
	max-width: 850px;
	margin: 0.7rem 0 0;
	color: var(--bc-cream);
	font-family: var(--bc-font-serif);
	font-size: clamp(2.8rem, 5.4vw, 5.25rem);
	font-weight: 500;
	line-height: 0.98;
	letter-spacing: -0.055em;
}

.bc-internal-hero__inner > p {
	max-width: 520px;
	margin: 0 0 0.35rem;
	font-size: clamp(1rem, 1.25vw, 1.18rem);
	line-height: 1.65;
}

.bc-product-section-head {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.65fr);
	align-items: end;
	gap: clamp(2rem, 8vw, 8rem);
}

.bc-product-section-head h2,
.bc-sample-signup h2,
.bc-account-main h2 {
	max-width: 780px;
	margin: 0.5rem 0 0;
	font-family: var(--bc-font-serif);
	font-size: clamp(2.25rem, 4vw, 4.3rem);
	font-weight: 500;
	line-height: 1.02;
	letter-spacing: -0.045em;
}

.bc-product-section-head > p {
	margin: 0;
	line-height: 1.7;
}

.bc-product-section-head--light,
.bc-product-section-head--light h2 {
	color: var(--bc-cream);
}

.bc-sample-overview {
	padding-block: clamp(3.5rem, 7vw, 6.5rem);
}

.bc-sample-priority {
	display: flex;
	flex-wrap: wrap;
	gap: 0.7rem;
	margin-top: 2rem;
}

.bc-sample-priority span {
	padding: 0.7rem 1rem;
	border: 1px solid var(--bc-border);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.35);
	font-weight: 600;
}

.bc-sample-process {
	padding-block: clamp(3.5rem, 7vw, 6rem);
	background: var(--bc-green);
	color: var(--bc-cream);
}

.bc-sample-process__list {
	position: relative;
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 0;
	margin: 3rem 0 0;
	padding: 0;
	list-style: none;
}

.bc-sample-process__list::before {
	position: absolute;
	top: 31px;
	right: 7%;
	left: 7%;
	height: 1px;
	background: rgba(230, 181, 89, 0.55);
	content: "";
}

.bc-sample-process__list li {
	position: relative;
	z-index: 1;
	display: grid;
	justify-items: center;
	gap: 0.65rem;
	padding-inline: 0.55rem;
	text-align: center;
}

.bc-sample-process__icon {
	display: grid;
	width: 62px;
	height: 62px;
	place-items: center;
	border: 1px solid rgba(230, 181, 89, 0.75);
	border-radius: 50%;
	background: var(--bc-green);
	color: var(--bc-gold);
}

.bc-sample-process__icon svg {
	width: 25px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.bc-sample-process__list small {
	color: var(--bc-gold);
	font-weight: 700;
	letter-spacing: 0.08em;
}

.bc-sample-process__list strong {
	max-width: 150px;
	font-size: 0.86rem;
	line-height: 1.35;
}

.bc-sample-signup {
	display: grid;
	grid-template-columns: minmax(260px, 0.65fr) minmax(0, 1.5fr);
	gap: clamp(2rem, 6vw, 6rem);
	padding-block: clamp(3.5rem, 7vw, 6rem);
}

.bc-sample-signup__intro {
	align-self: start;
	position: sticky;
	top: 120px;
}

.bc-sample-signup__intro > p {
	line-height: 1.7;
}

.bc-sample-conditions {
	margin-top: 1.6rem;
	padding: 1.25rem;
	border-left: 3px solid var(--bc-gold);
	background: var(--bc-green);
	color: var(--bc-cream);
}

.bc-sample-conditions ul {
	margin: 0.7rem 0 0;
	padding-left: 1.1rem;
	font-size: 0.88rem;
	line-height: 1.65;
}

.bc-sample-form-card {
	padding: clamp(1.2rem, 3vw, 2.2rem);
	border: 1px solid var(--bc-border);
	border-radius: var(--bc-radius-lg);
	background: #f2ecdf;
}

.bc-sample-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem 1.1rem;
}

.bc-sample-form label {
	display: grid;
	gap: 0.45rem;
	font-size: 0.82rem;
	font-weight: 600;
}

.bc-sample-form input,
.bc-sample-form select,
.bc-sample-form textarea {
	width: 100%;
	min-height: 47px;
	padding: 0.75rem 0.85rem;
	border: 1px solid var(--bc-border);
	border-radius: 12px;
	background: var(--bc-cream);
	color: var(--bc-ink);
	font: inherit;
	font-weight: 400;
}

.bc-sample-form textarea {
	min-height: 74px;
	resize: vertical;
}

.bc-sample-form__wide {
	grid-column: 1 / -1;
}

.bc-form-honeypot {
	position: absolute !important;
	left: -9999px !important;
}

.bc-sample-form__consent {
	grid-template-columns: auto 1fr !important;
	align-items: start;
	margin-block: 1rem;
	font-size: 0.75rem !important;
	line-height: 1.5;
}

.bc-sample-form__consent input {
	width: 16px;
	min-height: auto;
	margin-top: 0.16rem;
}

.bc-sample-form button[type="submit"] {
	min-height: 48px;
	padding: 0.8rem 1.2rem;
	border: 0;
	border-radius: 999px;
	background: var(--bc-green);
	color: var(--bc-cream);
	font-weight: 700;
	cursor: pointer;
}

.bc-sample-form button[disabled] {
	cursor: wait;
	opacity: 0.65;
}

.bc-sample-form__result {
	min-height: 1.4em;
	margin-top: 0.75rem;
	font-size: 0.84rem;
}

.bc-sample-form__result.is-success {
	color: #17633c;
}

.bc-sample-form__result.is-error {
	color: #9d3028;
}

.bc-account-overview {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	padding-block: clamp(2.8rem, 5vw, 4.5rem);
	border-bottom: 1px solid var(--bc-border);
}

.bc-account-overview article {
	display: grid;
	gap: 0.55rem;
	padding: 0 1.4rem;
	border-left: 1px solid var(--bc-border);
}

.bc-account-overview article:first-child {
	padding-left: 0;
	border-left: 0;
}

.bc-account-overview span {
	color: var(--bc-gold-dark);
	font-size: 0.72rem;
	font-weight: 700;
}

.bc-account-overview strong {
	font-family: var(--bc-font-serif);
	font-size: 1.25rem;
}

.bc-account-overview p {
	margin: 0;
	font-size: 0.84rem;
	line-height: 1.55;
}

.bc-account-main {
	display: grid;
	grid-template-columns: minmax(250px, 0.55fr) minmax(0, 1.45fr);
	gap: clamp(2rem, 6vw, 6rem);
	padding-block: clamp(3.5rem, 7vw, 6rem);
}

.bc-account-main > header p {
	line-height: 1.65;
}

.bc-account-woocommerce {
	padding: clamp(1.2rem, 3vw, 2.2rem);
	border: 1px solid var(--bc-border);
	border-radius: var(--bc-radius-lg);
	background: #f2ecdf;
}

.bc-account-woocommerce .woocommerce {
	display: block;
}

.bc-account-woocommerce .u-columns,
.bc-account-woocommerce .woocommerce-form-login {
	margin: 0;
}

.bc-account-woocommerce form .form-row {
	margin: 0 0 0.9rem;
}

.bc-account-woocommerce input[type="text"],
.bc-account-woocommerce input[type="email"],
.bc-account-woocommerce input[type="password"] {
	box-sizing: border-box;
	width: 100%;
	min-height: 48px;
	padding: 0.75rem 0.85rem;
	border: 1px solid var(--bc-border);
	border-radius: 12px;
	background: var(--bc-cream);
}

.bc-account-woocommerce button.button {
	min-height: 46px;
	padding: 0.75rem 1.3rem;
	border-radius: 999px;
	background: var(--bc-green);
	color: var(--bc-cream);
}

.bc-product-detail {
	padding-block: 1.25rem clamp(3.5rem, 7vw, 6rem);
}

.bc-product-detail__breadcrumb {
	display: flex;
	gap: 0.55rem;
	margin-bottom: 1.25rem;
	color: var(--bc-brown);
	font-size: 0.78rem;
}

.bc-product-detail__breadcrumb a {
	color: var(--bc-green);
}

.bc-product-detail__top {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.85fr);
	gap: clamp(2rem, 5vw, 5rem);
	align-items: start;
}

.bc-product-gallery {
	min-width: 0;
}

.bc-product-gallery__main {
	position: relative;
	overflow: hidden;
	aspect-ratio: 4 / 4.65;
	border: 1px solid var(--bc-border);
	border-radius: var(--bc-radius-lg);
	background: #efe7d6;
}

.bc-product-gallery__main img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: opacity 180ms ease;
}

.bc-product-gallery__thumbs {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.7rem;
	margin-top: 0.8rem;
}

.bc-product-gallery__thumbs button {
	overflow: hidden;
	aspect-ratio: 1;
	padding: 0;
	border: 1px solid var(--bc-border);
	border-radius: 12px;
	background: #efe7d6;
	cursor: pointer;
}

.bc-product-gallery__thumbs button.is-active {
	border-color: var(--bc-green);
	box-shadow: 0 0 0 2px var(--bc-green);
}

.bc-product-gallery__thumbs img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bc-product-gallery__status {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

.bc-product-summary {
	position: sticky;
	top: 118px;
}

.bc-product-summary h1 {
	margin: 0.6rem 0 0;
	font-family: var(--bc-font-serif);
	font-size: clamp(2.5rem, 4.4vw, 4.5rem);
	font-weight: 500;
	line-height: 1;
	letter-spacing: -0.05em;
}

.bc-product-summary__taste {
	margin: 1rem 0;
	color: var(--bc-brown);
	font-size: 1.05rem;
}

.bc-product-summary__price {
	margin-block: 1.2rem;
	font-family: var(--bc-font-serif);
	font-size: 1.45rem;
	font-weight: 600;
}

.bc-product-summary__facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.8rem;
	padding-block: 1rem;
	border-block: 1px solid var(--bc-border);
}

.bc-product-summary__facts span {
	display: grid;
	gap: 0.2rem;
	color: var(--bc-brown);
	font-size: 0.8rem;
}

.bc-product-summary__facts strong {
	color: var(--bc-green);
	font-size: 0.72rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.bc-product-options {
	margin: 1.2rem 0;
	padding: 0;
	border: 0;
}

.bc-product-options legend {
	margin-bottom: 0.7rem;
	font-weight: 700;
}

.bc-product-options {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.65rem;
}

.bc-product-options legend {
	grid-column: 1 / -1;
}

.bc-product-options label {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: start;
	gap: 0.6rem;
	padding: 0.75rem;
	border: 1px solid var(--bc-border);
	border-radius: 12px;
	cursor: pointer;
}

.bc-product-options span {
	display: grid;
	gap: 0.25rem;
}

.bc-product-options small {
	color: var(--bc-brown);
	font-size: 0.7rem;
}

.bc-product-summary__actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
}

.bc-product-summary__actions button,
.bc-product-summary__actions .bc-button {
	display: grid;
	min-height: 48px;
	place-items: center;
	padding: 0.75rem 1rem;
	border-radius: 999px;
	font-weight: 700;
	text-align: center;
}

.bc-product-summary__actions button {
	border: 0;
	background: var(--bc-green);
	color: var(--bc-cream);
}

.bc-product-summary__actions button[disabled] {
	opacity: 0.58;
}

.bc-product-summary__text-link {
	color: var(--bc-green);
	font-size: 0.82rem;
	font-weight: 700;
	text-align: center;
}

.bc-product-summary__note {
	margin-top: 0.8rem;
	color: var(--bc-brown);
	font-size: 0.72rem;
	line-height: 1.55;
}

.bc-product-story {
	padding-block: clamp(3.5rem, 7vw, 6rem);
	background: var(--bc-green);
	color: var(--bc-cream);
}

.bc-product-specs {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 2.6rem 0 0;
	border-top: 1px solid rgba(255, 255, 255, 0.22);
	border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.bc-product-specs div {
	padding: 1.25rem;
	border-right: 1px solid rgba(255, 255, 255, 0.22);
	border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}

.bc-product-specs dt {
	color: var(--bc-gold);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.bc-product-specs dd {
	margin: 0.55rem 0 0;
	font-size: 0.92rem;
	line-height: 1.5;
}

.bc-product-support {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	padding-block: clamp(3.5rem, 7vw, 6rem);
}

.bc-product-support article {
	padding: clamp(1.4rem, 3vw, 2.5rem);
	border: 1px solid var(--bc-border);
	border-radius: var(--bc-radius-lg);
	background: #f2ecdf;
}

.bc-product-support h2 {
	margin: 0.6rem 0;
	font-family: var(--bc-font-serif);
	font-size: clamp(1.8rem, 3vw, 3rem);
	font-weight: 500;
	line-height: 1.08;
}

.bc-product-related {
	padding-bottom: clamp(3.5rem, 7vw, 6rem);
}

.bc-product-related__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 2rem;
}

.bc-product-related__grid a {
	display: grid;
	gap: 0.45rem;
	color: inherit;
}

.bc-product-related__grid img {
	width: 100%;
	aspect-ratio: 4 / 4.8;
	border-radius: var(--bc-radius-md);
	background: #efe7d6;
	object-fit: cover;
}

.bc-product-related__grid span {
	color: var(--bc-gold-dark);
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.bc-product-related__grid strong {
	font-family: var(--bc-font-serif);
	font-size: 1.2rem;
}

@media (max-width: 1100px) {
	.bc-sample-process__list {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 1.5rem 0;
	}

	.bc-sample-process__list::before {
		display: none;
	}

	.bc-account-overview {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1.4rem 0;
	}

	.bc-account-overview article:nth-child(3) {
		padding-left: 0;
		border-left: 0;
	}
}

@media (max-width: 782px) {
	.bc-internal-hero__inner,
	.bc-product-section-head,
	.bc-sample-signup,
	.bc-account-main,
	.bc-product-detail__top {
		grid-template-columns: 1fr;
		gap: 1.25rem;
	}

	.bc-internal-hero__inner {
		align-content: end;
		min-height: var(--bc-page-hero-height);
	}

	.bc-internal-hero h1 {
		font-size: clamp(2.4rem, 11vw, 3.6rem);
	}

	.bc-sample-process__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bc-sample-signup__intro,
	.bc-product-summary {
		position: static;
	}

	.bc-account-overview {
		grid-template-columns: 1fr;
	}

	.bc-account-overview article,
	.bc-account-overview article:nth-child(n) {
		padding: 1rem 0;
		border-top: 1px solid var(--bc-border);
		border-left: 0;
	}

	.bc-account-overview article:first-child {
		border-top: 0;
	}

	.bc-product-detail {
		padding-top: 0.8rem;
	}

	.bc-product-gallery__main {
		aspect-ratio: 4 / 4.6;
	}

	.bc-product-specs {
		grid-template-columns: 1fr;
	}

	.bc-product-support {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 520px) {
	.bc-sample-form__grid,
	.bc-product-summary__facts,
	.bc-product-options,
	.bc-product-summary__actions {
		grid-template-columns: 1fr;
	}

	.bc-sample-form__wide,
	.bc-product-options legend {
		grid-column: auto;
	}

	.bc-sample-process__list {
		grid-template-columns: 1fr;
	}

	.bc-sample-process__list li {
		grid-template-columns: 52px 32px minmax(0, 1fr);
		align-items: center;
		justify-items: start;
		text-align: left;
	}

	.bc-sample-process__icon {
		width: 48px;
		height: 48px;
	}

	.bc-sample-process__list strong {
		max-width: none;
	}

	.bc-product-gallery__thumbs {
		gap: 0.45rem;
	}

	.bc-product-related__grid {
		grid-template-columns: 1fr;
	}

	.bc-header__account {
		display: none;
	}
}

/* Final alignment for the checkout and cart workflow. */
body.woocommerce-checkout form.checkout #customer_details {
	gap: 0;
}

body.woocommerce-checkout form.checkout #customer_details::before {
	padding: 1.05rem 1.35rem;
	border: 1px solid var(--bc-border);
	border-radius: 8px 8px 0 0;
	color: var(--bc-gold);
	background: var(--bc-green);
}

body.woocommerce-checkout form.checkout #customer_details .col-1 {
	border-top: 0;
	border-radius: 0 0 8px 8px;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field { order: 3; }
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_email_field { order: 4; }
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_state_field { order: 5; }
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_city_field { order: 6; }
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_address_1_field { order: 7; }
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_state_field { order: 3; }
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_city_field { order: 4; }
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_address_1_field { order: 5; }
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #bc_billing_province_field { order: 5; }
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #bc_shipping_province_field { order: 3; }

body.woocommerce-checkout form.checkout #order_review {
	grid-row: 3;
}

body.woocommerce-checkout #order_review .bc-checkout-coupon-row th,
body.woocommerce-checkout #order_review .bc-checkout-coupon-row td {
	padding-block: 0.8rem;
}

body.woocommerce-checkout #order_review .bc-checkout-coupon-row th {
	color: var(--bc-green);
}

.bc-checkout-coupon-row__fields {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.5rem;
}

body.woocommerce-checkout .bc-checkout-coupon-row__fields input {
	min-width: 0;
	min-height: 40px;
	margin: 0;
	border: 1px solid var(--bc-border);
	border-radius: 5px;
}

body.woocommerce-checkout .bc-checkout-coupon-row__fields button {
	min-height: 40px;
	margin: 0;
	padding: 0.55rem 0.8rem;
	border: 0;
	border-radius: 5px;
	color: var(--bc-cream);
	background: var(--bc-green);
	font-weight: 800;
}

body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .required {
	display: none;
}

/* Checkout refinement: keep the second step aligned with the cart and make
 * the delivery, review and payment cards read as one deliberate flow. */
body.woocommerce-checkout:not(.woocommerce-order-received) .wp-block-post-content > .woocommerce {
	grid-template-columns: minmax(0, 1.12fr) minmax(390px, 0.88fr);
	gap: 1.5rem;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .bc-checkout-header:not(.bc-cart-header) {
	position: relative;
	grid-template-rows: minmax(0, 1fr);
}

body.woocommerce-checkout:not(.woocommerce-order-received) .bc-checkout-header:not(.bc-cart-header) .bc-checkout-header__copy {
	align-self: start;
	padding-top: clamp(1.25rem, 2.8vw, 2.6rem);
}

body.woocommerce-checkout:not(.woocommerce-order-received) .bc-checkout-header:not(.bc-cart-header) .bc-checkout-progress {
	align-self: end;
	margin-bottom: 0;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .bc-checkout-assurances {
	position: absolute;
	bottom: clamp(1.15rem, 2.4vw, 1.85rem);
	left: max(1rem, calc((100vw - 1440px) / 2));
	grid-column: auto;
}

body.woocommerce-checkout form.checkout #customer_details {
	grid-row: 2 / span 2;
	align-self: start;
}

body.woocommerce-checkout form.checkout #customer_details .col-1 {
	grid-row: 2;
}

body.woocommerce-checkout form.checkout #customer_details .col-2 {
	grid-row: 3;
	margin-top: 1rem;
	padding: 1.25rem clamp(1.15rem, 2.5vw, 2rem);
	border: 1px solid var(--bc-border);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 38px rgba(23, 63, 50, 0.06);
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_first_name_field,
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_last_name_field {
	order: 1;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field {
	order: 2;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_email_field {
	order: 3;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_state_field,
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #bc_billing_province_field {
	order: 4;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_city_field {
	order: 5;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_address_1_field {
	order: 6;
}

body.woocommerce-checkout form.checkout #order_review_heading {
	grid-row: 2;
	align-self: start;
}

body.woocommerce-checkout form.checkout #order_review {
	grid-row: 3;
	align-self: start;
}

body.woocommerce-checkout #order_review table.shop_table {
	width: 100%;
	table-layout: fixed;
}

body.woocommerce-checkout #order_review table.shop_table .product-name {
	width: 56%;
}

body.woocommerce-checkout #order_review table.shop_table .bc-checkout-quantity-heading,
body.woocommerce-checkout #order_review table.shop_table .bc-checkout-quantity {
	width: 18%;
	padding-inline: 0.35rem;
	text-align: center;
}

body.woocommerce-checkout #order_review table.shop_table .product-total {
	width: 26%;
	text-align: right;
}

body.woocommerce-checkout #order_review table.shop_table tbody .product-name {
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr);
	column-gap: 0.7rem;
	align-items: start;
}

body.woocommerce-checkout #order_review .bc-checkout-product {
	display: contents;
}

body.woocommerce-checkout #order_review .bc-checkout-product__image {
	grid-column: 1;
	grid-row: 1 / span 2;
	margin: 0;
}

body.woocommerce-checkout #order_review .bc-checkout-product__name {
	grid-column: 2;
	align-self: end;
}

body.woocommerce-checkout #order_review table.shop_table tbody .product-name .variation,
body.woocommerce-checkout #order_review table.shop_table tbody .product-name .wc-item-meta {
	grid-column: 2;
	margin: 0.25rem 0 0;
	font-size: 0.76rem;
	line-height: 1.35;
}

body.woocommerce-checkout #order_review table.shop_table tbody .product-name .variation dt,
body.woocommerce-checkout #order_review table.shop_table tbody .product-name .variation dd {
	margin: 0;
}

body.woocommerce-checkout #order_review table.shop_table tbody .bc-checkout-quantity,
body.woocommerce-checkout #order_review table.shop_table tbody .product-total {
	vertical-align: middle;
}

body.woocommerce-checkout #order_review table.shop_table tfoot th {
	padding-right: 0.75rem;
	text-align: left;
}

body.woocommerce-checkout #order_review table.shop_table tfoot td {
	text-align: right;
}

body.woocommerce-checkout #payment ul.payment_methods {
	padding: 1.25rem 1.5rem;
}

body.woocommerce-checkout #payment .place-order {
	padding: 1.25rem 1.5rem 1.5rem;
}

body.woocommerce-checkout #payment .woocommerce-privacy-policy-text {
	margin: 0 0 1rem;
}

body.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper {
	margin: 0 0 1.15rem;
}

body.woocommerce-checkout #place_order {
	margin: 0;
}

@media (max-width: 1024px) {
	body.woocommerce-checkout:not(.woocommerce-order-received) .wp-block-post-content > .woocommerce {
		grid-template-columns: minmax(0, 1fr);
	}

	body.woocommerce-checkout:not(.woocommerce-order-received) .bc-checkout-header:not(.bc-cart-header) .bc-checkout-header__copy {
		padding-top: 0;
	}

	body.woocommerce-checkout:not(.woocommerce-order-received) .bc-checkout-header:not(.bc-cart-header) .bc-checkout-progress {
		margin-bottom: 0;
	}

	body.woocommerce-checkout:not(.woocommerce-order-received) .bc-checkout-assurances {
		position: static;
		grid-column: 1;
	}

	body.woocommerce-checkout form.checkout #customer_details,
	body.woocommerce-checkout form.checkout #order_review_heading,
	body.woocommerce-checkout form.checkout #order_review {
		grid-column: 1;
	}

	body.woocommerce-checkout form.checkout #customer_details { grid-row: 2; }
	body.woocommerce-checkout form.checkout #order_review_heading { grid-row: 3; }
	body.woocommerce-checkout form.checkout #order_review { grid-row: 4; }
}

@media (max-width: 640px) {
	body.woocommerce-checkout #order_review table.shop_table .product-name { width: 54%; }
	body.woocommerce-checkout #order_review table.shop_table .bc-checkout-quantity-heading,
	body.woocommerce-checkout #order_review table.shop_table .bc-checkout-quantity { width: 20%; }
	body.woocommerce-checkout #order_review table.shop_table .product-total { width: 26%; }

	body.woocommerce-checkout #order_review table.shop_table tbody .product-name {
		grid-template-columns: 42px minmax(0, 1fr);
		column-gap: 0.5rem;
	}

	body.woocommerce-checkout #order_review .bc-checkout-product__image {
		width: 42px;
		height: 52px;
	}

	body.woocommerce-checkout #payment ul.payment_methods,
	body.woocommerce-checkout #payment .place-order {
		padding-inline: 1rem;
	}
}

@media (min-width: 700px) {
	body.woocommerce-cart .wc-block-cart__main table.wc-block-cart-items thead tr {
		align-items: center;
	}

	body.woocommerce-cart .wc-block-cart__main table.wc-block-cart-items thead th {
		display: block;
		grid-row: 1;
		align-self: center;
		padding: 0 0 0.75rem !important;
		line-height: 1.2;
	}

	body.woocommerce-cart .wc-block-cart__main table.wc-block-cart-items .wc-block-cart-items__header-total {
		grid-column: 4 !important;
		grid-row: 1 !important;
		text-align: right !important;
	}

	body.woocommerce-cart .wc-block-cart__main table.wc-block-cart-items .wc-block-cart-items__header-product {
		grid-column: 1 / 3 !important;
		grid-row: 1 !important;
		text-align: left !important;
	}

	body.woocommerce-cart .wc-block-cart__main table.wc-block-cart-items thead tr::after {
		grid-column: 3 !important;
		grid-row: 1;
	}

	body.woocommerce-cart .wc-block-cart__main table.wc-block-cart-items .wc-block-cart-items__row {
		position: relative;
	}

	body.woocommerce-cart .wc-block-cart__main table.wc-block-cart-items .wc-block-cart-item__remove-link {
		position: absolute;
		right: 110px;
		top: 50%;
		z-index: 2;
		margin: 0;
		transform: translateY(-50%);
	}
}

@media (max-width: 520px) {
	.bc-checkout-coupon-row__fields {
		grid-template-columns: minmax(0, 1fr);
	}

	body.woocommerce-checkout .bc-checkout-coupon-row__fields button {
		width: 100%;
	}
}

/* Checkout refinement: keep the second step aligned with the cart and make
 * the delivery, review and payment cards read as one deliberate flow. */
body.woocommerce-checkout:not(.woocommerce-order-received) .wp-block-post-content > .woocommerce {
	grid-template-columns: minmax(0, 1.12fr) minmax(390px, 0.88fr);
	gap: 1.5rem;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .bc-checkout-header:not(.bc-cart-header) {
	position: relative;
	grid-template-rows: minmax(0, 1fr);
}

body.woocommerce-checkout:not(.woocommerce-order-received) .bc-checkout-header:not(.bc-cart-header) .bc-checkout-header__copy {
	align-self: start;
	padding-top: clamp(1.25rem, 2.8vw, 2.6rem);
}

body.woocommerce-checkout:not(.woocommerce-order-received) .bc-checkout-header:not(.bc-cart-header) .bc-checkout-progress {
	align-self: end;
	margin-bottom: clamp(1.2rem, 2.5vw, 2rem);
}

body.woocommerce-checkout:not(.woocommerce-order-received) .bc-checkout-assurances {
	position: absolute;
	bottom: clamp(1.15rem, 2.4vw, 1.85rem);
	left: max(1rem, calc((100vw - 1440px) / 2));
	grid-column: auto;
}

body.woocommerce-checkout form.checkout #customer_details {
	grid-row: 2;
	align-self: start;
}

body.woocommerce-checkout form.checkout #customer_details .col-1 {
	grid-row: 2;
}

body.woocommerce-checkout form.checkout #customer_details .col-2 {
	grid-row: 3;
	margin-top: 1rem;
	padding: 1.25rem clamp(1.15rem, 2.5vw, 2rem);
	border: 1px solid var(--bc-border);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 38px rgba(23, 63, 50, 0.06);
}

body.woocommerce-checkout #billing_country_field,
body.woocommerce-checkout #shipping_country_field {
	display: none !important;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_first_name_field,
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_last_name_field {
	order: 1;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field {
	order: 2;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_email_field {
	order: 3;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_state_field,
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #bc_billing_province_field {
	order: 4;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_city_field {
	order: 5;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_address_1_field {
	order: 6;
}

body.woocommerce-checkout form.checkout #order_review_heading {
	grid-row: 2;
	align-self: end;
}

body.woocommerce-checkout form.checkout #order_review {
	grid-row: 3;
	align-self: start;
}

body.woocommerce-checkout #order_review table.shop_table {
	width: 100%;
	table-layout: fixed;
}

body.woocommerce-checkout #order_review table.shop_table .product-name {
	width: 64%;
}

body.woocommerce-checkout #order_review table.shop_table .bc-checkout-quantity-heading,
body.woocommerce-checkout #order_review table.shop_table .bc-checkout-quantity {
	width: 15%;
	padding-inline: 0.35rem;
	text-align: center;
}

body.woocommerce-checkout #order_review table.shop_table .product-total {
	width: 21%;
	text-align: right;
}

body.woocommerce-checkout #order_review table.shop_table tbody .product-name {
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr);
	column-gap: 0.7rem;
	align-items: start;
}

body.woocommerce-checkout #order_review .bc-checkout-product {
	display: contents;
}

body.woocommerce-checkout #order_review .bc-checkout-product__image {
	grid-column: 1;
	grid-row: 1 / span 2;
	margin: 0;
}

body.woocommerce-checkout #order_review .bc-checkout-product__name {
	grid-column: 2;
	align-self: end;
}

body.woocommerce-checkout #order_review table.shop_table tbody .product-name .variation,
body.woocommerce-checkout #order_review table.shop_table tbody .product-name .wc-item-meta {
	grid-column: 2;
	margin: 0.25rem 0 0;
	font-size: 0.76rem;
	line-height: 1.35;
}

body.woocommerce-checkout #order_review table.shop_table tbody .product-name .variation dt,
body.woocommerce-checkout #order_review table.shop_table tbody .product-name .variation dd {
	margin: 0;
}

body.woocommerce-checkout #order_review table.shop_table tbody .bc-checkout-quantity,
body.woocommerce-checkout #order_review table.shop_table tbody .product-total {
	vertical-align: middle;
}

body.woocommerce-checkout #order_review table.shop_table tfoot th {
	padding-right: 0.75rem;
	text-align: left;
}

body.woocommerce-checkout #order_review table.shop_table tfoot td {
	text-align: right;
}

body.woocommerce-checkout #payment ul.payment_methods {
	padding: 1.25rem 1.5rem;
}

body.woocommerce-checkout #payment .place-order {
	padding: 1.25rem 1.5rem 1.5rem;
}

body.woocommerce-checkout #payment .woocommerce-privacy-policy-text {
	margin: 0 0 1rem;
}

body.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper {
	margin: 0 0 1.15rem;
}

body.woocommerce-checkout #place_order {
	margin: 0;
}

@media (max-width: 1024px) {
	body.woocommerce-checkout:not(.woocommerce-order-received) .wp-block-post-content > .woocommerce {
		grid-template-columns: minmax(0, 1fr);
	}

	body.woocommerce-checkout:not(.woocommerce-order-received) .bc-checkout-header:not(.bc-cart-header) .bc-checkout-header__copy {
		padding-top: 0;
	}

	body.woocommerce-checkout:not(.woocommerce-order-received) .bc-checkout-header:not(.bc-cart-header) .bc-checkout-progress {
		margin-bottom: 0;
	}

	body.woocommerce-checkout:not(.woocommerce-order-received) .bc-checkout-assurances {
		position: static;
		grid-column: 1;
	}

	body.woocommerce-checkout form.checkout #customer_details,
	body.woocommerce-checkout form.checkout #order_review_heading,
	body.woocommerce-checkout form.checkout #order_review {
		grid-column: 1;
	}

	body.woocommerce-checkout form.checkout #customer_details { grid-row: 2; }
	body.woocommerce-checkout form.checkout #order_review_heading { grid-row: 3; }
	body.woocommerce-checkout form.checkout #order_review { grid-row: 4; }
}

@media (max-width: 640px) {
	body.woocommerce-checkout #order_review table.shop_table .product-name { width: 54%; }
	body.woocommerce-checkout #order_review table.shop_table .bc-checkout-quantity-heading,
	body.woocommerce-checkout #order_review table.shop_table .bc-checkout-quantity { width: 20%; }
	body.woocommerce-checkout #order_review table.shop_table .product-total { width: 26%; }

	body.woocommerce-checkout #order_review table.shop_table tbody .product-name {
		grid-template-columns: 42px minmax(0, 1fr);
		column-gap: 0.5rem;
	}

	body.woocommerce-checkout #order_review .bc-checkout-product__image {
		width: 42px;
		height: 52px;
	}

	body.woocommerce-checkout #payment ul.payment_methods,
	body.woocommerce-checkout #payment .place-order {
		padding-inline: 1rem;
	}
}

/* Last-pass checkout and cart corrections. */
body.woocommerce-checkout:not(.woocommerce-order-received) .wp-site-blocks > * {
	margin-block-start: 0 !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .wp-site-blocks {
	padding-top: 100px;
}

body.woocommerce-checkout:not(.woocommerce-order-received).bc-announcement-hidden .wp-site-blocks {
	padding-top: 62px;
}

body.woocommerce-checkout form.checkout #customer_details h3,
body.woocommerce-checkout form.checkout #order_review_heading {
	display: none;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .wp-site-blocks .wp-block-post-content,
body.woocommerce-checkout:not(.woocommerce-order-received) .wp-site-blocks .wp-block-post-content > .woocommerce {
	margin-block-start: 0 !important;
}

body.woocommerce-checkout form.checkout #order_review_heading {
	display: block;
	min-height: 0;
	margin: 0;
	padding: 1.05rem 1.35rem;
	font-size: 0;
	line-height: 0;
}

body.woocommerce-checkout form.checkout #order_review_heading::before {
	margin: 0;
	font-size: 0.72rem;
	line-height: 1.2;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field,
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_email_field,
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #bc_billing_province_field,
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_city_field,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #bc_shipping_province_field,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_city_field {
	grid-column: auto;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field { order: 3; }
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_email_field { order: 4; }
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #bc_billing_province_field { order: 5; }
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_city_field { order: 6; }
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_address_1_field { order: 7; }
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #bc_shipping_province_field { order: 3; }
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_city_field { order: 4; }
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_address_1_field { order: 5; }

body.woocommerce-checkout #ship-to-different-address label {
	grid-template-columns: 18px minmax(0, 1fr);
	align-items: center;
}

body.woocommerce-checkout #ship-to-different-address input {
	margin: 0;
}

body.woocommerce-checkout #ship-to-different-address span::after {
	font-size: 1.35rem;
}

body.woocommerce-checkout #payment {
	overflow: hidden;
}

body.woocommerce-checkout #payment .place-order {
	padding: 1rem;
}

body.woocommerce-checkout #place_order {
	margin-top: 0;
}

body.woocommerce-checkout #order_review table.shop_table .bc-checkout-quantity-heading,
body.woocommerce-checkout #order_review table.shop_table .bc-checkout-quantity {
	width: 76px;
	padding-inline: 0.45rem;
	text-align: center;
	white-space: nowrap;
}

body.woocommerce-checkout #order_review table.shop_table .product-quantity {
	display: inline;
	margin: 0;
	font-weight: 700;
}

@media (min-width: 700px) {
	body.woocommerce-cart .wc-block-cart__main table.wc-block-cart-items thead tr {
		border-bottom: 1px solid var(--bc-border);
	}

	body.woocommerce-cart .wc-block-cart__main table.wc-block-cart-items .wc-block-cart-item__total {
		padding-right: 2.2rem !important;
	}

	body.woocommerce-cart .wc-block-cart__main table.wc-block-cart-items .wc-block-cart-item__remove-link {
		right: 0 !important;
	}
}

@media (min-width: 700px) {
	body.woocommerce-cart .wc-block-cart__main table.wc-block-cart-items thead tr {
		display: block;
		position: relative;
		height: 42px;
	}

	body.woocommerce-cart .wc-block-cart__main table.wc-block-cart-items thead th {
		position: absolute;
		top: 0;
		padding: 0 0 0.75rem !important;
		line-height: 1.2;
	}

	body.woocommerce-cart .wc-block-cart__main table.wc-block-cart-items .wc-block-cart-items__header-product {
		left: 0;
		text-align: left !important;
	}

	body.woocommerce-cart .wc-block-cart__main table.wc-block-cart-items .wc-block-cart-items__header-total {
		right: 0;
		text-align: right !important;
	}

	body.woocommerce-cart .wc-block-cart__main table.wc-block-cart-items thead tr::after {
		position: absolute;
		top: 0;
		right: 200px;
	}

	body.woocommerce-cart .wc-block-cart__main table.wc-block-cart-items .wc-block-cart-item__remove-link {
		right: 82px !important;
	}
}

@media (max-width: 1024px) {
	body.woocommerce-checkout form.checkout #order_review {
		grid-row: 4;
	}
}

/* Keep cart product, quantity, and price in dedicated desktop columns. */
@media (min-width: 700px) {
	body.woocommerce-cart .wc-block-cart__main table.wc-block-cart-items thead tr {
		display: grid;
		grid-template-columns: 84px minmax(0, 1fr) 150px 130px;
		align-items: center;
	}

	body.woocommerce-cart .wc-block-cart__main table.wc-block-cart-items thead tr::after {
		grid-column: 3;
		color: var(--bc-ink);
		content: "S\01ed1 l\01b0\01ee3ng";
		font-size: 0.78rem;
		font-weight: 700;
		text-align: center;
		text-transform: uppercase;
	}

	body.woocommerce-cart .wc-block-cart__main table.wc-block-cart-items .wc-block-cart-items__header-product {
		grid-column: 1 / 3;
	}

	body.woocommerce-cart .wc-block-cart__main table.wc-block-cart-items .wc-block-cart-items__header-total {
		grid-column: 4;
		text-align: right;
	}

	body.woocommerce-cart .wc-block-cart__main table.wc-block-cart-items .wc-block-cart-items__row {
		display: grid;
		grid-template-columns: 84px minmax(0, 1fr) 150px 130px;
		align-items: center;
	}

	body.woocommerce-cart .wc-block-cart__main table.wc-block-cart-items .wc-block-cart-item__image {
		grid-column: 1;
		grid-row: 1 / span 3;
		width: auto;
		padding-right: 1rem;
	}

	body.woocommerce-cart .wc-block-cart__main table.wc-block-cart-items .wc-block-cart-item__product,
	body.woocommerce-cart .wc-block-cart__main table.wc-block-cart-items .wc-block-cart-item__product .wc-block-cart-item__wrap {
		display: contents;
	}

	body.woocommerce-cart .wc-block-cart__main table.wc-block-cart-items .wc-block-cart-item__product .wc-block-components-product-name,
	body.woocommerce-cart .wc-block-cart__main table.wc-block-cart-items .wc-block-cart-item__product .wc-block-components-product-metadata,
	body.woocommerce-cart .wc-block-cart__main table.wc-block-cart-items .wc-block-cart-item__product .wc-block-components-product-badge,
	body.woocommerce-cart .wc-block-cart__main table.wc-block-cart-items .wc-block-cart-item__product .wc-block-components-product-details {
		grid-column: 2;
	}

	body.woocommerce-cart .wc-block-cart__main table.wc-block-cart-items .wc-block-cart-item__quantity {
		grid-column: 3;
		grid-row: 1 / span 3;
		justify-self: center;
		align-self: center;
		margin: 0;
	}

	body.woocommerce-cart .wc-block-cart__main table.wc-block-cart-items .wc-block-cart-item__total {
		grid-column: 4;
		grid-row: 1 / span 3;
		width: auto;
		padding-left: 1rem;
		text-align: right;
	}
}

/* Milestone 2.1 visual refinements: product imagery, sample roadmap and account UI. */
.bc-product__media {
	position: relative;
}

.bc-product__media > img {
	width: 100%;
	height: 100%;
	padding: clamp(0.65rem, 2vw, 1.1rem);
	object-fit: contain;
	transition: transform 220ms ease;
}

.bc-product:hover .bc-product__media > img {
	transform: scale(1.025);
}

.bc-sample-page .bc-internal-hero,
.bc-account-page .bc-internal-hero,
.bc-sample-hero,
.bc-account-hero {
	height: var(--bc-page-hero-height);
	min-height: var(--bc-page-hero-height);
	background:
		linear-gradient(90deg, rgba(3, 31, 25, 0.96) 0%, rgba(3, 31, 25, 0.8) 48%, rgba(3, 31, 25, 0.48) 100%),
		url("../images/placeholders/hero-coffee-farm-ai-placeholder.png") center 50% / cover no-repeat;
}

.bc-sample-page .bc-internal-hero h1,
.bc-account-page .bc-internal-hero h1,
.bc-sample-hero h1,
.bc-account-hero h1 {
	max-width: 13ch;
	color: #fffaf0 !important;
	font-size: clamp(2.65rem, 4.5vw, 4.5rem);
	text-shadow: 0 4px 28px rgba(0, 0, 0, 0.42);
}

.bc-sample-page .bc-internal-hero__inner > p,
.bc-account-page .bc-internal-hero__inner > p,
.bc-sample-hero .bc-internal-hero__inner > p,
.bc-account-hero .bc-internal-hero__inner > p {
	color: rgba(255, 250, 240, 0.92) !important;
	text-shadow: 0 2px 18px rgba(0, 0, 0, 0.42);
}

.bc-sample-hero .bc-eyebrow,
.bc-account-hero .bc-eyebrow {
	color: var(--bc-gold) !important;
}

.bc-sample-overview {
	padding-block: clamp(3rem, 5vw, 4.8rem);
}

.bc-sample-priority {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.9rem;
	margin-top: 2rem;
}

.bc-sample-priority__card {
	position: relative;
	min-height: 210px;
	overflow: hidden;
	border-radius: 18px;
	background: var(--bc-green);
	box-shadow: 0 14px 32px rgba(23, 20, 15, 0.11);
}

.bc-sample-priority__card:nth-child(1),
.bc-sample-priority__card:nth-child(5) {
	grid-column: span 2;
}

.bc-sample-priority__card img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	object-fit: cover;
	transition: transform 300ms ease;
}

.bc-sample-priority__card::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 25%, rgba(3, 31, 25, 0.88) 100%);
	content: "";
}

.bc-sample-priority__card:hover img {
	transform: scale(1.045);
}

.bc-sample-priority__card > div {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	left: 1rem;
	z-index: 1;
	color: var(--bc-cream);
}

.bc-sample-priority__card h3 {
	margin: 0.45rem 0 0;
	color: inherit;
	font-family: var(--bc-font-serif);
	font-size: clamp(1.15rem, 1.7vw, 1.55rem);
	line-height: 1.08;
}

.bc-sample-priority__card .bc-placeholder-label {
	padding: 0;
	border: 0;
	color: var(--bc-gold);
	font-size: 0.58rem;
}

.bc-sample-process {
	padding-block: clamp(3rem, 5vw, 4.8rem);
	overflow: hidden;
	background:
		radial-gradient(circle at 8% 20%, rgba(230, 181, 89, 0.12), transparent 25%),
		var(--bc-green);
}

.bc-sample-process__list {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	grid-template-rows: repeat(2, minmax(150px, auto));
	gap: 1.25rem 2.25rem;
	margin-top: 2.4rem;
}

.bc-sample-process__list::before {
	display: none;
}

.bc-sample-process__list li {
	position: relative;
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	grid-template-rows: auto 1fr;
	gap: 0.3rem 0.85rem;
	align-content: center;
	justify-items: start;
	min-height: 148px;
	padding: 1rem;
	border: 1px solid rgba(255, 250, 240, 0.16);
	border-radius: 18px;
	background: rgba(255, 250, 240, 0.06);
	text-align: left;
}

.bc-sample-process__list li:nth-child(5) {
	grid-column: 4;
	grid-row: 2;
}

.bc-sample-process__list li:nth-child(6) {
	grid-column: 3;
	grid-row: 2;
}

.bc-sample-process__list li:nth-child(7) {
	grid-column: 2;
	grid-row: 2;
}

.bc-sample-process__list li::after {
	position: absolute;
	top: 50%;
	left: calc(100% + 0.25rem);
	width: 1.8rem;
	height: 2px;
	background: repeating-linear-gradient(90deg, var(--bc-gold) 0 7px, transparent 7px 12px);
	content: "";
}

.bc-sample-process__list li:nth-child(4)::after {
	top: calc(100% + 0.2rem);
	left: 50%;
	width: 2px;
	height: 0.9rem;
	background: repeating-linear-gradient(180deg, var(--bc-gold) 0 7px, transparent 7px 12px);
}

.bc-sample-process__list li:nth-child(5)::after,
.bc-sample-process__list li:nth-child(6)::after {
	right: calc(100% + 0.25rem);
	left: auto;
}

.bc-sample-process__list li:nth-child(3)::before,
.bc-sample-process__list li:nth-child(4)::before,
.bc-sample-process__list li:nth-child(5)::before,
.bc-sample-process__list li:nth-child(6)::before {
	position: absolute;
	z-index: 2;
	top: calc(50% - 4px);
	right: -2.2rem;
	width: 8px;
	height: 8px;
	border-top: 2px solid var(--bc-gold);
	border-right: 2px solid var(--bc-gold);
	content: "";
	transform: rotate(45deg);
}

.bc-sample-process__list li:nth-child(4)::before {
	top: auto;
	right: auto;
	bottom: -1.1rem;
	left: calc(50% - 4px);
	transform: rotate(135deg);
}

.bc-sample-process__list li:nth-child(5)::before,
.bc-sample-process__list li:nth-child(6)::before {
	right: auto;
	left: -2.2rem;
	transform: rotate(-135deg);
}

.bc-sample-process__list li:nth-child(7)::after,
.bc-sample-process__list li:nth-child(7)::before {
	display: none;
}

.bc-sample-process__icon {
	grid-row: 1 / 3;
	width: 52px;
	height: 52px;
	border-width: 0;
	background: var(--bc-gold);
	color: var(--bc-green);
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.17);
}

.bc-sample-process__icon svg {
	width: 24px;
	height: 24px;
}

.bc-sample-process__list small {
	align-self: end;
}

.bc-sample-process__list strong {
	max-width: 16ch;
	font-size: 0.9rem;
}

.bc-sample-signup {
	grid-template-columns: minmax(230px, 0.5fr) minmax(0, 1.5fr);
	gap: clamp(1.5rem, 4vw, 3.5rem);
	padding-block: clamp(3rem, 5vw, 4.5rem);
}

.bc-sample-signup h2 {
	font-size: clamp(2rem, 3vw, 3.25rem);
}

.bc-sample-signup__intro {
	position: static;
}

.bc-sample-conditions {
	margin-top: 1rem;
	padding: 1rem;
}

.bc-sample-form-card {
	padding: clamp(1rem, 2vw, 1.5rem);
	border-radius: 20px;
}

.bc-sample-form__grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0.75rem;
}

.bc-sample-form br {
	display: none;
}

.bc-sample-form label {
	gap: 0.3rem;
	font-size: 0.74rem;
}

.bc-sample-form input,
.bc-sample-form select,
.bc-sample-form textarea {
	min-height: 42px;
	padding: 0.58rem 0.7rem;
	border-radius: 10px;
}

.bc-sample-form textarea {
	min-height: 58px;
}

.bc-sample-form__wide {
	grid-column: span 3;
}

.bc-sample-form__consent {
	margin-block: 0.75rem;
}

.bc-sample-form button[type="submit"] {
	min-height: 44px;
	padding-block: 0.65rem;
}

.bc-account-overview {
	gap: 0.9rem;
	padding-block: clamp(2.5rem, 4vw, 3.75rem);
	border-bottom: 0;
}

.bc-account-overview article,
.bc-account-overview article:first-child {
	position: relative;
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 0.2rem 0.8rem;
	align-content: center;
	min-height: 150px;
	padding: 1rem;
	border: 1px solid var(--bc-border);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.42);
	box-shadow: 0 12px 28px rgba(23, 20, 15, 0.06);
}

.bc-account-overview article:nth-child(even) {
	background: #edf0e5;
}

.bc-account-overview__icon {
	display: grid;
	grid-row: 1 / 4;
	width: 46px;
	height: 46px;
	place-items: center;
	border-radius: 14px;
	background: var(--bc-green);
	color: var(--bc-gold);
}

.bc-account-overview__icon svg {
	width: 23px;
	height: 23px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.bc-account-overview span {
	font-size: 0.62rem;
}

.bc-account-overview strong {
	font-size: 1.08rem;
}

.bc-account-overview p {
	font-size: 0.78rem;
}

.bc-account-main {
	grid-template-columns: minmax(220px, 0.44fr) minmax(0, 1.56fr);
	gap: clamp(1.5rem, 4vw, 3.5rem);
	padding-block: clamp(3rem, 5vw, 4.8rem);
}

.bc-account-main h2 {
	max-width: 10ch;
	font-size: clamp(2.15rem, 3.6vw, 3.7rem);
}

.bc-account-woocommerce {
	padding: 0;
	overflow: hidden;
	border-radius: 20px;
	background: #f2ecdf;
	box-shadow: 0 18px 44px rgba(23, 20, 15, 0.08);
}

.bc-account-woocommerce .woocommerce {
	display: grid;
	grid-template-columns: 210px minmax(0, 1fr);
	min-height: 390px;
}

.bc-account-woocommerce.is-guest .woocommerce {
	display: block;
	min-height: 0;
	padding: clamp(1.25rem, 3vw, 2rem);
}

.bc-account-woocommerce.is-guest .woocommerce-form-login {
	max-width: 640px;
}

.bc-account-woocommerce .woocommerce-MyAccount-navigation,
.bc-account-woocommerce .woocommerce-MyAccount-content {
	float: none;
	width: auto;
}

.bc-account-woocommerce .woocommerce-MyAccount-navigation {
	padding: 1rem;
	background: var(--bc-green);
}

.bc-account-woocommerce .woocommerce-MyAccount-navigation ul {
	display: grid;
	gap: 0.35rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bc-account-woocommerce .woocommerce-MyAccount-navigation a {
	display: flex;
	align-items: center;
	min-height: 42px;
	padding: 0.65rem 0.8rem;
	border-radius: 10px;
	color: rgba(255, 250, 240, 0.76);
	font-size: 0.82rem;
}

.bc-account-woocommerce .woocommerce-MyAccount-navigation .is-active a,
.bc-account-woocommerce .woocommerce-MyAccount-navigation a:hover {
	color: var(--bc-green);
	background: var(--bc-gold);
}

.bc-account-woocommerce .woocommerce-MyAccount-content {
	padding: clamp(1.25rem, 3vw, 2rem);
	font-size: 0.92rem;
	line-height: 1.65;
}

.bc-account-woocommerce .woocommerce-MyAccount-content > p:first-child {
	margin-top: 0;
	padding: 1rem;
	border-left: 3px solid var(--bc-gold);
	border-radius: 0 12px 12px 0;
	background: rgba(255, 250, 240, 0.65);
}

.bc-header .wp-block-woocommerce-customer-account {
	transform: translateX(0.7rem);
}

.bc-header .wc-block-mini-cart {
	transform: translateX(-0.7rem);
}

.bc-product-detail__top {
	grid-template-columns: minmax(360px, 0.78fr) minmax(360px, 1fr);
	gap: clamp(2rem, 4vw, 4rem);
}

.bc-product-gallery {
	width: 100%;
	max-width: 500px;
}

.bc-product-gallery__main {
	aspect-ratio: 1 / 1.04;
	max-height: 520px;
}

.bc-product-gallery__main img {
	padding: 0.85rem;
	object-fit: contain;
}

.bc-product-gallery__thumbs {
	grid-template-columns: repeat(4, 68px);
	justify-content: start;
	gap: 0.55rem;
}

.bc-product-gallery__thumbs > br {
	display: none;
}

.bc-product-gallery__thumbs button {
	width: 68px;
	height: 68px;
	border-radius: 10px;
}

.bc-product-gallery__thumbs img {
	object-fit: cover;
}

.bc-product-summary h1 {
	max-width: 12ch;
	font-size: clamp(2.05rem, 3vw, 3.1rem);
}

.bc-product-summary__taste {
	margin: 0.7rem 0;
}

.bc-product-summary__price {
	margin-block: 0.8rem;
	font-size: 1.2rem;
}

.bc-product-options {
	margin-block: 0.85rem;
	gap: 0.5rem;
}

.bc-product-options label {
	gap: 0.45rem;
	padding: 0.58rem 0.65rem;
}

.bc-product-options span {
	gap: 0.1rem;
}

.bc-product-summary__actions {
	gap: 0.55rem;
}

@media (max-width: 1100px) {
	.bc-sample-priority {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bc-sample-priority__card:nth-child(n) {
		grid-column: auto;
	}

	.bc-sample-process__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: auto;
		gap: 1rem;
	}

	.bc-sample-process__list li:nth-child(n) {
		grid-column: auto;
		grid-row: auto;
	}

	.bc-sample-process__list li::after,
	.bc-sample-process__list li::before {
		display: none !important;
	}

	.bc-sample-form__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bc-sample-form__wide {
		grid-column: span 2;
	}

	.bc-account-overview {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bc-account-overview article:nth-child(n) {
		padding: 1rem;
		border: 1px solid var(--bc-border);
	}
}

@media (max-width: 782px) {
	.bc-sample-page .bc-internal-hero,
	.bc-account-page .bc-internal-hero,
	.bc-sample-hero,
	.bc-account-hero {
		height: var(--bc-page-hero-height);
		background-position: 64% center;
	}

	.bc-sample-priority__card {
		min-height: 180px;
	}

	.bc-sample-signup,
	.bc-account-main {
		grid-template-columns: 1fr;
	}

	.bc-account-woocommerce .woocommerce {
		grid-template-columns: 1fr;
	}

	.bc-account-woocommerce .woocommerce-MyAccount-navigation ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bc-product-detail__top {
		grid-template-columns: 1fr;
	}

	.bc-product-gallery {
		max-width: 520px;
		margin-inline: auto;
	}

	.bc-product-summary {
		max-width: 640px;
	}
}

@media (max-width: 520px) {
	.bc-sample-priority {
		grid-template-columns: 1fr;
	}

	.bc-sample-priority__card {
		min-height: 170px;
	}

	.bc-sample-process__list {
		grid-template-columns: 1fr;
	}

	.bc-sample-process__list li {
		grid-template-columns: 48px minmax(0, 1fr);
		min-height: 110px;
	}

	.bc-sample-form__grid {
		grid-template-columns: 1fr;
	}

	.bc-sample-form__wide {
		grid-column: auto;
	}

	.bc-account-overview {
		grid-template-columns: 1fr;
	}

	.bc-account-woocommerce .woocommerce-MyAccount-navigation ul {
		grid-template-columns: 1fr;
	}

	.bc-header .wp-block-woocommerce-customer-account {
		transform: translateX(0.35rem);
	}

	.bc-header .wc-block-mini-cart {
		transform: translateX(-0.35rem);
	}

	.bc-product-gallery__thumbs {
		grid-template-columns: repeat(4, 62px);
		gap: 0.4rem;
	}

	.bc-product-gallery__thumbs button {
		width: 62px;
		height: 62px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bc-b2b-solution img {
		transition: none;
	}
}

/* Story page. */
.bc-story-page {
	overflow: clip;
	background: #fffaf0;
}

.bc-story-page > * {
	margin-block-start: 0 !important;
}

.bc-story-hero {
	position: relative;
	height: var(--bc-page-hero-height);
	min-height: var(--bc-page-hero-height);
	color: #fffaf0;
	background:
		linear-gradient(90deg, rgba(5, 35, 27, 0.93) 0%, rgba(5, 35, 27, 0.64) 54%, rgba(5, 35, 27, 0.35) 100%),
		url("../images/placeholders/hero-coffee-farm-ai-placeholder.png") center 52% / cover no-repeat;
}

.bc-story-hero__inner {
	position: relative;
	display: grid;
	width: var(--bc-content);
	height: 100%;
	min-height: 0;
	margin-inline: auto;
	padding-block: clamp(2.25rem, 4vw, 3.5rem);
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.55fr);
	gap: clamp(2rem, 6vw, 6rem);
	align-items: end;
}

.bc-story-hero .bc-eyebrow,
.bc-story-regions .bc-eyebrow,
.bc-story-role .bc-eyebrow {
	color: #e6b45a;
}

.bc-story-hero h1 {
	max-width: 12ch;
	margin: 0;
	color: #fffaf0;
	font-size: clamp(2.85rem, 4.5vw, 4.5rem);
	font-weight: 520;
	letter-spacing: -0.045em;
	line-height: 0.94;
	text-shadow: 0 3px 26px rgba(0, 0, 0, 0.24);
	text-wrap: balance;
}

.bc-story-hero__copy > p {
	max-width: 46ch;
	margin: 0;
	color: rgba(255, 250, 240, 0.9);
	font-size: clamp(0.95rem, 1.25vw, 1.1rem);
}

.bc-story-hero__copy > a {
	display: inline-flex;
	margin-top: 1.15rem;
	padding-bottom: 0.25rem;
	border-bottom: 1px solid rgba(255, 250, 240, 0.65);
	color: #fffaf0;
	font-size: 0.75rem;
	font-weight: 700;
	text-decoration: none;
}

.bc-story-image-note,
.bc-story-role__note {
	position: absolute;
	right: clamp(1rem, 4vw, 4rem);
	bottom: 0.9rem;
	padding: 0.32rem 0.5rem;
	border: 1px solid rgba(255, 250, 240, 0.45);
	border-radius: 999px;
	color: #fffaf0;
	background: rgba(6, 39, 31, 0.7);
	font-size: 0.52rem;
	font-weight: 700;
}

.bc-story-begin {
	display: grid;
	padding-block: var(--bc-page-section-gap);
	grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.7fr);
	gap: clamp(2rem, 6vw, 6rem);
	align-items: center;
}

.bc-story-begin__media {
	position: relative;
	min-height: 520px;
	margin: 0;
	overflow: hidden;
	border-radius: var(--bc-radius);
	background: #173f32;
	box-shadow: var(--bc-shadow);
}

.bc-story-begin__media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bc-story-begin__media::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(180deg, transparent 55%, rgba(5, 35, 27, 0.54));
}

.bc-story-begin__media figcaption {
	position: absolute;
	z-index: 1;
	right: 1rem;
	bottom: 1rem;
	padding: 0.32rem 0.5rem;
	border: 1px solid rgba(255, 250, 240, 0.5);
	border-radius: 999px;
	color: #fffaf0;
	background: rgba(6, 39, 31, 0.72);
	font-size: 0.52rem;
	font-weight: 700;
}

.bc-story-begin__copy h2,
.bc-story-section-head h2,
.bc-story-role h2,
.bc-story-cta h2 {
	margin: 0.45rem 0 0;
	font-size: clamp(2.2rem, 3.2vw, 3.35rem);
	font-weight: 520;
	letter-spacing: -0.04em;
	line-height: 0.98;
	text-wrap: balance;
}

.bc-story-begin__copy h2 {
	max-width: 16ch;
}

.bc-story-begin__copy > p {
	max-width: 48ch;
	color: #6d655a;
}

.bc-story-foundations {
	display: flex;
	margin: 1.5rem 0 0;
	padding: 0;
	flex-wrap: wrap;
	gap: 0.55rem;
	list-style: none;
}

.bc-story-foundations li {
	padding: 0.55rem 0.8rem;
	border: 1px solid rgba(23, 63, 50, 0.2);
	border-radius: 999px;
	color: #173f32;
	background: #f3eddf;
	font-size: 0.72rem;
	font-weight: 700;
}

.bc-story-regions {
	padding-block: var(--bc-page-section-gap);
	color: #fffaf0;
	background: #10392e;
}

.bc-story-section-head {
	display: grid;
	margin-bottom: clamp(1.8rem, 3vw, 2.8rem);
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.48fr);
	gap: clamp(2rem, 6vw, 6rem);
	align-items: end;
}

.bc-story-section-head h2 {
	max-width: 19ch;
}

.bc-story-section-head > p {
	max-width: 43ch;
	margin: 0;
	color: #6d655a;
}

.bc-story-section-head--light h2 {
	color: #fffaf0;
}

.bc-story-section-head--light > p {
	color: rgba(255, 250, 240, 0.72);
}

.bc-story-region-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.bc-story-region {
	position: relative;
	display: flex;
	min-height: 430px;
	overflow: hidden;
	border-radius: var(--bc-radius);
	isolation: isolate;
}

.bc-story-region img,
.bc-story-region__overlay {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.bc-story-region img {
	z-index: -2;
	object-fit: cover;
	transition: transform 420ms ease;
}

.bc-story-region__overlay {
	z-index: -1;
	background: linear-gradient(180deg, rgba(5, 34, 26, 0.05) 18%, rgba(5, 34, 26, 0.92) 100%);
}

.bc-story-region__content {
	width: 100%;
	margin-top: auto;
	padding: 1.4rem;
}

.bc-story-region__content small {
	color: #e6b45a;
	font-size: 0.62rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.bc-story-region h3 {
	margin: 0.45rem 0 0;
	color: #fffaf0;
	font-size: clamp(2rem, 3vw, 3rem);
	line-height: 1;
}

.bc-story-region p {
	margin: 0.5rem 0 0;
	color: rgba(255, 250, 240, 0.8);
	font-size: 0.82rem;
}

.bc-story-region__note {
	position: absolute;
	top: 1rem;
	right: 1rem;
	padding: 0.3rem 0.45rem;
	border: 1px solid rgba(255, 250, 240, 0.45);
	border-radius: 999px;
	color: #fffaf0;
	background: rgba(7, 48, 38, 0.68);
	font-size: 0.5rem;
	font-weight: 700;
}

.bc-story-region:hover img {
	transform: scale(1.05);
}

.bc-story-philosophy {
	padding-block: var(--bc-page-section-gap);
}

.bc-story-philosophy__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.bc-story-philosophy__grid a {
	position: relative;
	display: grid;
	min-height: 240px;
	padding: 1.35rem;
	overflow: hidden;
	border: 1px solid var(--bc-border);
	border-radius: var(--bc-radius);
	align-content: end;
	color: #17140f;
	background: linear-gradient(145deg, #f3eddf, #fffaf0);
	text-decoration: none;
}

.bc-story-philosophy__grid a:nth-child(2) {
	color: #fffaf0;
	background: linear-gradient(145deg, #785033, #9c6a42);
}

.bc-story-philosophy__grid a:nth-child(3) {
	color: #fffaf0;
	background: linear-gradient(145deg, #466150, #173f32);
}

.bc-story-philosophy__grid span {
	position: absolute;
	top: 1.2rem;
	left: 1.2rem;
	font-size: 0.65rem;
	font-weight: 700;
}

.bc-story-philosophy__grid strong {
	font-family: "Brand Serif", Georgia, serif;
	font-size: clamp(2rem, 3vw, 3rem);
	line-height: 1;
}

.bc-story-philosophy__grid p {
	margin: 0.5rem 0 0;
	font-size: 0.78rem;
}

.bc-story-journey {
	padding-block: var(--bc-page-section-gap);
	background: #f3eddf;
}

.bc-story-journey__list {
	position: relative;
	display: grid;
	margin: 0;
	padding: 0;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 0.7rem;
	list-style: none;
}

.bc-story-journey__list::before {
	position: absolute;
	top: 2rem;
	right: 6%;
	left: 6%;
	border-top: 1px dashed rgba(177, 124, 54, 0.48);
	content: "";
}

.bc-story-journey__list li {
	position: relative;
	z-index: 1;
	display: grid;
	min-height: 150px;
	padding: 0.85rem;
	border: 1px solid var(--bc-border);
	border-radius: 16px;
	align-content: space-between;
	background: rgba(255, 250, 240, 0.92);
}

.bc-story-journey__list span {
	display: grid;
	width: 2.3rem;
	height: 2.3rem;
	border-radius: 50%;
	color: #fffaf0;
	background: #173f32;
	font-size: 0.62rem;
	font-weight: 700;
	place-items: center;
}

.bc-story-journey__list strong {
	font-family: "Brand Serif", Georgia, serif;
	font-size: 1rem;
	line-height: 1.08;
}

.bc-story-role {
	position: relative;
	min-height: 440px;
	color: #fffaf0;
	background:
		linear-gradient(90deg, rgba(5, 34, 26, 0.94) 0%, rgba(5, 34, 26, 0.68) 54%, rgba(5, 34, 26, 0.4) 100%),
		url("../images/placeholders/origin-gia-lai-ai-placeholder.webp") center / cover no-repeat;
}

.bc-story-role__inner {
	display: grid;
	min-height: inherit;
	padding-block: var(--bc-page-section-gap);
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.55fr);
	gap: clamp(2rem, 6vw, 6rem);
	align-items: center;
}

.bc-story-role h2 {
	max-width: 16ch;
	color: #fffaf0;
}

.bc-story-role ul {
	display: grid;
	margin: 0;
	padding: 0;
	gap: 0;
	list-style: none;
}

.bc-story-role li {
	padding-block: 0.95rem;
	border-bottom: 1px solid rgba(255, 250, 240, 0.2);
	font-family: "Brand Serif", Georgia, serif;
	font-size: clamp(1.05rem, 1.6vw, 1.3rem);
}

.bc-story-role li:first-child {
	border-top: 1px solid rgba(255, 250, 240, 0.2);
}

.bc-story-cta {
	display: grid;
	padding-block: var(--bc-page-section-gap);
	grid-template-columns: minmax(0, 1fr) minmax(340px, 0.8fr);
	gap: clamp(2rem, 6vw, 6rem);
	align-items: center;
}

.bc-story-cta h2 {
	max-width: 17ch;
}

.bc-story-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	justify-content: flex-end;
}

.bc-story-cta__actions a {
	display: inline-flex;
	min-height: 44px;
	padding: 0.72rem 1rem;
	border: 1px solid #173f32;
	border-radius: 999px;
	align-items: center;
	color: #173f32;
	font-size: 0.75rem;
	font-weight: 700;
	text-decoration: none;
}

.bc-story-cta__actions a:first-child {
	color: #fffaf0;
	background: #173f32;
}

@media (max-width: 1200px) {
	.bc-story-begin {
		grid-template-columns: minmax(0, 0.8fr) minmax(300px, 0.9fr);
	}

	.bc-story-begin__media {
		min-height: 430px;
	}

	.bc-story-journey__list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.bc-story-journey__list::before {
		display: none;
	}
}

@media (max-width: 900px) {
	.bc-story-begin,
	.bc-story-role__inner,
	.bc-story-cta {
		grid-template-columns: 1fr;
	}

	.bc-story-region-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bc-story-region:last-child {
		grid-column: 1 / -1;
	}

	.bc-story-cta__actions {
		justify-content: flex-start;
	}
}

@media (max-width: 720px) {
	.bc-story-hero {
		height: var(--bc-page-hero-height);
		min-height: var(--bc-page-hero-height);
		background-position: 62% center;
	}

	.bc-story-hero__inner,
	.bc-story-begin,
	.bc-story-section-head,
	.bc-story-role__inner,
	.bc-story-cta {
		grid-template-columns: 1fr;
	}

	.bc-story-hero__inner {
		gap: 1.1rem;
		align-content: end;
	}

	.bc-story-hero h1 {
		font-size: clamp(2.25rem, 9.5vw, 3rem);
	}

	.bc-story-image-note {
		right: auto;
		left: 2rem;
	}

	.bc-story-begin,
	.bc-story-section-head,
	.bc-story-role__inner,
	.bc-story-cta {
		gap: 1.25rem;
	}

	.bc-story-begin__media {
		min-height: 360px;
	}

	.bc-story-region-grid,
	.bc-story-philosophy__grid,
	.bc-story-journey__list {
		grid-template-columns: 1fr;
	}

	.bc-story-region:last-child {
		grid-column: auto;
	}

	.bc-story-region {
		min-height: 360px;
	}

	.bc-story-philosophy__grid a {
		min-height: 190px;
	}

	.bc-story-journey__list li {
		min-height: 120px;
	}

	.bc-story-role {
		min-height: 520px;
		background-position: 62% center;
	}

	.bc-story-cta__actions {
		flex-direction: column;
		align-items: stretch;
	}

	.bc-story-cta__actions a {
		justify-content: center;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bc-story-region img {
		transition: none;
	}
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	overflow-x: clip;
}

.wp-site-blocks > main,
header.wp-block-template-part {
	margin-block-start: 0;
}

header.wp-block-template-part {
	position: sticky;
	top: 0;
	z-index: 100;
}

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

a,
button {
	-webkit-tap-highlight-color: transparent;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
	outline: 3px solid #d2aa62;
	outline-offset: 3px;
}

.bc-shell {
	width: var(--bc-content);
	max-width: none !important;
	margin-inline: auto;
}

.bc-announcement {
	max-height: 42px;
	padding: 0.55rem 1rem;
	overflow: hidden;
	color: #fffaf0;
	background: #0d2921;
	font-size: 0.78rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	text-align: center;
	white-space: normal;
	transition: max-height 180ms ease, padding 180ms ease, opacity 140ms ease;
}

body.bc-announcement-hidden .bc-announcement {
	max-height: 0;
	padding-block: 0;
	opacity: 0;
}

.bc-header {
	position: sticky;
	top: 0;
	z-index: 30;
	background: rgba(255, 250, 240, 0.96);
	box-shadow: 0 8px 24px rgba(23, 20, 15, 0.06);
	backdrop-filter: blur(16px);
}

.bc-header__inner {
	display: grid;
	grid-template-columns: minmax(12rem, auto) minmax(0, 1fr) auto auto auto auto;
	gap: clamp(0.75rem, 1.25vw, 1.25rem);
	align-items: center;
	min-height: 82px;
}

.bc-header__inner > * {
	margin-block-start: 0 !important;
	margin-block-end: 0 !important;
}

.bc-wordmark {
	display: inline-flex;
	flex-direction: column;
	color: #173f32;
	line-height: 1;
}

.bc-wordmark strong {
	font-family: "Brand Serif", Georgia, serif;
	font-size: 1.25rem;
	letter-spacing: 0.08em;
}

.bc-wordmark small {
	margin-top: 0.35rem;
	font-size: 0.56rem;
	font-weight: 600;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.bc-header .wp-block-navigation {
	display: flex;
	align-items: center;
	justify-self: center;
	min-height: 44px;
	line-height: 1.2;
}

.bc-header .wp-block-navigation__container,
.bc-header .wp-block-navigation-item,
.bc-header .wp-block-navigation-item__content {
	align-items: center;
}

.bc-header .wp-block-navigation__container {
	flex-wrap: nowrap;
	gap: clamp(0.65rem, 1.1vw, 1.25rem);
}

.bc-header .wp-block-navigation-item__content {
	display: inline-flex;
	min-height: 44px;
	white-space: nowrap;
}

.bc-header .wp-block-woocommerce-customer-account,
.bc-header .wc-block-mini-cart {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	min-height: 44px;
	margin: 0;
	line-height: 1;
}

.bc-language-switcher {
	position: relative;
	display: inline-flex;
	grid-column: 3;
	grid-row: 1;
	gap: 0.25rem;
	align-items: center;
	justify-content: center;
	min-width: 66px;
	min-height: 36px;
	padding: 0.25rem 0.45rem;
	border: 1px solid var(--bc-border);
	border-radius: 999px;
	color: #6d655a;
	background: rgba(255, 250, 240, 0.74);
	font-size: 0.68rem;
	font-weight: 700;
	line-height: 1;
}

.bc-language-switcher button {
	padding: 0.25rem 0.12rem;
	border: 0;
	color: inherit;
	background: transparent;
	font: inherit;
	cursor: pointer;
}

.bc-language-switcher button.is-active {
	color: #173f32;
}

.bc-language-switcher button:not(.is-active):hover {
	color: #b96f3d;
}

.bc-language-switcher__status {
	position: absolute;
	top: calc(100% + 0.65rem);
	right: 0;
	width: max-content;
	max-width: min(260px, calc(100vw - 2rem));
	padding: 0.55rem 0.7rem;
	border-radius: 9px;
	color: #fffaf0;
	background: #173f32;
	box-shadow: 0 10px 28px rgba(7, 21, 17, 0.18);
	font-size: 0.7rem;
	font-weight: 500;
	line-height: 1.4;
	visibility: hidden;
	opacity: 0;
	transform: translateY(-0.3rem);
	transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.bc-language-switcher__status.is-visible {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}

.bc-header .wp-block-woocommerce-customer-account {
	grid-column: 4;
	grid-row: 1;
}

.bc-header .wc-block-mini-cart {
	grid-column: 5;
	grid-row: 1;
}

.bc-header__actions {
	grid-column: 6;
	grid-row: 1;
}

.bc-header .wc-block-mini-cart__button {
	padding: 0.5rem;
}

.bc-header .wp-block-navigation-item__content {
	color: #17140f;
}

.bc-header .wp-block-navigation-item__content:hover {
	color: #b96f3d;
}

.bc-header .wp-block-navigation-item__content.is-current,
.bc-header .wp-block-navigation-item__content[aria-current="page"] {
	margin-inline: -0.35rem;
	padding-inline: 0.7rem;
	border-radius: 9px;
	color: #173f32;
	background: rgba(210, 170, 98, 0.18);
	box-shadow: inset 0 -2px #d2aa62;
	font-weight: 700;
}

.bc-header__actions {
	display: flex;
	gap: 0.65rem;
	align-items: center;
}

.bc-header__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0.65rem 1rem;
	border: 1px solid var(--bc-border);
	border-radius: 999px;
	color: #173f32;
	font-size: 0.82rem;
	font-weight: 600;
	line-height: 1;
}

.bc-header__link--primary {
	border-color: #173f32;
	color: #fffaf0;
	background: #173f32;
}

.bc-hero {
	position: relative;
	isolation: isolate;
	display: grid;
	align-items: center;
	min-height: clamp(650px, 82vh, 860px);
	padding-block: clamp(4rem, 8vw, 8rem);
	overflow: hidden;
	color: #fffaf0;
	background-color: #0d2921;
	width: 100%;
	max-width: none !important;
	margin-inline: 0 !important;
}

.bc-hero::before {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(90deg, rgba(7, 21, 17, 0.92) 0%, rgba(7, 21, 17, 0.72) 38%, rgba(7, 21, 17, 0.12) 75%);
	content: "";
}

.bc-hero__image {
	position: absolute;
	inset: 0;
	z-index: -2;
	width: 100%;
	max-width: none !important;
	height: 100%;
	margin: 0 !important;
	object-fit: cover;
	object-position: center;
}

.bc-hero::after {
	position: absolute;
	inset: auto 0 0;
	z-index: -1;
	height: 30%;
	background: linear-gradient(transparent, rgba(7, 21, 17, 0.48));
	content: "";
}

.bc-hero__content {
	width: min(720px, 100%);
	margin: 0;
}

.bc-eyebrow {
	margin: 0 0 1rem;
	color: #d2aa62;
	font-size: 0.76rem;
	font-weight: 600;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

.bc-hero h1 {
	max-width: 12ch;
	margin: 0;
	color: #fffaf0;
	font-size: clamp(3rem, 8vw, 7.4rem);
	font-weight: 520;
	letter-spacing: -0.045em;
	line-height: 0.94;
	text-wrap: balance;
}

.bc-hero h1 em {
	color: #e7c985;
	font-weight: 430;
}

.bc-hero__lead {
	max-width: 60ch;
	margin: clamp(1.5rem, 3vw, 2.25rem) 0 0;
	color: rgba(255, 250, 240, 0.88);
	font-size: clamp(1rem, 1.5vw, 1.18rem);
}

.bc-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 2rem;
}

.bc-actions .wp-block-button__link {
	min-height: 48px;
	padding: 0.9rem 1.35rem;
}

.bc-actions .is-style-outline .wp-block-button__link {
	border-color: rgba(255, 250, 240, 0.7);
	color: #fffaf0;
	background: rgba(13, 41, 33, 0.22);
}

.bc-hero__note {
	display: inline-flex;
	gap: 0.55rem;
	align-items: center;
	margin-top: 2rem;
	padding: 0.7rem 0.9rem;
	border: 1px solid rgba(255, 250, 240, 0.2);
	border-radius: 999px;
	color: rgba(255, 250, 240, 0.8);
	background: rgba(13, 41, 33, 0.48);
	font-size: 0.74rem;
	backdrop-filter: blur(8px);
}

.bc-hero__note::before {
	width: 0.55rem;
	height: 0.55rem;
	border-radius: 50%;
	background: #d2aa62;
	content: "";
}

.bc-section {
	padding-block: clamp(4rem, 8vw, 7.5rem);
}

.bc-section--cream {
	background: #f3eddf;
}

.bc-section--forest {
	color: #fffaf0;
	background: #173f32;
}

.bc-section--forest h2,
.bc-section--forest h3 {
	color: #fffaf0;
}

.bc-section__head {
	display: grid;
	grid-template-columns: minmax(0, 0.8fr) minmax(260px, 0.45fr);
	gap: 2rem;
	align-items: end;
	margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.bc-section__head h2 {
	max-width: 16ch;
	margin: 0;
	font-size: clamp(2.25rem, 4.8vw, 4.6rem);
	letter-spacing: -0.035em;
}

.bc-section__head > p {
	margin: 0;
	color: #6d655a;
}

.bc-section--forest .bc-section__head > p {
	color: rgba(255, 250, 240, 0.72);
}

.bc-grid {
	display: grid;
	gap: 1rem;
}

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

.bc-card-link {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 220px;
	padding: 1.35rem;
	border: 1px solid var(--bc-border);
	border-radius: var(--bc-radius);
	color: #17140f;
	background: #fffaf0;
	transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.bc-card-link:hover {
	border-color: rgba(23, 63, 50, 0.5);
	box-shadow: var(--bc-shadow);
	transform: translateY(-4px);
}

.bc-card-link__index {
	color: #b96f3d;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.15em;
}

.bc-card-link h3 {
	margin: auto 0 0.6rem;
	font-size: 1.45rem;
}

.bc-card-link p {
	margin: 0;
	color: #6d655a;
	font-size: 0.9rem;
}

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

.bc-origin {
	position: relative;
	min-height: 440px;
	padding: clamp(1.4rem, 3vw, 2.2rem);
	overflow: hidden;
	border-radius: var(--bc-radius);
	color: #fffaf0;
	background: #4b2f24;
}

.bc-origin__image {
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 100%;
	max-width: none !important;
	height: 100%;
	margin: 0 !important;
	object-fit: cover;
	object-position: center;
	transition: transform 500ms ease;
}

.bc-origin:hover .bc-origin__image {
	transform: scale(1.025);
}

.bc-origin::before {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(13, 41, 33, 0.08) 10%, rgba(13, 41, 33, 0.28) 45%, rgba(7, 24, 19, 0.94) 100%);
	content: "";
}

.bc-origin:nth-child(2)::before {
	background: linear-gradient(180deg, rgba(75, 47, 36, 0.08) 10%, rgba(75, 47, 36, 0.3) 45%, rgba(28, 30, 22, 0.94) 100%);
}

.bc-origin:nth-child(3)::before {
	background: linear-gradient(180deg, rgba(13, 41, 33, 0.06) 10%, rgba(13, 41, 33, 0.3) 45%, rgba(7, 24, 19, 0.95) 100%);
}

.bc-origin__content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.bc-origin__region {
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.bc-origin h3 {
	margin: auto 0 0.5rem;
	color: #fffaf0;
	font-size: clamp(2rem, 3vw, 3.2rem);
}

.bc-origin p {
	margin: 0;
	color: rgba(255, 250, 240, 0.78);
}

.bc-origin__temporary {
	position: absolute;
	top: 1rem;
	right: 1rem;
	z-index: 2;
	padding: 0.32rem 0.55rem;
	border: 1px solid rgba(255, 250, 240, 0.28);
	border-radius: 999px;
	color: rgba(255, 250, 240, 0.82);
	background: rgba(7, 24, 19, 0.52);
	font-size: 0.58rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	backdrop-filter: blur(8px);
}

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

.bc-line {
	padding: clamp(1.5rem, 3vw, 2.25rem);
	border-radius: var(--bc-radius);
	background: #fffaf0;
}

.bc-line::before {
	display: block;
	width: 48px;
	height: 6px;
	margin-bottom: 2rem;
	border-radius: 99px;
	background: #22201d;
	content: "";
}

.bc-line--premium::before {
	background: #8a5c35;
}

.bc-line--daily::before {
	background: #748a5b;
}

.bc-line h3 {
	margin: 0;
	font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.bc-line p {
	color: #6d655a;
}

.bc-line a {
	display: inline-flex;
	margin-top: 1rem;
	font-weight: 600;
}

.bc-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 2rem;
}

.bc-filter button {
	min-height: 42px;
	padding: 0.65rem 1rem;
	border: 1px solid var(--bc-border);
	border-radius: 999px;
	color: #17140f;
	background: transparent;
	font: inherit;
	font-size: 0.84rem;
	font-weight: 600;
	cursor: pointer;
}

.bc-filter button.is-active {
	border-color: #173f32;
	color: #fffaf0;
	background: #173f32;
}

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

.bc-product {
	display: block;
	overflow: hidden;
	border: 1px solid var(--bc-border);
	border-radius: var(--bc-radius);
	color: #17140f;
	background: #fffaf0;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.bc-product:hover {
	border-color: rgba(23, 63, 50, 0.48);
	box-shadow: var(--bc-shadow);
	transform: translateY(-4px);
}

.bc-product[hidden] {
	display: none;
}

.bc-product__media {
	display: grid;
	place-items: center;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background:
		radial-gradient(circle at 62% 38%, rgba(210, 170, 98, 0.32), transparent 23%),
		linear-gradient(145deg, #e7dec9, #f9f4e9);
}

.bc-product__pack {
	display: grid;
	place-items: center;
	width: 39%;
	min-width: 96px;
	aspect-ratio: 0.72;
	padding: 0.8rem;
	border-radius: 8px 8px 12px 12px;
	color: #fffaf0;
	background: #22201d;
	box-shadow: 0 18px 36px rgba(23, 20, 15, 0.18);
	font-family: "Brand Serif", Georgia, serif;
	font-size: 0.82rem;
	font-weight: 650;
	letter-spacing: 0.06em;
	text-align: center;
	text-transform: uppercase;
	transform: rotate(-2deg);
}

.bc-product[data-bc-line="premium"] .bc-product__pack {
	background: #8a5c35;
}

.bc-product[data-bc-line="daily"] .bc-product__pack {
	background: #748a5b;
}

.bc-catalog-page {
	padding: 0 0 clamp(3.5rem, 7vw, 7rem);
	overflow: clip;
	background: #fffaf0;
}

.bc-catalog-intro {
	position: relative;
	width: 100vw;
	height: var(--bc-page-hero-height);
	min-height: var(--bc-page-hero-height);
	margin-inline: calc(50% - 50vw);
	overflow: hidden;
	color: #fffaf0;
	background:
		linear-gradient(90deg, rgba(7, 31, 24, 0.88) 0%, rgba(7, 31, 24, 0.65) 52%, rgba(7, 31, 24, 0.38) 100%),
		url("../images/placeholders/origin-gia-lai-ai-placeholder.webp") center / cover no-repeat;
	box-shadow: 0 22px 60px rgba(23, 20, 15, 0.16);
}

.bc-catalog-intro__inner {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.55fr);
	gap: clamp(2rem, 6vw, 6rem);
	align-items: end;
	width: var(--bc-content);
	height: 100%;
	min-height: 0;
	margin-inline: auto;
	padding-block: clamp(2.25rem, 4vw, 3.5rem);
}

.bc-catalog-intro .bc-eyebrow {
	color: #e6b45a;
}

.bc-catalog-intro h1 {
	max-width: 14ch;
	margin: 0;
	color: #fffaf0;
	font-size: clamp(2.85rem, 4.5vw, 4.5rem);
	font-weight: 520;
	letter-spacing: -0.045em;
	line-height: 0.96;
	text-shadow: 0 3px 26px rgba(0, 0, 0, 0.24);
	text-wrap: balance;
}

.bc-catalog-intro__inner > p {
	max-width: 48ch;
	margin: 0;
	color: rgba(255, 250, 240, 0.88);
	font-size: clamp(1rem, 1.3vw, 1.15rem);
}

.bc-catalog-layout {
	display: grid;
	grid-template-columns: minmax(230px, 270px) minmax(0, 1fr);
	gap: clamp(2rem, 4vw, 4.5rem);
	align-items: start;
	padding-top: var(--bc-page-section-gap);
}

.bc-catalog-filters {
	position: sticky;
	top: 140px;
	padding: 1.35rem;
	border: 1px solid var(--bc-border);
	border-radius: var(--bc-radius);
	background: #f3eddf;
	box-shadow: 0 14px 38px rgba(23, 20, 15, 0.06);
}

.bc-catalog-results__head {
	display: flex;
	gap: 1rem;
	align-items: flex-start;
	justify-content: space-between;
}

.bc-catalog-filters__head {
	position: relative;
}

.bc-catalog-filters__head .bc-eyebrow,
.bc-catalog-results__head .bc-eyebrow {
	margin-bottom: 0.45rem;
}

.bc-catalog-results h2 {
	margin: 0;
	font-size: clamp(1.65rem, 2.5vw, 2.5rem);
	line-height: 1;
}

.bc-catalog-filters h2 {
	margin: 0;
	font-size: clamp(1.55rem, 2vw, 1.8rem);
	letter-spacing: -0.025em;
	line-height: 1;
	white-space: nowrap;
}

.bc-catalog-reset {
	position: absolute;
	top: 0;
	right: 0;
	flex: 0 0 auto;
	padding: 0.35rem 0;
	border: 0;
	color: #6d655a;
	background: transparent;
	font: inherit;
	font-size: 0.72rem;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 0.2em;
	white-space: nowrap;
	cursor: pointer;
}

.bc-catalog-results__head {
	align-items: flex-end;
}

.bc-catalog-search {
	display: grid;
	gap: 0.5rem;
	margin-top: 1.4rem;
	color: #6d655a;
	font-size: 0.72rem;
	font-weight: 600;
}

.bc-catalog-search input {
	width: 100%;
	min-height: 46px;
	padding: 0.7rem 0.85rem;
	border: 1px solid var(--bc-border);
	border-radius: 12px;
	color: #17140f;
	background: #fffaf0;
	font: inherit;
	font-size: 0.82rem;
	font-weight: 400;
}

.bc-catalog-filter-group {
	margin: 1.35rem 0 0;
	padding: 1.2rem 0 0;
	border: 0;
	border-top: 1px solid var(--bc-border);
}

.bc-catalog-filter-group legend {
	margin-bottom: 0.75rem;
	padding: 0;
	color: #17140f;
	font-size: 0.76rem;
	font-weight: 700;
}

.bc-catalog-filter-options {
	display: flex;
	flex-wrap: wrap;
	gap: 0.45rem;
}

.bc-catalog-filter-options button {
	min-height: 36px;
	padding: 0.45rem 0.72rem;
	border: 1px solid rgba(23, 63, 50, 0.18);
	border-radius: 999px;
	color: #173f32;
	background: rgba(255, 250, 240, 0.7);
	font: inherit;
	font-size: 0.72rem;
	font-weight: 600;
	cursor: pointer;
}

.bc-catalog-filter-options button:hover {
	border-color: #173f32;
}

.bc-catalog-filter-options button.is-active {
	border-color: #173f32;
	color: #fffaf0;
	background: #173f32;
}

.bc-catalog-results__head {
	min-height: 64px;
	margin-bottom: 1.5rem;
}

.bc-catalog-count {
	flex: 0 0 auto;
	margin: 0;
	padding: 0.55rem 0.75rem;
	border: 1px solid var(--bc-border);
	border-radius: 999px;
	color: #6d655a;
	font-size: 0.74rem;
	font-weight: 600;
}

.bc-catalog-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.bc-catalog-card {
	min-width: 0;
}

.bc-catalog-card[hidden] {
	display: none;
}

.bc-catalog-card .bc-product__media {
	min-height: 260px;
}

.bc-catalog-card .bc-product__taste {
	min-height: 3em;
}

.bc-catalog-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bc-catalog-empty {
	padding: clamp(2rem, 5vw, 4rem);
	border: 1px dashed rgba(23, 63, 50, 0.35);
	border-radius: var(--bc-radius);
	text-align: center;
	background: #f3eddf;
}

.bc-catalog-empty[hidden] {
	display: none;
}

.bc-catalog-empty h3 {
	margin: 0;
	font-size: 1.65rem;
}

.bc-catalog-empty p {
	margin-bottom: 0;
	color: #6d655a;
}

.bc-needs-page {
	padding-bottom: clamp(3.5rem, 7vw, 7rem);
	overflow: clip;
	background: #fffaf0;
}

.bc-needs-hero {
	height: var(--bc-page-hero-height);
	min-height: var(--bc-page-hero-height);
	color: #fffaf0;
	background:
		linear-gradient(90deg, rgba(7, 31, 24, 0.9) 0%, rgba(7, 31, 24, 0.6) 55%, rgba(7, 31, 24, 0.28) 100%),
		url("../images/placeholders/origin-paksong-ai-placeholder.webp") center 54% / cover no-repeat;
	box-shadow: 0 22px 60px rgba(23, 20, 15, 0.14);
}

.bc-needs-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.55fr);
	gap: clamp(2rem, 6vw, 6rem);
	align-items: end;
	width: var(--bc-content);
	height: 100%;
	min-height: 0;
	margin-inline: auto;
	padding-block: clamp(2.25rem, 4vw, 3.5rem);
}

.bc-needs-hero .bc-eyebrow {
	color: #e6b45a;
}

.bc-needs-hero h1 {
	max-width: 13ch;
	margin: 0;
	color: #fffaf0;
	font-size: clamp(2.85rem, 4.5vw, 4.5rem);
	font-weight: 520;
	letter-spacing: -0.045em;
	line-height: 0.96;
	text-shadow: 0 3px 26px rgba(0, 0, 0, 0.24);
	text-wrap: balance;
}

.bc-needs-hero__inner > p {
	max-width: 46ch;
	margin: 0;
	color: rgba(255, 250, 240, 0.9);
	font-size: clamp(1rem, 1.3vw, 1.15rem);
}

.bc-needs-directory {
	margin-block-start: 0 !important;
	padding-top: var(--bc-page-section-gap);
}

.bc-needs-directory__intro {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.45fr);
	gap: clamp(2rem, 5vw, 5rem);
	align-items: end;
	margin-bottom: clamp(1.75rem, 3vw, 2.75rem);
}

.bc-needs-directory__intro h2 {
	max-width: 19ch;
	margin: 0;
	font-size: clamp(2.25rem, 3.5vw, 3.6rem);
	font-weight: 520;
	letter-spacing: -0.04em;
	line-height: 1;
	text-wrap: balance;
}

.bc-needs-directory__intro > p {
	max-width: 44ch;
	margin: 0;
	color: #6d655a;
}

.bc-need-directory {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
}

.bc-need-option {
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--bc-border);
	border-radius: var(--bc-radius);
	color: #17140f;
	background: #f3eddf;
	box-shadow: 0 16px 44px rgba(23, 20, 15, 0.07);
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.bc-need-option:nth-child(3n + 2) {
	background: #eee6d4;
}

.bc-need-option:nth-child(3n) {
	background: #edf0e4;
}

.bc-need-option:hover {
	border-color: rgba(23, 63, 50, 0.45);
	box-shadow: 0 22px 55px rgba(23, 20, 15, 0.12);
	transform: translateY(-4px);
}

.bc-need-option__media {
	position: relative;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: #173f32;
}

.bc-need-option__media::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(7, 31, 24, 0.05), rgba(7, 31, 24, 0.34));
	content: "";
}

.bc-need-option__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 500ms ease;
}

.bc-need-option:hover .bc-need-option__media img {
	transform: scale(1.035);
}

.bc-need-option__number,
.bc-need-option__image-note {
	position: absolute;
	z-index: 1;
	color: #fffaf0;
	background: rgba(7, 31, 24, 0.76);
	backdrop-filter: blur(8px);
}

.bc-need-option__number {
	top: 1rem;
	left: 1rem;
	display: grid;
	width: 2.25rem;
	height: 2.25rem;
	border: 1px solid rgba(255, 250, 240, 0.32);
	border-radius: 50%;
	place-items: center;
	font-size: 0.7rem;
	font-weight: 700;
}

.bc-need-option__image-note {
	right: 0.75rem;
	bottom: 0.75rem;
	padding: 0.32rem 0.48rem;
	border-radius: 999px;
	font-size: 0.48rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.bc-need-option__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: clamp(1.15rem, 1.6vw, 1.45rem);
}

.bc-need-option__group {
	color: #9b7741;
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.bc-need-option h3 {
	min-height: 2em;
	margin: 0.55rem 0 0.75rem;
	font-size: clamp(1.5rem, 1.8vw, 1.9rem);
	line-height: 1;
}

.bc-need-option__need {
	min-height: 2.8em;
	margin: 0;
	color: #5f584f;
	font-size: 0.84rem;
}

.bc-need-option__suggestion {
	margin: 1rem 0 0;
	padding: 0.8rem;
	border-radius: 12px;
	color: #173f32;
	background: rgba(23, 63, 50, 0.07);
	font-size: 0.8rem;
}

.bc-need-option__suggestion span {
	display: flex;
	margin-bottom: 0.25rem;
	color: #8a5c35;
	font-size: 0.58rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.bc-need-option__cta {
	margin-top: auto;
	padding-top: 1rem;
	color: #173f32;
	font-size: 0.76rem;
	font-weight: 700;
}

.bc-subscription-page {
	padding-bottom: clamp(3.5rem, 7vw, 7rem);
	overflow: clip;
	background: #fffaf0;
}

.bc-subscription-hero {
	height: var(--bc-page-hero-height);
	min-height: var(--bc-page-hero-height);
	color: #fffaf0;
	background:
		linear-gradient(90deg, rgba(7, 31, 24, 0.9) 0%, rgba(7, 31, 24, 0.62) 54%, rgba(7, 31, 24, 0.3) 100%),
		url("../images/placeholders/origin-stung-treng-ai-placeholder.webp") center 56% / cover no-repeat;
	box-shadow: 0 22px 60px rgba(23, 20, 15, 0.14);
}

.bc-subscription-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.55fr);
	gap: clamp(2rem, 6vw, 6rem);
	align-items: end;
	width: var(--bc-content);
	height: 100%;
	min-height: 0;
	margin-inline: auto;
	padding-block: clamp(2.25rem, 4vw, 3.5rem);
}

.bc-subscription-hero .bc-eyebrow {
	color: #e6b45a;
}

.bc-subscription-hero h1 {
	max-width: 13ch;
	margin: 0;
	color: #fffaf0;
	font-size: clamp(2.85rem, 4.5vw, 4.5rem);
	font-weight: 520;
	letter-spacing: -0.045em;
	line-height: 0.96;
	text-shadow: 0 3px 26px rgba(0, 0, 0, 0.24);
	text-wrap: balance;
}

.bc-subscription-hero__inner > p {
	max-width: 42ch;
	margin: 0;
	color: rgba(255, 250, 240, 0.9);
	font-size: clamp(1rem, 1.3vw, 1.15rem);
}

.bc-subscription-process,
.bc-subscription-signup,
.bc-subscription-faq {
	margin-block-start: 0 !important;
	padding-top: var(--bc-page-section-gap);
}

.bc-subscription-section-head {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.45fr);
	gap: clamp(2rem, 5vw, 5rem);
	align-items: end;
	margin-bottom: clamp(1.75rem, 3vw, 2.75rem);
}

.bc-subscription-section-head h2,
.bc-subscription-signup__intro h2 {
	max-width: 18ch;
	margin: 0;
	font-size: clamp(2.25rem, 3.5vw, 3.6rem);
	font-weight: 520;
	letter-spacing: -0.04em;
	line-height: 1;
	text-wrap: balance;
}

.bc-subscription-section-head > p,
.bc-subscription-signup__intro > p {
	max-width: 44ch;
	margin: 0;
	color: #6d655a;
}

.bc-subscription-steps {
	display: grid;
	position: relative;
	margin: 0;
	padding: 1rem 0 0;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 3.5rem 2rem;
	list-style: none;
	counter-reset: none;
}

.bc-subscription-steps li {
	position: relative;
	z-index: 1;
	min-width: 0;
	text-align: center;
}

.bc-subscription-step__media {
	position: relative;
	z-index: 2;
	overflow: hidden;
	width: clamp(126px, 11vw, 154px);
	aspect-ratio: 1;
	margin-inline: auto;
	border: 5px solid #fffaf0;
	border-radius: 50%;
	background: #dfe5d9;
	box-shadow:
		0 0 0 2px #c9a051,
		0 16px 34px rgba(15, 51, 42, 0.2);
	transition: transform 260ms ease, box-shadow 260ms ease;
}

.bc-subscription-step__media::after {
	position: absolute;
	inset: 0;
	content: "";
	pointer-events: none;
	background: linear-gradient(145deg, transparent 42%, rgba(6, 39, 31, 0.28));
}

.bc-subscription-step__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 360ms ease;
}

.bc-subscription-steps li:hover .bc-subscription-step__media {
	transform: translateY(-6px) rotate(-1.5deg);
	box-shadow:
		0 0 0 3px #dbae55,
		0 22px 42px rgba(15, 51, 42, 0.26);
}

.bc-subscription-steps li:hover .bc-subscription-step__media img {
	transform: scale(1.07);
}

.bc-subscription-step__number {
	position: absolute;
	z-index: 1;
	top: 0.8rem;
	left: 0.8rem;
	display: grid;
	width: 2.2rem;
	height: 2.2rem;
	border: 2px solid #fffaf0;
	border-radius: 50%;
	color: #fffaf0;
	background: #b17c36;
	font-size: 0.72rem;
	font-weight: 700;
	place-items: center;
	box-shadow: 0 5px 16px rgba(36, 24, 12, 0.22);
	animation: bc-roadmap-pulse 3.2s ease-in-out infinite;
}

.bc-subscription-step__image-note {
	display: inline-flex;
	align-self: center;
	margin-top: 0.7rem;
	padding: 0.25rem 0.46rem;
	border: 1px dashed rgba(177, 124, 54, 0.56);
	border-radius: 999px;
	color: #7f602e;
	background: rgba(255, 250, 240, 0.72);
	font-size: 0.55rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.bc-subscription-step__body {
	display: flex;
	min-height: 118px;
	max-width: 250px;
	margin-inline: auto;
	padding: 1.05rem 0.55rem 0;
	flex-direction: column;
}

.bc-subscription-step__label {
	color: #b17c36;
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.bc-subscription-steps strong {
	margin-top: 0.42rem;
	font-family: "Brand Serif", Georgia, serif;
	font-size: 1.15rem;
	font-weight: 600;
	line-height: 1.16;
}

.bc-subscription-steps li::after {
	position: absolute;
	z-index: -1;
	top: calc(clamp(126px, 11vw, 154px) / 2);
	height: 2px;
	content: "";
	background-image: repeating-linear-gradient(90deg, #c89a45 0 8px, transparent 8px 15px);
}

.bc-subscription-steps li::before {
	position: absolute;
	z-index: 1;
	top: calc((clamp(126px, 11vw, 154px) / 2) - 5px);
	width: 0;
	height: 0;
	content: "";
	border-block: 6px solid transparent;
}

.bc-subscription-steps li:nth-child(-n + 3)::after {
	left: calc(50% + (clamp(126px, 11vw, 154px) / 2));
	width: calc(100% + 2rem - clamp(126px, 11vw, 154px));
}

.bc-subscription-steps li:nth-child(-n + 3)::before {
	right: auto;
	left: calc(150% + 2rem - (clamp(126px, 11vw, 154px) / 2) - 8px);
	border-left: 9px solid #c89a45;
}

.bc-subscription-steps li:nth-child(4)::after {
	top: calc(clamp(126px, 11vw, 154px) / 2);
	left: calc(50% + (clamp(126px, 11vw, 154px) / 2));
	width: calc(50% - (clamp(126px, 11vw, 154px) / 2) + 1rem);
	height: calc(100% + 3.5rem);
	border: 0;
	border-top: 2px dashed #c89a45;
	border-right: 2px dashed #c89a45;
	border-bottom: 2px dashed #c89a45;
	border-radius: 0 42px 42px 0;
	background: none;
}

.bc-subscription-steps li:nth-child(4)::before {
	top: calc(100% + 3.5rem + (clamp(126px, 11vw, 154px) / 2) - 5px);
	right: auto;
	left: calc(50% + (clamp(126px, 11vw, 154px) / 2));
	border-top: 6px solid transparent;
	border-right: 9px solid #c89a45;
	border-bottom: 6px solid transparent;
	border-left: 0;
}

.bc-subscription-steps li:nth-child(5) {
	grid-column: 4;
	grid-row: 2;
}

.bc-subscription-steps li:nth-child(6) {
	grid-column: 3;
	grid-row: 2;
}

.bc-subscription-steps li:nth-child(7) {
	grid-column: 2;
	grid-row: 2;
}

.bc-subscription-steps li:nth-child(8) {
	grid-column: 1;
	grid-row: 2;
}

.bc-subscription-steps li:nth-child(n + 5):nth-child(-n + 7)::after {
	right: calc(50% + (clamp(126px, 11vw, 154px) / 2));
	width: calc(100% + 2rem - clamp(126px, 11vw, 154px));
}

.bc-subscription-steps li:nth-child(n + 5):nth-child(-n + 7)::before {
	left: calc(-2rem - (clamp(126px, 11vw, 154px) / 2));
	border-right: 9px solid #c89a45;
}

@keyframes bc-roadmap-pulse {
	0%,
	100% {
		box-shadow: 0 0 0 0 rgba(201, 160, 81, 0.4), 0 5px 16px rgba(36, 24, 12, 0.22);
	}

	50% {
		box-shadow: 0 0 0 7px rgba(201, 160, 81, 0), 0 5px 16px rgba(36, 24, 12, 0.22);
	}
}

@media (prefers-reduced-motion: reduce) {
	.bc-subscription-step__media,
	.bc-subscription-step__media img {
		transition: none;
	}

	.bc-subscription-step__number {
		animation: none;
	}
}

.bc-subscription-packages {
	margin-block-start: var(--bc-page-section-gap) !important;
	padding-block: var(--bc-page-section-gap);
	color: #fffaf0;
	background: #123b30;
}

.bc-subscription-section-head--light h2 {
	color: #fffaf0;
}

.bc-subscription-section-head--light > p {
	color: rgba(255, 250, 240, 0.78);
}

.bc-subscription-package-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
}

.bc-subscription-package {
	display: flex;
	flex-direction: column;
	min-height: 270px;
	padding: 1.5rem;
	border: 1px solid rgba(255, 250, 240, 0.2);
	border-radius: var(--bc-radius);
	color: #fffaf0;
	background: rgba(255, 250, 240, 0.06);
	text-decoration: none;
	transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.bc-subscription-package:hover {
	border-color: #d2aa62;
	background: rgba(255, 250, 240, 0.1);
	transform: translateY(-4px);
}

.bc-subscription-package__number {
	color: #e6b45a;
	font-size: 0.7rem;
	font-weight: 700;
}

.bc-subscription-package h3 {
	margin: 2rem 0 0.45rem;
	color: #fffaf0;
	font-size: 1.85rem;
}

.bc-subscription-package p {
	margin: 0;
	color: rgba(255, 250, 240, 0.7);
	font-size: 0.82rem;
}

.bc-subscription-package strong {
	margin-top: 0.8rem;
	font-size: 0.9rem;
}

.bc-subscription-package__cta {
	margin-top: auto;
	padding-top: 1rem;
	border-top: 1px solid rgba(255, 250, 240, 0.16);
	color: #e6b45a;
	font-size: 0.76rem;
	font-weight: 700;
}

.bc-subscription-benefits {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin: 2rem 0 0;
	padding: 0;
	list-style: none;
}

.bc-subscription-benefits li {
	padding: 0.6rem 0.85rem;
	border: 1px solid rgba(255, 250, 240, 0.18);
	border-radius: 999px;
	color: rgba(255, 250, 240, 0.86);
	background: rgba(255, 250, 240, 0.06);
	font-size: 0.72rem;
	font-weight: 600;
}

.bc-subscription-signup {
	display: grid;
	grid-template-columns: minmax(240px, 0.32fr) minmax(0, 1fr);
	gap: clamp(2rem, 4vw, 4rem);
	align-items: start;
}

.bc-subscription-signup__intro {
	position: sticky;
	top: 140px;
}

.bc-subscription-signup__intro > p {
	margin-top: 1.25rem;
}

.bc-subscription-note {
	display: grid;
	gap: 0.25rem;
	margin-top: 1.25rem;
	padding: 0.85rem 1rem;
	border-left: 3px solid #d2aa62;
	color: #fffaf0;
	background: #173f32;
}

.bc-subscription-note strong {
	font-family: "Brand Serif", Georgia, serif;
	font-size: 1.15rem;
}

.bc-subscription-note span {
	color: rgba(255, 250, 240, 0.75);
	font-size: 0.78rem;
}

.bc-subscription-form .hagl-form-shell {
	display: block;
	margin: 0;
}

.bc-subscription-form .hagl-form-intro {
	display: none;
}

.bc-subscription-form .hagl-form-card {
	width: 100%;
	padding: clamp(1rem, 1.6vw, 1.4rem);
	border: 1px solid var(--bc-border);
	border-radius: var(--bc-radius);
	background: #f3eddf;
	box-shadow: 0 18px 48px rgba(23, 20, 15, 0.08);
}

.bc-subscription-form .hagl-form-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 0.7rem 0.8rem;
}

.bc-subscription-form .hagl-form-grid label {
	display: grid;
	grid-column: span 2;
	gap: 0.3rem;
	color: #173f32;
	font-size: 0.69rem;
	font-weight: 700;
}

.bc-subscription-form .hagl-form-grid input,
.bc-subscription-form .hagl-form-grid select,
.bc-subscription-form .hagl-form-grid textarea {
	width: 100%;
	min-height: 42px;
	padding: 0.58rem 0.72rem;
	border: 1px solid var(--bc-border);
	border-radius: 12px;
	color: #17140f;
	background: #fffaf0;
	font: inherit;
	font-weight: 400;
}

.bc-subscription-form .hagl-form-grid textarea {
	height: 70px;
	min-height: 70px;
	resize: vertical;
}

.bc-subscription-form .hagl-span-2 {
	grid-column: span 3 !important;
}

.bc-subscription-form .hagl-honeypot {
	position: absolute !important;
	left: -9999px !important;
}

.bc-subscription-form .hagl-consent {
	display: flex;
	gap: 0.55rem;
	align-items: flex-start;
	margin-block: 0.75rem;
	color: #5f584f;
	font-size: 0.75rem;
	font-weight: 400;
}

.bc-subscription-form .hagl-consent input {
	flex: 0 0 auto;
	margin-top: 0.15rem;
}

.bc-subscription-form .hagl-form button[type="submit"] {
	min-height: 42px;
	padding: 0.62rem 1.1rem;
	border: 1px solid #173f32;
	border-radius: 999px;
	color: #fffaf0;
	background: #173f32;
	font: inherit;
	font-size: 0.82rem;
	font-weight: 700;
	cursor: pointer;
}

.bc-subscription-form .hagl-form-result {
	margin-top: 0.8rem;
	font-size: 0.8rem;
}

.bc-subscription-faq {
	display: grid;
	grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
	gap: clamp(2.5rem, 6vw, 6rem);
}

.bc-subscription-faq .bc-subscription-section-head {
	display: block;
	margin: 0;
}

.bc-subscription-faq__list {
	border-top: 1px solid var(--bc-border);
}

.bc-subscription-faq details {
	border-bottom: 1px solid var(--bc-border);
}

.bc-subscription-faq summary {
	position: relative;
	padding: 1.2rem 2.5rem 1.2rem 0;
	color: #173f32;
	font-family: "Brand Serif", Georgia, serif;
	font-size: 1.25rem;
	font-weight: 600;
	cursor: pointer;
	list-style: none;
}

.bc-subscription-faq summary::-webkit-details-marker {
	display: none;
}

.bc-subscription-faq summary::after {
	position: absolute;
	top: 50%;
	right: 0;
	content: "+";
	font-family: sans-serif;
	transform: translateY(-50%);
}

.bc-subscription-faq details[open] summary::after {
	content: "–";
}

.bc-subscription-faq details p {
	max-width: 62ch;
	margin: 0;
	padding: 0 2.5rem 1.2rem 0;
	color: #6d655a;
}

.bc-product__body {
	padding: 1.25rem;
}

.bc-product__meta {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	color: #6d655a;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.bc-product h3 {
	margin: 0.7rem 0 0.45rem;
	font-size: 1.35rem;
}

.bc-product__taste {
	min-height: 2.8em;
	margin: 0;
	color: #6d655a;
	font-size: 0.9rem;
}

.bc-product__footer {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
	align-items: center;
	justify-content: space-between;
	margin-top: 1.1rem;
	padding-top: 1rem;
	border-top: 1px solid var(--bc-border);
}

.bc-price-placeholder {
	color: #8a5c35;
	font-size: 0.72rem;
	font-weight: 700;
}

.bc-product__cta {
	color: #173f32;
	font-size: 0.86rem;
	font-weight: 600;
}

.bc-packages {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.bc-package {
	display: flex;
	flex-direction: column;
	min-height: 132px;
	padding: 1.35rem;
	border: 1px solid rgba(255, 250, 240, 0.2);
	border-radius: var(--bc-radius-sm);
	color: #fffaf0;
	background: rgba(255, 250, 240, 0.06);
	transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.bc-package:hover {
	border-color: rgba(255, 250, 240, 0.58);
	color: #fffaf0;
	background: rgba(255, 250, 240, 0.1);
	transform: translateY(-3px);
}

.bc-package--featured {
	border-color: #d2aa62;
	background: rgba(210, 170, 98, 0.12);
}

.bc-package strong {
	display: block;
	color: #fffaf0;
	font-family: "Brand Serif", Georgia, serif;
	font-size: 1.4rem;
}

.bc-package span {
	color: rgba(255, 250, 240, 0.7);
	font-size: 0.82rem;
}

.bc-package small {
	margin-top: auto;
	padding-top: 1rem;
	color: #d2aa62;
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 0.04em;
}

.bc-split {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.bc-panel {
	min-height: 430px;
	padding: clamp(1.7rem, 4vw, 3rem);
	border-radius: var(--bc-radius);
	background: #f3eddf;
}

.bc-panel--dark {
	color: #fffaf0;
	background: #4b2f24;
}

.bc-panel--dark h2 {
	color: #fffaf0;
}

.bc-panel h2 {
	max-width: 13ch;
	margin: 0;
	font-size: clamp(2rem, 4vw, 3.8rem);
}

.bc-panel p {
	max-width: 52ch;
}

.bc-steps {
	display: grid;
	gap: 0.7rem;
	margin-block: 2rem;
	padding: 0;
	list-style: none;
}

.bc-steps li {
	display: grid;
	grid-template-columns: 2rem 1fr;
	gap: 0.7rem;
	align-items: start;
}

.bc-steps strong {
	display: grid;
	place-items: center;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	color: #173f32;
	background: #d2aa62;
	font-size: 0.78rem;
}

.bc-services {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.bc-service {
	padding: 1.2rem 0;
	border-top: 2px solid #b96f3d;
}

.bc-service strong {
	display: block;
	margin-bottom: 0.4rem;
	font-family: "Brand Serif", Georgia, serif;
	font-size: 1.15rem;
}

.bc-service span {
	color: #6d655a;
	font-size: 0.82rem;
}

.bc-footer {
	padding-block: clamp(2rem, 3vw, 3rem);
	color: rgba(255, 250, 240, 0.76);
	background: #0d2921;
}

.bc-footer__grid {
	display: grid;
	grid-template-columns: 1.4fr repeat(3, minmax(0, 1fr));
	gap: 2rem;
}

.bc-footer h2,
.bc-footer h3 {
	color: #fffaf0;
}

.bc-footer h2 {
	margin-top: 0;
	font-size: 1.8rem;
}

.bc-footer h3 {
	font-family: "Brand Sans", "Segoe UI", sans-serif;
	font-size: 0.8rem;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.bc-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bc-footer li + li {
	margin-top: 0.55rem;
}

.bc-footer a {
	color: rgba(255, 250, 240, 0.76);
}

.bc-footer a:hover {
	color: #d2aa62;
}

.bc-footer__newsletter {
	display: grid;
	grid-template-columns: minmax(300px, 0.9fr) minmax(420px, 1.1fr);
	gap: clamp(2.5rem, 4vw, 4.5rem);
	align-items: center;
	margin-top: clamp(2rem, 3vw, 2.75rem);
	padding-top: clamp(1.75rem, 2.5vw, 2.5rem);
	border-top: 1px solid rgba(255, 250, 240, 0.14);
}

.bc-footer__newsletter-copy {
	max-width: 580px;
}

.bc-footer__newsletter h2 {
	margin: 0;
	font-size: clamp(1.9rem, 2.4vw, 2.6rem);
	line-height: 1;
}

.bc-footer__newsletter p {
	max-width: 52ch;
	margin-bottom: 0;
}

.bc-newsletter {
	width: 100%;
	max-width: 760px;
	justify-self: end;
}

.bc-newsletter__fields {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.65rem;
}

.bc-newsletter input[type="text"] {
	width: 100%;
	min-height: 52px;
	padding: 0.75rem 1rem;
	border: 1px solid rgba(255, 250, 240, 0.28);
	border-radius: 999px;
	color: #fffaf0;
	background: rgba(255, 250, 240, 0.08);
	font: inherit;
}

.bc-newsletter input[type="text"]::placeholder {
	color: rgba(255, 250, 240, 0.62);
}

.bc-newsletter button {
	min-height: 52px;
	padding: 0.75rem 1.25rem;
	border: 0;
	border-radius: 999px;
	color: #173f32;
	background: #d2aa62;
	font: inherit;
	font-weight: 600;
	cursor: pointer;
}

.bc-newsletter button:disabled {
	cursor: wait;
	opacity: 0.65;
}

.bc-newsletter__consent {
	display: flex;
	gap: 0.65rem;
	align-items: flex-start;
	margin-top: 0.9rem;
	color: rgba(255, 250, 240, 0.68);
	font-size: 0.72rem;
	line-height: 1.5;
}

.bc-newsletter__consent input {
	flex: 0 0 auto;
	margin-top: 0.2rem;
}

.bc-newsletter__consent a {
	color: #fffaf0;
	text-decoration: underline;
	text-underline-offset: 0.18em;
}

.bc-newsletter__honeypot {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	white-space: nowrap !important;
}

.bc-newsletter__result {
	min-height: 1.5em;
	margin-top: 0.65rem;
	font-size: 0.78rem;
}

.bc-newsletter__result.is-success {
	color: #d2e6b4;
}

.bc-newsletter__result.is-error {
	color: #ffd3c8;
}

.bc-footer__bottom {
	display: flex;
	gap: 2rem;
	align-items: center;
	justify-content: space-between;
	margin-top: clamp(1.75rem, 3vw, 2.5rem);
	padding-top: 1.25rem;
	border-top: 1px solid rgba(255, 250, 240, 0.14);
}

.bc-footer__legal {
	max-width: 62ch;
	font-size: 0.72rem;
}

.bc-commerce-badge {
	flex: 0 0 auto;
}

.bc-commerce-badge img {
	display: block;
	width: 190px;
	height: auto;
	opacity: 0.82;
}

.bc-contact-widget {
	position: fixed;
	right: clamp(1rem, 2vw, 1.75rem);
	bottom: clamp(1rem, 2vw, 1.75rem);
	z-index: 110;
	display: grid;
	gap: 0.65rem;
	justify-items: end;
	pointer-events: none;
}

.bc-contact-widget button {
	border: 0;
	font: inherit;
	cursor: pointer;
	pointer-events: auto;
}

.bc-contact-widget__menu {
	display: grid;
	gap: 0.55rem;
	visibility: hidden;
	opacity: 0;
	transform: translateY(0.75rem);
	transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.bc-contact-widget.is-open .bc-contact-widget__menu {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}

.bc-contact-channel {
	display: flex;
	gap: 0.55rem;
	align-items: center;
	justify-content: flex-end;
	padding: 0;
	color: #173f32;
	background: transparent;
}

.bc-contact-channel__label {
	padding: 0.5rem 0.75rem;
	border: 1px solid rgba(23, 63, 50, 0.12);
	border-radius: 999px;
	background: #fffaf0;
	box-shadow: 0 8px 24px rgba(7, 21, 17, 0.16);
	font-size: 0.78rem;
	font-weight: 600;
}

.bc-contact-channel__icon,
.bc-contact-widget__toggle,
.bc-contact-widget__top {
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	box-shadow: 0 10px 28px rgba(7, 21, 17, 0.22);
}

.bc-contact-channel__icon {
	color: #fff;
	font-size: 1.05rem;
	font-weight: 700;
}

.bc-contact-channel--zalo .bc-contact-channel__icon {
	background: #0877e8;
}

.bc-contact-channel--facebook .bc-contact-channel__icon {
	background: #1877f2;
	font-family: Arial, sans-serif;
	font-size: 1.35rem;
}

.bc-contact-channel--phone .bc-contact-channel__icon {
	background: #2f8f58;
}

.bc-contact-channel svg,
.bc-contact-widget__controls svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.9;
}

.bc-contact-channel--phone svg {
	fill: currentColor;
	stroke: none;
}

.bc-contact-widget__controls {
	display: grid;
	gap: 0.55rem;
	justify-items: center;
	pointer-events: none;
}

.bc-contact-widget__toggle,
.bc-contact-widget__top {
	color: #fffaf0;
	background: #173f32;
}

.bc-contact-widget__top[hidden] {
	display: none;
}

.bc-contact-widget__toggle {
	width: 54px;
	height: 54px;
	background: #d2aa62;
	color: #173f32;
}

.bc-contact-widget__top {
	width: 54px;
	height: 54px;
}

.bc-contact-widget__toggle svg {
	width: 26px;
	height: 26px;
}

.bc-contact-widget__close-icon {
	display: none;
}

.bc-contact-widget.is-open .bc-contact-widget__chat-icon {
	display: none;
}

.bc-contact-widget.is-open .bc-contact-widget__close-icon {
	display: block;
}

.bc-contact-widget__status {
	position: absolute;
	right: 0;
	bottom: calc(100% + 0.75rem);
	width: max-content;
	max-width: min(280px, calc(100vw - 2rem));
	padding: 0.65rem 0.8rem;
	border-radius: 10px;
	color: #fffaf0;
	background: #173f32;
	box-shadow: 0 10px 28px rgba(7, 21, 17, 0.22);
	font-size: 0.74rem;
	visibility: hidden;
	opacity: 0;
	transform: translateY(0.4rem);
	transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.bc-contact-widget__status.is-visible {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}

.bc-placeholder-label {
	display: inline-flex;
	padding: 0.35rem 0.6rem;
	border: 1px dashed currentColor;
	border-radius: 999px;
	font-size: 0.66rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

@media (min-width: 1201px) and (max-width: 1320px) {
	.bc-header__inner {
		gap: 0.65rem;
	}

	.bc-header .wp-block-navigation__container {
		gap: 0.72rem;
	}

	.bc-header__actions .bc-header__link:first-child {
		display: none;
	}
}

@media (max-width: 1200px) {
	.bc-header__inner {
		grid-template-columns: minmax(0, 1fr) 66px 36px 36px 32px;
		gap: 0.7rem;
	}

	.bc-header .wp-block-navigation {
		grid-column: 5;
		grid-row: 1;
	}

	.bc-language-switcher {
		grid-column: 2;
	}

	.bc-header .wp-block-woocommerce-customer-account {
		grid-column: 3;
	}

	.bc-header .wc-block-mini-cart {
		grid-column: 4;
	}

	.bc-header__actions {
		display: none;
	}

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

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

	.bc-catalog-layout {
		grid-template-columns: 220px minmax(0, 1fr);
		gap: 1.5rem;
	}

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

	.bc-need-directory {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bc-subscription-steps,
	.bc-subscription-package-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.bc-subscription-steps {
		max-width: 760px;
		margin-inline: auto;
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.bc-subscription-steps li,
	.bc-subscription-steps li:nth-child(n) {
		display: grid;
		grid-column: auto;
		grid-row: auto;
		grid-template-columns: 138px minmax(0, 1fr);
		align-items: center;
		text-align: left;
	}

	.bc-subscription-step__media {
		width: 126px;
		margin-inline: 0;
	}

	.bc-subscription-step__body {
		min-height: 0;
		max-width: none;
		margin: 0;
		padding: 0 0 0 0.8rem;
	}

	.bc-subscription-step__image-note {
		align-self: flex-start;
	}

	.bc-subscription-steps li::after {
		top: 50%;
		right: auto;
		left: 63px;
		width: 2px;
		height: calc(100% + 2rem);
		background-image: repeating-linear-gradient(180deg, #c89a45 0 8px, transparent 8px 15px);
	}

	.bc-subscription-steps li::before {
		display: none;
	}

	.bc-subscription-steps li:last-child::after {
		display: none;
	}

	.bc-subscription-signup {
		grid-template-columns: 1fr;
		gap: 2rem;
	}

	.bc-subscription-signup__intro {
		position: static;
		max-width: 680px;
	}

	.bc-packages,
	.bc-services {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

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

	.bc-footer__newsletter {
		grid-template-columns: 1fr;
	}

	.bc-newsletter {
		max-width: none;
		justify-self: stretch;
	}
}

@media (max-width: 720px) {
	:root {
		--bc-content: calc(100vw - 4rem);
		--bc-page-hero-height: 460px;
		--bc-page-section-gap: 3rem;
	}

	.bc-announcement {
		padding-inline: 0.5rem;
		overflow: visible;
		font-size: 0.6rem;
		line-height: 1.35;
	}

	.bc-shell {
		width: calc(100vw - 4rem) !important;
		max-width: calc(100vw - 4rem) !important;
	}

	.bc-header__inner {
		gap: 0.35rem;
		grid-template-columns: minmax(0, 1fr) 56px 34px 34px 30px;
		min-height: 70px;
	}

	.bc-language-switcher {
		min-width: 56px;
		min-height: 34px;
		padding-inline: 0.3rem;
		font-size: 0.62rem;
	}

	.bc-wordmark strong {
		font-size: 1rem;
	}

	.bc-wordmark small {
		font-size: 0.48rem;
	}

	.bc-hero {
		min-height: 680px;
		padding-block: 4rem;
	}

	.bc-hero::before {
		background: linear-gradient(180deg, rgba(7, 21, 17, 0.35), rgba(7, 21, 17, 0.94) 78%);
	}

	.bc-hero__image {
		object-position: 68% center;
	}

	.bc-hero h1 {
		max-width: 100%;
		font-size: clamp(2.4rem, 10.5vw, 3.1rem);
		line-height: 0.98;
		text-wrap: wrap;
	}

	.bc-hero__content {
		width: calc(100vw - 4rem) !important;
		max-width: calc(100vw - 4rem) !important;
		min-width: 0;
	}

	.bc-hero__lead,
	.bc-hero__note {
		max-width: 100%;
		overflow-wrap: break-word;
	}

	.bc-hero__lead {
		font-size: 0.98rem;
	}

	.bc-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.bc-actions .wp-block-button,
	.bc-actions .wp-block-button__link {
		width: 100%;
		text-align: center;
	}

	.bc-hero__note {
		align-items: flex-start;
		border-radius: var(--bc-radius-sm);
	}

	.bc-section__head {
		grid-template-columns: 1fr;
		gap: 1rem;
	}

	.bc-section__head h2 {
		font-size: clamp(2.15rem, 11vw, 3.5rem);
	}

	.bc-catalog-page {
		padding-bottom: 3rem;
	}

	.bc-catalog-intro__inner {
		grid-template-columns: 1fr;
		gap: 1.25rem;
		min-height: var(--bc-page-hero-height);
	}

	.bc-catalog-intro {
		background-position: 58% center;
	}

	.bc-catalog-intro h1 {
		font-size: clamp(2.25rem, 9.5vw, 3rem);
	}

	.bc-catalog-layout {
		grid-template-columns: 1fr;
	}

	.bc-catalog-filters {
		position: static;
	}

	.bc-catalog-grid {
		grid-template-columns: 1fr;
	}

	.bc-needs-hero__inner,
	.bc-needs-directory__intro {
		grid-template-columns: 1fr;
		gap: 1.25rem;
	}

	.bc-needs-hero__inner {
		min-height: var(--bc-page-hero-height);
	}

	.bc-needs-hero {
		background-position: 60% center;
	}

	.bc-needs-hero h1 {
		font-size: clamp(2.25rem, 9.5vw, 3rem);
	}

	.bc-need-directory {
		grid-template-columns: 1fr;
	}

	.bc-subscription-hero__inner,
	.bc-subscription-section-head,
	.bc-subscription-signup,
	.bc-subscription-faq {
		grid-template-columns: 1fr;
		gap: 1.25rem;
	}

	.bc-subscription-hero__inner {
		min-height: var(--bc-page-hero-height);
	}

	.bc-subscription-hero {
		background-position: 60% center;
	}

	.bc-subscription-hero h1 {
		font-size: clamp(2.25rem, 9.5vw, 3rem);
	}

	.bc-subscription-steps,
	.bc-subscription-package-grid,
	.bc-subscription-form .hagl-form-grid {
		grid-template-columns: 1fr;
	}

	.bc-subscription-steps {
		gap: 1.35rem;
	}

	.bc-subscription-steps li,
	.bc-subscription-steps li:nth-child(n) {
		grid-template-columns: 104px minmax(0, 1fr);
	}

	.bc-subscription-step__media {
		width: 94px;
		border-width: 4px;
	}

	.bc-subscription-step__number {
		top: 0.15rem;
		left: 0.15rem;
		width: 1.9rem;
		height: 1.9rem;
	}

	.bc-subscription-step__body {
		padding-left: 0.7rem;
	}

	.bc-subscription-steps strong {
		font-size: 1.08rem;
	}

	.bc-subscription-steps li::after {
		left: 47px;
		height: calc(100% + 1.35rem);
	}

	.bc-subscription-signup__intro {
		position: static;
	}

	.bc-subscription-form .hagl-span-2 {
		grid-column: span 1 !important;
	}

	.bc-subscription-form .hagl-form-grid label {
		grid-column: span 1;
	}

	.bc-needs,
	.bc-origins,
	.bc-lines,
	.bc-products,
	.bc-packages,
	.bc-split,
	.bc-services,
	.bc-footer__grid {
		grid-template-columns: 1fr;
	}

	.bc-card-link {
		min-height: 180px;
	}

	.bc-origin {
		min-height: 360px;
	}

	.bc-filter {
		flex-wrap: nowrap;
		margin-inline: -1rem;
		padding-inline: 1rem;
		overflow-x: auto;
		scrollbar-width: none;
	}

	.bc-filter::-webkit-scrollbar {
		display: none;
	}

	.bc-filter button {
		flex: 0 0 auto;
	}

	.bc-newsletter__fields {
		grid-template-columns: 1fr;
	}

	.bc-newsletter button {
		width: 100%;
	}

	.bc-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.bc-contact-widget {
		right: 0.8rem;
		bottom: 0.8rem;
	}

	.bc-contact-channel__icon,
	.bc-contact-widget__top,
	.bc-contact-widget__toggle {
		width: 50px;
		height: 50px;
	}

	.bc-panel {
		min-height: auto;
	}
}

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

	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

/* Milestone 2.2: account stability and compact product information. */
.bc-ai-image-badge,
.bc-origin__temporary,
.bc-need-option__image-note,
.bc-subscription-step__image-note,
.bc-story-image-note,
.bc-story-begin__media figcaption,
.bc-story-region__note,
.bc-story-role__note,
.bc-b2b-image-note,
.bc-b2b-solution__image-note,
.bc-sample-priority__card .bc-placeholder-label {
	display: none !important;
}

.bc-account-woocommerce.is-logged-in {
	padding: 0 !important;
	overflow: hidden;
	border: 1px solid var(--bc-border);
	border-radius: 20px;
	background: #f2ecdf;
}

.bc-account-woocommerce.is-logged-in .woocommerce {
	display: grid !important;
	grid-template-columns: 220px minmax(0, 1fr) !important;
	align-items: stretch !important;
	min-height: 420px;
}

.bc-account-woocommerce.is-logged-in .woocommerce-MyAccount-navigation {
	float: none !important;
	width: auto !important;
	min-width: 0 !important;
	height: auto !important;
	margin: 0 !important;
	padding: 1rem !important;
	border: 0 !important;
	background: var(--bc-green) !important;
}

.bc-account-woocommerce.is-logged-in .woocommerce-MyAccount-navigation ul {
	display: grid !important;
	grid-template-columns: 1fr !important;
	gap: 0.3rem !important;
	align-content: start !important;
	justify-content: stretch !important;
	width: 100% !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.bc-account-woocommerce.is-logged-in .woocommerce-MyAccount-navigation li {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	list-style: none !important;
}

.bc-account-woocommerce.is-logged-in .woocommerce-MyAccount-navigation a {
	display: flex !important;
	align-items: center !important;
	justify-content: flex-start !important;
	width: 100% !important;
	min-height: 42px !important;
	margin: 0 !important;
	padding: 0.65rem 0.8rem !important;
	border-radius: 10px;
	color: rgba(255, 250, 240, 0.82) !important;
	background: transparent !important;
	font-size: 0.82rem !important;
	font-weight: 600 !important;
	line-height: 1.3 !important;
	text-align: left !important;
	opacity: 1 !important;
}

.bc-account-woocommerce.is-logged-in .woocommerce-MyAccount-navigation .is-active a,
.bc-account-woocommerce.is-logged-in .woocommerce-MyAccount-navigation a:hover,
.bc-account-woocommerce.is-logged-in .woocommerce-MyAccount-navigation a:focus-visible {
	color: var(--bc-green) !important;
	background: var(--bc-gold) !important;
}

.bc-account-woocommerce.is-logged-in .woocommerce-MyAccount-content {
	float: none !important;
	width: auto !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: clamp(1.4rem, 3vw, 2.2rem) !important;
	color: var(--bc-ink) !important;
	background: #f7f1e6;
	font-size: 0.92rem;
	line-height: 1.65;
}

.bc-account-woocommerce.is-logged-in .woocommerce-MyAccount-content a {
	color: var(--bc-green) !important;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 0.16em;
}

.bc-product-summary {
	min-width: 0;
}

.bc-product-summary h1 {
	width: 100%;
	max-width: none;
	margin-top: 0.45rem;
	font-size: clamp(2rem, 2.8vw, 2.9rem);
	line-height: 1.05;
	overflow-wrap: normal;
	word-break: normal;
}

.bc-product-summary__facts {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	padding-block: 0.8rem;
}

.bc-product-summary__facts > br,
.bc-product-options > br,
.bc-product-summary__actions > br,
.bc-product-related__grid > br {
	display: none !important;
}

.bc-product-summary__facts span {
	gap: 0.25rem;
	padding: 0 0.75rem;
	border-left: 1px solid var(--bc-border);
}

.bc-product-summary__facts span:first-of-type {
	padding-left: 0;
	border-left: 0;
}

.bc-product-options {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 0.55rem !important;
	margin-block: 0.9rem !important;
}

.bc-product-options > p {
	display: contents !important;
}

.bc-product-options br {
	display: none !important;
}

.bc-product-options legend {
	grid-column: 1 / -1 !important;
	margin-bottom: 0.15rem;
}

.bc-product-options label {
	min-height: 68px;
	padding: 0.65rem 0.7rem;
	background: rgba(255, 255, 255, 0.32);
}

.bc-product-summary__actions {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 0.55rem !important;
	align-items: center;
	margin-top: 0.8rem;
	padding: 0.8rem;
	border-radius: 14px;
	background: #f2ecdf;
}

.bc-product-summary__actions button,
.bc-product-summary__actions .bc-button {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 44px !important;
	margin: 0 !important;
	padding: 0.65rem 0.8rem !important;
	border-radius: 999px !important;
	font-size: 0.82rem !important;
	line-height: 1.2 !important;
}

.bc-product-summary__actions button {
	border: 1px solid rgba(23, 63, 50, 0.28) !important;
	color: var(--bc-green) !important;
	background: rgba(23, 63, 50, 0.1) !important;
}

.bc-product-summary__actions .bc-button {
	border-color: var(--bc-gold) !important;
	color: var(--bc-green) !important;
	background: var(--bc-gold) !important;
}

.bc-product-summary__actions button[disabled] {
	opacity: 0.72 !important;
}

.bc-product-summary__text-link {
	display: block;
	padding: 0.3rem 0.45rem;
	font-size: 0.76rem;
	text-align: center;
}

.bc-product-support {
	gap: 0.8rem;
	padding-block: clamp(2.5rem, 4vw, 3.75rem);
}

.bc-product-support article {
	min-height: 0;
	padding: clamp(1.2rem, 2vw, 1.7rem);
	border-radius: 16px;
}

.bc-product-support h2 {
	max-width: 19ch;
	margin-block: 0.4rem 0.55rem;
	font-size: clamp(1.65rem, 2.25vw, 2.35rem);
	line-height: 1.08;
}

.bc-product-support p {
	margin-bottom: 0;
	font-size: 0.9rem;
	line-height: 1.6;
}

.bc-product-related {
	padding-bottom: clamp(3rem, 5vw, 4.5rem);
}

.bc-product-related .bc-product-section-head h2 {
	font-size: clamp(2.1rem, 3.4vw, 3.5rem);
}

.bc-product-related__grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 1rem !important;
	margin-top: 1.6rem;
}

.bc-product-related__grid article.bc-product-related__card {
	position: relative;
	display: block;
	gap: 0;
	min-width: 0;
}

.bc-product-related__overlay {
	position: absolute;
	z-index: 4;
	inset: 0;
	border-radius: inherit;
}

.bc-product-related__overlay:focus-visible {
	outline: 3px solid var(--bc-gold);
	outline-offset: 3px;
}

.bc-product-related__card .bc-product__media {
	aspect-ratio: 4 / 3;
}

.bc-product-related__card .bc-product__media img {
	width: 100%;
	height: 100%;
	aspect-ratio: auto;
	padding: 0.75rem;
	border-radius: 0;
	object-fit: contain;
}

.bc-product-related__card .bc-product__body {
	display: block;
}

.bc-product-related__card .bc-product__body h3 {
	margin-block: 0.5rem 0.35rem;
	font-family: var(--bc-font-serif);
	font-size: clamp(1.15rem, 1.5vw, 1.4rem);
	line-height: 1.15;
}

.bc-product-related__card .bc-product__taste {
	min-height: 2.8em;
	margin: 0;
	font-size: 0.82rem;
}

@media (max-width: 782px) {
	.bc-account-woocommerce.is-logged-in .woocommerce {
		grid-template-columns: 1fr !important;
		min-height: 0;
	}

	.bc-account-woocommerce.is-logged-in .woocommerce-MyAccount-navigation ul {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.bc-product-summary__facts {
		grid-template-columns: 1fr;
	}

	.bc-product-summary__facts span,
	.bc-product-summary__facts span:first-of-type {
		padding: 0.55rem 0;
		border-top: 1px solid var(--bc-border);
		border-left: 0;
	}

	.bc-product-summary__facts span:first-of-type {
		border-top: 0;
	}

	.bc-product-related__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 520px) {
	.bc-account-woocommerce.is-logged-in .woocommerce-MyAccount-navigation ul,
	.bc-product-options,
	.bc-product-summary__actions,
	.bc-product-related__grid {
		grid-template-columns: 1fr !important;
	}
}

/* Milestone 2.3: commerce testing, sample flow, account and type consistency. */
:root {
	--bc-font-serif: "Brand Sans", "Segoe UI", Arial, sans-serif;
	--bc-green: #173f32;
	--bc-green-deep: #0d2921;
	--bc-gold: #d2aa62;
	--bc-gold-dark: #a56c20;
	--bc-cream: #f3eddf;
	--bc-paper: #fffaf0;
	--bc-ink: #17140f;
	--bc-muted: #6d655a;
}

html body,
html body button,
html body input,
html body select,
html body textarea {
	font-family: "Brand Sans", "Segoe UI", Arial, sans-serif;
}

html body :where(h1, h2, h3, h4, h5, h6, strong, blockquote),
.bc-wordmark strong {
	font-family: "Brand Sans", "Segoe UI", Arial, sans-serif !important;
}

.bc-test-price-label {
	display: block;
	margin-top: 0.18rem;
	color: var(--bc-muted);
	font-size: 0.62rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	line-height: 1.25;
	text-transform: uppercase;
}

.bc-product-cart-form {
	display: block;
	margin: 0 !important;
}

.bc-product-cart-form button {
	width: 100%;
	cursor: pointer;
}

.bc-product-related .bc-product-section-head > a {
	align-self: end;
	justify-self: end;
	margin-left: auto;
	white-space: nowrap;
}

.bc-product-related .bc-product-section-head > p:has(> a) {
	align-self: end;
	justify-self: stretch;
	margin-left: 0;
	text-align: right;
}

.bc-product-related__card .bc-product__price {
	color: var(--bc-green);
	font-size: 0.9rem;
	font-weight: 700;
}

.bc-product-tabs {
	padding-block: clamp(2.6rem, 5vw, 4.5rem);
}

.bc-product-tabs__nav {
	display: flex;
	gap: 0.35rem;
	margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
	padding: 0.35rem;
	border: 1px solid rgba(23, 63, 50, 0.18);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.32);
	width: max-content;
	max-width: 100%;
}

.bc-product-tabs__nav button {
	min-height: 42px;
	padding: 0.65rem 1.15rem;
	border: 0;
	border-radius: 999px;
	color: var(--bc-green);
	background: transparent;
	font-size: 0.88rem;
	font-weight: 700;
	cursor: pointer;
}

.bc-product-tabs__nav button[aria-selected="true"] {
	color: var(--bc-cream);
	background: var(--bc-green);
}

.bc-product-tabs__panel[hidden] {
	display: none !important;
}

.bc-product-comments {
	grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
	gap: clamp(1.5rem, 4vw, 4rem);
}

.bc-product-comments:not([hidden]) {
	display: grid;
}

.bc-product-comments h2,
.bc-product-comments h3 {
	margin-top: 0;
	font-size: clamp(1.45rem, 2.4vw, 2rem);
}

.bc-product-comments__list ol {
	display: grid;
	gap: 0.8rem;
	margin: 1.2rem 0 0;
	padding: 0;
	list-style: none;
}

.bc-product-comments__list li {
	padding: 1rem;
	border: 1px solid var(--bc-border);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.36);
}

.bc-product-comments__list li header {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 0.4rem;
}

.bc-product-comments__list time {
	color: var(--bc-muted);
	font-size: 0.76rem;
}

.bc-product-comments__rating {
	margin: 0 0 0.35rem;
	color: #b77b20;
	letter-spacing: 0.08em;
}

.bc-product-comments__form {
	padding: clamp(1.1rem, 2.5vw, 1.8rem);
	border: 1px solid var(--bc-border);
	border-radius: 18px;
	background: #f2ecdf;
}

.bc-product-comments__form .comment-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.8rem;
}

.bc-product-comments__form .comment-form > p {
	margin: 0;
}

.bc-product-comments__form .comment-notes,
.bc-product-comments__form .comment-form-comment,
.bc-product-comments__form .comment-form-cookies-consent,
.bc-product-comments__form .form-submit {
	grid-column: 1 / -1;
}

.bc-product-comments__form label {
	display: block;
	margin-bottom: 0.3rem;
	font-size: 0.78rem;
	font-weight: 700;
}

.bc-product-comments__form input:not([type="checkbox"]),
.bc-product-comments__form textarea {
	box-sizing: border-box;
	width: 100%;
	padding: 0.75rem 0.85rem;
	border: 1px solid var(--bc-border);
	border-radius: 10px;
	color: var(--bc-ink);
	background: var(--bc-cream);
}

.bc-product-comments__form textarea {
	min-height: 120px;
	resize: vertical;
}

.bc-product-comments__form input[type="submit"] {
	min-height: 44px;
	padding: 0.7rem 1.1rem;
	border: 0;
	border-radius: 999px;
	color: var(--bc-cream);
	background: var(--bc-green);
	font-weight: 700;
	cursor: pointer;
}

.bc-sample-priority {
	display: grid !important;
	grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
	gap: 0.85rem !important;
}

.bc-sample-priority__card {
	grid-column: span 3 !important;
	min-height: 210px !important;
}

.bc-sample-priority__card:nth-child(n+5) {
	grid-column: span 4 !important;
}

.bc-sample-priority__card > div {
	inset: auto 0 0 !important;
	padding: 2.6rem 1rem 1rem !important;
	background: linear-gradient(180deg, transparent, rgba(7, 36, 27, 0.92)) !important;
}

.bc-sample-priority__card h3 {
	margin: 0 !important;
	color: #fffaf0 !important;
	font-size: clamp(1rem, 1.45vw, 1.3rem) !important;
	line-height: 1.16 !important;
	text-shadow: 0 1px 12px rgba(0, 0, 0, 0.55);
}

.bc-sample-process {
	color: var(--bc-cream) !important;
	background: var(--bc-green) !important;
}

.bc-sample-process .bc-product-section-head,
.bc-sample-process .bc-product-section-head h2,
.bc-sample-process .bc-product-section-head > p {
	color: var(--bc-cream) !important;
}

.bc-sample-process__list {
	position: relative;
	display: grid !important;
	grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
	gap: 0 !important;
	margin-top: 2rem !important;
	padding: 0 !important;
}

.bc-sample-process__list::before {
	display: block !important;
	position: absolute !important;
	z-index: 0 !important;
	top: 29px !important;
	right: calc(100% / 14) !important;
	bottom: auto !important;
	left: calc(100% / 14) !important;
	width: auto !important;
	height: 2px !important;
	background: rgba(221, 174, 83, 0.72) !important;
	content: "" !important;
}

.bc-sample-process__list li,
.bc-sample-process__list li:nth-child(n) {
	position: relative !important;
	z-index: 1 !important;
	display: flex !important;
	grid-row: auto !important;
	grid-column: auto !important;
	flex-direction: column !important;
	align-items: center !important;
	gap: 0.4rem !important;
	min-width: 0 !important;
	padding: 0 0.45rem !important;
	color: var(--bc-cream) !important;
	text-align: center !important;
}

.bc-sample-process__list li::before,
.bc-sample-process__list li::after {
	display: none !important;
}

.bc-sample-process__icon {
	position: relative !important;
	z-index: 2 !important;
	display: grid !important;
	width: 58px !important;
	height: 58px !important;
	margin: 0 auto 0.5rem !important;
	border: 2px solid var(--bc-gold) !important;
	border-radius: 50% !important;
	color: var(--bc-green) !important;
	background: var(--bc-gold) !important;
	box-shadow: 0 0 0 7px var(--bc-green) !important;
	place-items: center !important;
}

.bc-sample-process__list small {
	color: var(--bc-gold) !important;
	font-size: 0.68rem !important;
	font-weight: 800 !important;
}

.bc-sample-process__list strong {
	max-width: 15ch;
	color: var(--bc-cream) !important;
	font-size: 0.78rem !important;
	line-height: 1.35 !important;
}

.bc-sample-signup {
	grid-template-columns: minmax(250px, 0.7fr) minmax(0, 1.7fr) !important;
	gap: clamp(1.5rem, 4vw, 3.5rem) !important;
	align-items: start !important;
	padding-block: clamp(3rem, 6vw, 5rem) !important;
}

.bc-sample-signup h2 {
	font-size: clamp(2.2rem, 4vw, 4rem) !important;
	line-height: 1.02 !important;
}

.bc-sample-form-card {
	padding: clamp(1rem, 2vw, 1.5rem) !important;
}

.bc-sample-form__grid {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 0.75rem !important;
}

.bc-sample-form__grid > p {
	display: contents !important;
}

.bc-sample-form__grid br,
.bc-sample-form__footer br {
	display: none !important;
}

.bc-sample-form__grid label {
	min-width: 0;
}

.bc-sample-form__grid input,
.bc-sample-form__grid select {
	min-height: 42px !important;
}

.bc-sample-form__grid textarea {
	min-height: 68px !important;
}

.bc-sample-form__product {
	grid-column: span 2 !important;
}

.bc-sample-form__address {
	grid-column: 1 / -1 !important;
}

.bc-sample-form__wide {
	grid-column: 1 / -1 !important;
}

.bc-sample-form__footer {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto !important;
	gap: 0.7rem 1rem !important;
	align-items: center !important;
	margin-top: 0.9rem;
}

.bc-sample-form__footer > p {
	display: contents !important;
}

.bc-sample-form__consent {
	display: grid !important;
	grid-template-columns: 18px minmax(0, 1fr) !important;
	gap: 0.55rem !important;
	align-items: start !important;
	margin: 0 !important;
	font-size: 0.72rem !important;
	line-height: 1.45 !important;
}

.bc-sample-form__consent input {
	width: 16px !important;
	height: 16px !important;
	min-height: 0 !important;
	margin-top: 0.12rem !important;
}

.bc-sample-form button[type="submit"] {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: auto !important;
	min-height: 44px !important;
	margin: 0 !important;
	padding: 0.7rem 1.15rem !important;
	border-radius: 999px !important;
	color: var(--bc-cream) !important;
	background: var(--bc-green) !important;
}

.bc-sample-form__result {
	grid-column: 1 / -1;
	margin-top: 0 !important;
}

.bc-account-overview {
	padding-bottom: clamp(2rem, 4vw, 3rem) !important;
}

.bc-account-main {
	grid-template-columns: minmax(230px, 0.45fr) minmax(0, 1.55fr) !important;
	gap: clamp(1.5rem, 4vw, 3rem) !important;
	align-items: start !important;
	margin-top: 0 !important;
	padding-top: clamp(2rem, 4vw, 3rem) !important;
	padding-bottom: clamp(3rem, 6vw, 5rem) !important;
}

.bc-account-main > header {
	position: sticky;
	top: 100px;
}

.bc-account-main h2 {
	font-size: clamp(2.2rem, 4vw, 3.8rem) !important;
	line-height: 1.02 !important;
}

.bc-account-woocommerce {
	min-width: 0;
	padding: 0 !important;
	overflow: hidden !important;
	border: 1px solid var(--bc-border) !important;
	border-radius: 20px !important;
	background: #f7f1e6 !important;
}

.bc-account-woocommerce .woocommerce {
	display: grid !important;
	grid-template-columns: 220px minmax(0, 1fr) !important;
	grid-template-rows: auto !important;
	align-items: stretch !important;
	min-height: 360px !important;
	margin: 0 !important;
}

.bc-account-woocommerce .woocommerce > br,
.bc-account-woocommerce .woocommerce > p:empty {
	display: none !important;
}

.bc-account-woocommerce .woocommerce-MyAccount-navigation {
	float: none !important;
	grid-column: 1 !important;
	grid-row: 1 !important;
	width: auto !important;
	min-width: 0 !important;
	height: auto !important;
	margin: 0 !important;
	padding: 1rem !important;
	border: 0 !important;
	background: var(--bc-green) !important;
}

.bc-account-woocommerce .woocommerce-MyAccount-navigation ul {
	display: grid !important;
	grid-template-columns: 1fr !important;
	gap: 0.3rem !important;
	align-content: start !important;
	width: 100% !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.bc-account-woocommerce .woocommerce-MyAccount-navigation li {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	list-style: none !important;
}

.bc-account-woocommerce .woocommerce-MyAccount-navigation a {
	display: flex !important;
	align-items: center !important;
	width: 100% !important;
	min-height: 42px !important;
	padding: 0.65rem 0.8rem !important;
	border-radius: 10px !important;
	color: rgba(255, 250, 240, 0.86) !important;
	background: transparent !important;
	font-size: 0.82rem !important;
	font-weight: 700 !important;
	line-height: 1.3 !important;
	text-align: left !important;
	opacity: 1 !important;
}

.bc-account-woocommerce .woocommerce-MyAccount-navigation .is-active a,
.bc-account-woocommerce .woocommerce-MyAccount-navigation a:hover,
.bc-account-woocommerce .woocommerce-MyAccount-navigation a:focus-visible {
	color: var(--bc-green) !important;
	background: var(--bc-gold) !important;
}

.bc-account-woocommerce .woocommerce-MyAccount-content {
	float: none !important;
	grid-column: 2 !important;
	grid-row: 1 !important;
	width: auto !important;
	min-width: 0 !important;
	margin: 0 !important;
	padding: clamp(1.35rem, 3vw, 2.2rem) !important;
	color: var(--bc-ink) !important;
	background: #f7f1e6 !important;
	font-size: 0.92rem !important;
	line-height: 1.65 !important;
}

.bc-account-woocommerce .woocommerce-MyAccount-content p {
	max-width: 68ch;
	margin-top: 0;
	color: var(--bc-ink) !important;
}

.bc-account-woocommerce .woocommerce-MyAccount-content a {
	color: var(--bc-green) !important;
	font-weight: 700 !important;
}

.bc-account-woocommerce.is-guest .woocommerce {
	display: block !important;
	min-height: 0 !important;
}

@media (max-width: 1100px) {
	.bc-sample-priority {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.bc-sample-priority__card,
	.bc-sample-priority__card:nth-child(n+5) {
		grid-column: span 1 !important;
	}

	.bc-sample-priority__card:last-child {
		grid-column: 1 / -1 !important;
	}

	.bc-sample-process__list {
		grid-template-columns: 1fr !important;
		gap: 0.8rem !important;
	}

	.bc-sample-process__list::before {
		top: 29px !important;
		right: auto !important;
		bottom: 29px !important;
		left: 29px !important;
		width: 2px !important;
		height: auto !important;
	}

	.bc-sample-process__list li,
	.bc-sample-process__list li:nth-child(n) {
		display: grid !important;
		grid-template-columns: 58px 34px minmax(0, 1fr) !important;
		align-items: center !important;
		gap: 0.75rem !important;
		padding: 0 !important;
		text-align: left !important;
	}

	.bc-sample-process__icon {
		grid-column: 1 !important;
		margin: 0 !important;
	}

	.bc-sample-process__list small {
		grid-column: 2 !important;
	}

	.bc-sample-process__list strong {
		grid-column: 3 !important;
		max-width: none;
	}
}

@media (max-width: 782px) {
	.bc-product-related .bc-product-section-head > a {
		justify-self: start;
		margin-left: 0;
	}

	.bc-product-related .bc-product-section-head > p:has(> a) {
		justify-self: start;
		text-align: left;
	}

	.bc-product-comments:not([hidden]) {
		grid-template-columns: 1fr;
	}

	.bc-sample-signup,
	.bc-account-main {
		grid-template-columns: 1fr !important;
	}

	.bc-sample-form__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.bc-sample-form__address,
	.bc-sample-form__product,
	.bc-sample-form__wide {
		grid-column: 1 / -1 !important;
	}

	.bc-account-main > header {
		position: static;
	}

	.bc-account-woocommerce .woocommerce {
		grid-template-columns: 1fr !important;
		min-height: 0 !important;
	}

	.bc-account-woocommerce .woocommerce-MyAccount-navigation {
		grid-column: 1 !important;
		grid-row: 1 !important;
	}

	.bc-account-woocommerce .woocommerce-MyAccount-navigation ul {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.bc-account-woocommerce .woocommerce-MyAccount-content {
		grid-column: 1 !important;
		grid-row: 2 !important;
	}
}

@media (max-width: 520px) {
	.bc-product-comments__form .comment-form,
	.bc-sample-priority,
	.bc-sample-form__grid,
	.bc-sample-form__footer,
	.bc-account-woocommerce .woocommerce-MyAccount-navigation ul {
		grid-template-columns: 1fr !important;
	}

	.bc-sample-priority__card,
	.bc-sample-priority__card:nth-child(n+5),
	.bc-sample-priority__card:last-child,
	.bc-sample-form__product,
	.bc-sample-form__address,
	.bc-sample-form__wide {
		grid-column: 1 !important;
	}

	.bc-sample-form__footer button {
		justify-self: start;
	}
}

/* Milestone 2.4: clearer sample roadmap and compact account login. */
.bc-sample-process__list {
	grid-template-rows: minmax(0, auto) !important;
	grid-auto-rows: auto !important;
	gap: clamp(0.7rem, 1.15vw, 1rem) !important;
}

.bc-sample-process__list::before {
	top: 45px !important;
}

.bc-sample-process__list li,
.bc-sample-process__list li:nth-child(n) {
	box-sizing: border-box !important;
	height: 170px !important;
	min-height: 170px !important;
	justify-content: flex-start !important;
	padding: 1rem 0.65rem 0.9rem !important;
	border: 1px solid rgba(243, 237, 223, 0.18) !important;
	border-radius: 18px !important;
	background: rgba(255, 250, 240, 0.055) !important;
}

.bc-sample-process__list li > br {
	display: none !important;
}

.bc-sample-process__icon {
	display: flex !important;
	flex: 0 0 58px !important;
	align-items: center !important;
	justify-content: center !important;
	box-sizing: border-box !important;
	padding: 0 !important;
	overflow: hidden !important;
	line-height: 0 !important;
}

.bc-sample-process__icon svg {
	display: block !important;
	flex: 0 0 23px !important;
	width: 23px !important;
	height: 23px !important;
	margin: 0 !important;
	transform: none !important;
}

.bc-sample-process__list small {
	align-self: center !important;
}

.bc-sample-process__list strong {
	display: flex !important;
	align-items: flex-start !important;
	justify-content: center !important;
	width: 100% !important;
	min-height: 34px !important;
	text-align: center !important;
}

.bc-account-main:has(.bc-account-woocommerce.is-guest) {
	grid-template-columns: minmax(250px, 300px) minmax(0, 520px) !important;
	justify-content: center !important;
	gap: clamp(2rem, 4vw, 3.5rem) !important;
}

.bc-account-woocommerce.is-guest {
	justify-self: start;
	box-sizing: border-box;
	width: 100%;
	max-width: 520px;
}

.bc-account-woocommerce.is-guest .woocommerce {
	box-sizing: border-box;
	padding: clamp(1.15rem, 2vw, 1.6rem) !important;
}

.bc-account-woocommerce.is-guest .woocommerce > h2 {
	max-width: none;
	margin: 0 0 0.8rem !important;
	font-size: clamp(2rem, 3vw, 2.7rem) !important;
	line-height: 1.05 !important;
}

.bc-account-woocommerce.is-guest .u-columns,
.bc-account-woocommerce.is-guest .u-column1,
.bc-account-woocommerce.is-guest .col-1 {
	float: none !important;
	box-sizing: border-box !important;
	width: 100% !important;
	max-width: 460px !important;
	margin: 0 !important;
	padding: 0 !important;
}

.bc-account-woocommerce.is-guest .woocommerce-form-login {
	box-sizing: border-box;
	width: 100% !important;
	max-width: 460px !important;
	margin: 0 !important;
	padding: clamp(1rem, 2vw, 1.35rem) !important;
	border-color: var(--bc-border) !important;
	border-radius: 14px !important;
	background: rgba(255, 250, 240, 0.48);
}

.bc-account-woocommerce.is-guest .woocommerce-form-login .form-row {
	margin-bottom: 0.7rem !important;
}

.bc-account-woocommerce.is-guest .woocommerce-form-login .form-row br {
	display: none !important;
}

.bc-account-woocommerce.is-guest .woocommerce-form-login label {
	margin-bottom: 0.35rem !important;
	font-size: 0.82rem !important;
	line-height: 1.35 !important;
}

.bc-account-woocommerce.is-guest .woocommerce-form-login input[type="text"],
.bc-account-woocommerce.is-guest .woocommerce-form-login input[type="email"],
.bc-account-woocommerce.is-guest .woocommerce-form-login input[type="password"] {
	min-height: 44px !important;
}

.bc-account-woocommerce.is-guest .woocommerce-form-login .woocommerce-form-login__rememberme {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	margin-right: 0.8rem;
}

.bc-account-woocommerce.is-guest .woocommerce-form-login button[type="submit"] {
	min-height: 44px !important;
	padding-block: 0.65rem !important;
}

.bc-account-woocommerce.is-guest .woocommerce-form-login > p:empty {
	display: none !important;
}

@media (max-width: 1100px) {
	.bc-sample-process__list li,
	.bc-sample-process__list li:nth-child(n) {
		height: auto !important;
		min-height: 78px !important;
		padding: 0.65rem 0.75rem !important;
	}
}

@media (max-width: 782px) {
	.bc-account-main:has(.bc-account-woocommerce.is-guest) {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	.bc-account-woocommerce.is-guest,
	.bc-account-woocommerce.is-guest .u-columns,
	.bc-account-woocommerce.is-guest .u-column1,
	.bc-account-woocommerce.is-guest .col-1,
	.bc-account-woocommerce.is-guest .woocommerce-form-login {
		max-width: none !important;
	}
}

/* Milestone 2.5: white product tabs, aligned CTA grid and interactive gallery. */
.bc-product-story.bc-product-tabs {
	color: var(--bc-ink);
	background: #fff;
}

.bc-product-tabs__nav {
	background: var(--bc-cream);
}

.bc-product-tabs__panel {
	background: #fff;
}

.bc-product-tabs .bc-product-section-head > p,
.bc-product-tabs .bc-product-comments__list > p {
	color: var(--bc-brown);
}

.bc-product-tabs .bc-product-specs {
	border-top-color: var(--bc-border);
	border-left-color: var(--bc-border);
}

.bc-product-tabs .bc-product-specs div {
	border-right-color: var(--bc-border);
	border-bottom-color: var(--bc-border);
}

.bc-product-tabs .bc-product-specs dd {
	color: var(--bc-ink);
}

.bc-product-tabs .bc-product-comments__list li,
.bc-product-tabs .bc-product-comments__form {
	background: var(--bc-paper);
}

.bc-product-summary__actions {
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	padding: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
}

.bc-product-summary__actions > p {
	display: contents !important;
}

.bc-product-summary__actions > form,
.bc-product-summary__actions > a,
.bc-product-summary__actions > p > form,
.bc-product-summary__actions > p > a {
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
	margin: 0 !important;
}

.bc-product-summary__action-item {
	display: flex;
	min-width: 0;
	margin: 0 !important;
}

.bc-product-summary__action-item > form,
.bc-product-summary__action-item > a {
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
	margin: 0 !important;
}

.bc-product-summary__actions .bc-product-summary__text-link {
	display: flex !important;
	align-items: center;
	justify-content: center;
	min-height: 44px !important;
	padding: 0.65rem 0.8rem !important;
	border: 1px solid rgba(23, 63, 50, 0.28);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.48);
	font-size: 0.8rem;
	line-height: 1.2;
	text-align: center;
}

.bc-product-summary__actions .bc-product-summary__text-link:hover,
.bc-product-summary__actions .bc-product-summary__text-link:focus-visible {
	color: var(--bc-cream);
	background: var(--bc-green);
}

.bc-product-gallery__main {
	touch-action: pan-y;
	user-select: none;
}

.bc-product-gallery__main img {
	pointer-events: none;
	will-change: transform, opacity;
	transition:
		transform 550ms cubic-bezier(0.2, 0.7, 0.2, 1),
		opacity 190ms ease !important;
}

.bc-product-gallery__main.is-sliding-next img {
	opacity: 0;
	transform: translateX(-7%) scale(0.98);
}

.bc-product-gallery__main.is-sliding-prev img {
	opacity: 0;
	transform: translateX(7%) scale(0.98);
}

.bc-product-gallery__arrow {
	position: absolute;
	z-index: 3;
	top: 50%;
	display: grid;
	width: 42px;
	height: 42px;
	padding: 0;
	place-items: center;
	border: 1px solid rgba(23, 63, 50, 0.22);
	border-radius: 50%;
	color: var(--bc-green);
	background: rgba(255, 250, 240, 0.92);
	box-shadow: 0 6px 18px rgba(23, 63, 50, 0.14);
	cursor: pointer;
	line-height: 0;
	opacity: 0;
	transform: translateY(-50%);
	transition: opacity 180ms ease, background-color 180ms ease;
}

.bc-product-gallery__arrow--prev {
	left: 1rem;
}

.bc-product-gallery__arrow--next {
	right: 1rem;
}

.bc-product-gallery__arrow svg {
	display: block;
	width: 20px;
	height: 20px;
	margin: auto;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.bc-product-gallery__main:hover .bc-product-gallery__arrow,
.bc-product-gallery__main:focus-within .bc-product-gallery__arrow {
	opacity: 1;
}

.bc-product-gallery__arrow:hover,
.bc-product-gallery__arrow:focus-visible {
	color: var(--bc-cream);
	background: var(--bc-green);
	opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
	.bc-product-gallery__main {
		cursor: grab;
	}

	.bc-product-gallery__main:hover img {
		transform: scale(1.1);
	}

	.bc-product-gallery__main.is-sliding-next img {
		transform: translateX(-7%) scale(0.98);
	}

	.bc-product-gallery__main.is-sliding-prev img {
		transform: translateX(7%) scale(0.98);
	}

	.bc-product-gallery__main.is-dragging {
		cursor: grabbing;
	}

	.bc-product-gallery__main.is-dragging img {
		opacity: 0.9;
		transform: translateX(var(--bc-gallery-drag-x, 0)) scale(0.98);
		transition: none !important;
	}
}

@media (hover: none), (pointer: coarse) {
	.bc-product-gallery__arrow {
		width: 38px;
		height: 38px;
		opacity: 1;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bc-product-gallery__main img,
	.bc-product-gallery__arrow {
		transition: none !important;
	}

	.bc-product-gallery__main:hover img,
	.bc-product-gallery__main.is-sliding-next img,
	.bc-product-gallery__main.is-sliding-prev img {
		opacity: 1;
		transform: none;
	}
}

/* Milestone 2.6: consistent white fields across public and WooCommerce forms. */
html body input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]):not([type="submit"]):not([type="button"]):not([type="reset"]):not([type="range"]):not([type="color"]):not([type="file"]),
html body textarea,
html body select,
html body .select2-container .select2-selection {
	color: var(--bc-ink) !important;
	background-color: #fff !important;
}

html body input::placeholder,
html body textarea::placeholder {
	color: var(--bc-muted);
	opacity: 0.82;
}

html body select option {
	color: var(--bc-ink);
	background: #fff;
}

html body input:-webkit-autofill,
html body input:-webkit-autofill:hover,
html body input:-webkit-autofill:focus {
	-webkit-text-fill-color: var(--bc-ink);
	box-shadow: 0 0 0 1000px #fff inset;
}

/* Classic WooCommerce checkout. */
body.woocommerce-checkout:not(.woocommerce-order-received) {
	background: #f7f5ef;
}

body.woocommerce-checkout:not(.woocommerce-order-received) > header.wp-block-template-part {
	display: none;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .wp-site-blocks > header.wp-block-template-part {
	display: none;
}

body.woocommerce-cart .wp-block-post-title {
	display: none;
}

.bc-checkout-site-header .bc-header__inner {
	grid-template-columns: minmax(12rem, auto) minmax(0, 1fr) auto auto;
}

.bc-checkout-site-header {
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	z-index: 100;
}

.bc-checkout-site-header .bc-header {
	position: relative;
	top: auto;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .wp-site-blocks {
	padding-top: 120px;
	transition: padding-top 180ms ease;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .wp-site-blocks > main {
	margin-block-start: 0 !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received).bc-announcement-hidden .wp-site-blocks {
	padding-top: 82px;
}

.bc-checkout-site-header .bc-checkout-nav {
	display: flex;
	gap: clamp(0.65rem, 1.1vw, 1.25rem);
	align-items: center;
	justify-content: center;
	min-width: 0;
}

.bc-checkout-site-header .bc-checkout-nav a {
	color: var(--bc-ink);
	font-size: 0.86rem;
	font-weight: 600;
	line-height: 1.2;
	white-space: nowrap;
}

.bc-checkout-site-header .bc-checkout-nav a:hover { color: var(--bc-brown); }
.bc-checkout-site-header .bc-language-switcher { grid-column: 3; }
.bc-checkout-site-header .bc-header__actions { grid-column: 4; }

body.woocommerce-checkout:not(.woocommerce-order-received) main.bc-section,
body.woocommerce-checkout:not(.woocommerce-order-received) main[data-page="checkout"] {
	width: min(100% - 2rem, 1440px);
	max-width: 1440px;
	margin-inline: auto;
	padding-block: 0 clamp(2rem, 4vw, 4.5rem);
}

body.woocommerce-checkout:not(.woocommerce-order-received) .wp-block-post-content,
body.woocommerce-checkout:not(.woocommerce-order-received) .wp-block-post-content > .woocommerce {
	width: 100%;
	max-width: none !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .wp-block-post-content > .woocommerce {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
	gap: 0 1.25rem;
	align-items: start;
}

.bc-checkout-header {
	grid-column: 1 / -1;
	grid-row: 1;
	display: grid;
	grid-template-columns: minmax(280px, 0.8fr) minmax(440px, 1.2fr);
	gap: 1.5rem clamp(2rem, 5vw, 5rem);
	align-items: end;
	min-height: var(--bc-page-hero-height);
	margin: 0 calc(50% - 50vw) clamp(2rem, 4vw, 3.5rem);
	padding: clamp(2.25rem, 4vw, 3.5rem) max(1rem, calc((100vw - 1440px) / 2));
	color: var(--bc-cream);
	background:
		linear-gradient(90deg, rgba(5, 38, 29, 0.94) 0%, rgba(5, 38, 29, 0.72) 55%, rgba(5, 38, 29, 0.46) 100%),
		url("../images/placeholders/hero-coffee-farm-ai-placeholder.png") center / cover no-repeat;
}

.bc-cart-header {
	grid-row: auto;
}

body.woocommerce-cart main.is-layout-constrained > .bc-cart-header {
	width: 100vw !important;
	max-width: 100vw !important;
	margin-right: calc(50% - 50vw) !important;
	margin-left: calc(50% - 50vw) !important;
}

.bc-checkout-header__copy h1 {
	margin: 0.25rem 0 0.45rem;
	color: var(--bc-cream);
	font-size: clamp(2.25rem, 4vw, 3.75rem);
	line-height: 1;
	letter-spacing: 0;
}

.bc-checkout-header__copy > p:last-child {
	max-width: 54ch;
	margin: 0;
	color: rgba(255, 250, 240, 0.84);
	font-size: 0.9rem;
}

.bc-checkout-progress {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0;
	padding: 0;
	list-style: none;
}

.bc-checkout-progress li,
.bc-checkout-progress a {
	display: flex;
	min-width: 0;
	gap: 0.55rem;
	align-items: center;
	color: rgba(255, 250, 240, 0.72);
	font-size: 0.76rem;
	font-weight: 700;
	text-decoration: none;
}

.bc-checkout-progress li {
	position: relative;
}

.bc-checkout-progress li:not(:last-child)::after {
	position: absolute;
	top: 15px;
	right: 0.65rem;
	left: 2.55rem;
	height: 1px;
	background: rgba(255, 250, 240, 0.35);
	content: "";
}

.bc-checkout-progress span {
	display: grid;
	position: relative;
	z-index: 1;
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	place-items: center;
	border: 1px solid rgba(255, 250, 240, 0.56);
	border-radius: 50%;
	background: rgba(5, 38, 29, 0.34);
}

.bc-checkout-progress .is-complete span,
.bc-checkout-progress .is-current span {
	border-color: var(--bc-gold);
	color: var(--bc-green);
	background: var(--bc-gold);
}

.bc-checkout-progress .is-current {
	color: var(--bc-cream);
}

.bc-checkout-assurances {
	display: flex;
	grid-column: 1 / -1;
	gap: 1.25rem;
	margin: 0;
	padding: 0;
	color: rgba(255, 250, 240, 0.82);
	font-size: 0.72rem;
	font-weight: 700;
	list-style: none;
}

.bc-checkout-assurances li::before {
	margin-right: 0.4rem;
	color: var(--bc-gold);
	content: "✓";
	font-weight: 900;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .wp-block-post-title {
	max-width: 14ch;
	margin: 0 0 clamp(1.5rem, 3vw, 2.5rem);
	font-size: clamp(2.7rem, 6vw, 5.4rem);
	font-weight: 500;
	line-height: 0.98;
	letter-spacing: -0.045em;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .wp-block-post-title::before {
	display: block;
	margin-bottom: 0.7rem;
	color: var(--bc-gold-dark);
	content: "HOÀN TẤT ĐƠN HÀNG";
	font-size: 0.76rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	line-height: 1.2;
}

body.woocommerce-checkout .woocommerce-error,
body.woocommerce-checkout .woocommerce-info,
body.woocommerce-checkout .woocommerce-message {
	margin-bottom: 1rem;
	padding: 1rem 1.15rem 1rem 3rem;
	border: 1px solid var(--bc-border);
	border-top: 0;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(23, 63, 50, 0.06);
}

body.woocommerce-checkout .woocommerce-form-coupon-toggle {
	display: none !important;
}

body.woocommerce-checkout form.bc-checkout-coupon {
	grid-column: 2;
	grid-row: 3;
	display: grid !important;
	grid-template-columns: minmax(240px, 0.8fr) minmax(320px, 1.2fr);
	gap: 0.75rem 1.5rem;
	align-items: center;
	width: 100%;
	margin: 0 !important;
	padding: 0.8rem 1rem;
	border: 1px solid var(--bc-border);
	border-top: 0;
	border-bottom: 0;
	border-radius: 0;
	background: #fff;
	color: var(--bc-ink);
}

body.woocommerce-checkout form.bc-checkout-coupon--source {
	display: none !important;
}

.bc-checkout-coupon__copy {
	display: flex;
	gap: 0.85rem;
	align-items: center;
}

.bc-checkout-coupon__copy > div {
	display: grid;
	gap: 0.2rem;
}

.bc-checkout-coupon__copy strong {
	color: var(--bc-green);
	font-size: 1rem;
}

.bc-checkout-coupon__copy small {
	color: var(--bc-muted);
	font-size: 0.78rem;
	line-height: 1.45;
}

.bc-checkout-coupon__icon {
	display: grid;
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 8px;
	color: var(--bc-green);
	background: var(--bc-gold);
}

.bc-checkout-coupon__icon svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.bc-checkout-coupon__fields {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.65rem;
}

body.woocommerce-checkout .bc-checkout-coupon__fields input {
	min-height: 46px;
	margin: 0;
	border-color: var(--bc-border);
	border-radius: 6px;
}

body.woocommerce-checkout .bc-checkout-coupon__fields button {
	min-height: 46px;
	margin: 0;
	padding: 0.7rem 1.25rem;
	border: 0;
	border-radius: 6px;
	color: var(--bc-cream);
	background: var(--bc-green);
	font-weight: 800;
	white-space: nowrap;
}

body.woocommerce-checkout form.checkout {
	display: contents;
}

body.woocommerce-checkout form.checkout #customer_details {
	display: grid;
	grid-column: 1;
	grid-row: 2 / span 3;
	gap: 1.25rem;
}

body.woocommerce-checkout form.checkout #customer_details::before {
	display: block;
	padding: 0 0.2rem;
	color: var(--bc-gold-dark);
	content: "01  THÔNG TIN GIAO HÀNG";
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.12em;
}

body.woocommerce-checkout form.checkout #customer_details .col-1,
body.woocommerce-checkout form.checkout #customer_details .col-2 {
	float: none !important;
	box-sizing: border-box;
	width: 100% !important;
	margin: 0;
	padding: clamp(1.15rem, 2.5vw, 2rem);
	border: 1px solid var(--bc-border);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 38px rgba(23, 63, 50, 0.06);
}

body.woocommerce-checkout form.checkout #customer_details h3,
body.woocommerce-checkout form.checkout #order_review_heading {
	margin: 0 0 1.25rem;
	font-size: clamp(1.45rem, 2.5vw, 2rem);
	line-height: 1.1;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.9rem 0.8rem;
}

body.woocommerce-checkout form.checkout .form-row {
	float: none !important;
	box-sizing: border-box;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.woocommerce-checkout form.checkout .form-row-wide {
	grid-column: 1 / -1;
}

body.woocommerce-checkout form.checkout .form-row label {
	display: block;
	margin-bottom: 0.38rem;
	color: var(--bc-green);
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1.35;
}

body.woocommerce-checkout form.checkout .form-row .required {
	color: #a3472f;
	text-decoration: none;
}

body.woocommerce-checkout form.checkout input.input-text,
body.woocommerce-checkout form.checkout textarea,
body.woocommerce-checkout form.checkout select,
body.woocommerce-checkout form.checkout .select2-selection {
	box-sizing: border-box;
	min-height: 48px;
	margin: 0;
	border: 1px solid var(--bc-border);
	border-radius: 6px;
	box-shadow: none;
}

body.woocommerce-checkout form.checkout input.input-text:focus,
body.woocommerce-checkout form.checkout textarea:focus,
body.woocommerce-checkout form.checkout select:focus,
body.woocommerce-checkout form.checkout .select2-container--focus .select2-selection,
body.woocommerce-checkout form.checkout .select2-container--open .select2-selection {
	border-color: var(--bc-green);
	outline: 3px solid rgba(23, 63, 50, 0.12);
}

body.woocommerce-checkout form.checkout .woocommerce-invalid input.input-text,
body.woocommerce-checkout form.checkout .woocommerce-invalid select,
body.woocommerce-checkout form.checkout .woocommerce-invalid .select2-selection {
	border-color: #a3472f;
}

body.woocommerce-checkout #billing_country_field,
body.woocommerce-checkout #shipping_country_field {
	display: none;
}

body.woocommerce-checkout form.checkout textarea {
	min-height: 92px;
	resize: vertical;
}

body.woocommerce-checkout form.checkout .select2-container {
	width: 100% !important;
}

body.woocommerce-checkout form.checkout .select2-selection--single {
	height: 48px;
}

body.woocommerce-checkout form.checkout .select2-selection--single .select2-selection__rendered {
	padding: 0 2.4rem 0 0.85rem;
	line-height: 46px;
}

body.woocommerce-checkout form.checkout .select2-selection--single .select2-selection__arrow {
	top: 50%;
	right: 0.7rem;
	transform: translateY(-50%);
}

body.woocommerce-checkout form.checkout #order_review_heading {
	grid-column: 2;
	grid-row: 2;
	margin: 0;
	padding: 1.35rem 1.4rem 0.8rem;
	border: 1px solid var(--bc-border);
	border-bottom: 0;
	border-radius: 8px 8px 0 0;
	background: var(--bc-green);
	color: var(--bc-cream);
}

body.woocommerce-checkout form.checkout #order_review_heading::before {
	display: block;
	margin-bottom: 0.5rem;
	color: var(--bc-gold);
	content: "02  KIỂM TRA ĐƠN HÀNG";
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.12em;
}

body.woocommerce-checkout form.checkout #order_review {
	grid-column: 2;
	grid-row: 4;
	padding: 0 1.4rem 1.4rem;
	border: 1px solid var(--bc-border);
	border-top: 0;
	border-radius: 0 0 8px 8px;
	background: #fff;
	box-shadow: 0 14px 38px rgba(23, 63, 50, 0.08);
}

body.woocommerce-checkout #order_review table.shop_table {
	margin: 0 0 1rem;
	border: 0;
	border-collapse: collapse;
}

body.woocommerce-checkout #order_review table.shop_table th,
body.woocommerce-checkout #order_review table.shop_table td {
	padding: 0.85rem 0.25rem;
	border-color: var(--bc-border);
	font-size: 0.84rem;
	line-height: 1.45;
}

body.woocommerce-checkout #order_review table.shop_table th:last-child,
body.woocommerce-checkout #order_review table.shop_table td:last-child {
	text-align: right;
}

.bc-checkout-product {
	display: flex;
	gap: 0.7rem;
	align-items: center;
}

.bc-checkout-product__image {
	flex: 0 0 52px;
	width: 52px;
	height: 64px;
	border: 1px solid var(--bc-border);
	border-radius: 6px;
	object-fit: cover;
}

.bc-checkout-product__name {
	min-width: 0;
	font-weight: 700;
}

body.woocommerce-checkout #order_review .order-total th,
body.woocommerce-checkout #order_review .order-total td {
	color: var(--bc-green);
	font-size: 1rem;
}

body.woocommerce-checkout #payment {
	border-radius: 8px;
	background: var(--bc-cream);
}

body.woocommerce-checkout #payment ul.payment_methods {
	margin: 0;
	padding: 1rem;
	border-bottom-color: var(--bc-border);
	list-style: none;
}

body.woocommerce-checkout #payment .wc_payment_method {
	display: flex;
	gap: 0.65rem;
	align-items: center;
	padding: 0.7rem 0;
}

body.woocommerce-checkout #payment .input-radio {
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
	margin: 0;
	accent-color: var(--bc-green);
}

body.woocommerce-checkout #payment .wc_payment_method > label {
	flex: 1 1 auto;
	min-width: 0;
	display: block;
	margin: 0;
	color: var(--bc-ink);
	font-size: 0.92rem;
	font-weight: 600;
	line-height: 1.4;
}

body.woocommerce-checkout #payment div.payment_box {
	display: none !important;
}

body.woocommerce-checkout #payment .place-order {
	padding: 1rem;
}

body.woocommerce-checkout #place_order {
	width: 100%;
	min-height: 50px;
	margin-top: 0.8rem;
	border: 0;
	border-radius: 6px;
	color: var(--bc-cream);
	background: var(--bc-green);
	font-size: 0.92rem;
	font-weight: 800;
}

body.woocommerce-checkout #place_order:hover,
body.woocommerce-checkout #place_order:focus-visible {
	color: var(--bc-green);
	background: var(--bc-gold);
}

.bc-checkout-invoice {
	margin-top: 1.2rem;
	padding: 1rem;
	border: 1px solid var(--bc-border);
	border-radius: 8px;
	background: var(--bc-cream);
}

.bc-checkout-invoice__toggle {
	display: grid !important;
	grid-template-columns: 20px minmax(0, 1fr);
	gap: 0.7rem;
	align-items: start;
	margin: 0 !important;
	cursor: pointer;
}

.bc-checkout-invoice__toggle input {
	width: 18px;
	height: 18px;
	margin: 0.15rem 0 0;
	accent-color: var(--bc-green);
}

.bc-checkout-invoice__toggle span {
	display: grid;
	gap: 0.18rem;
}

.bc-checkout-invoice__toggle strong {
	color: var(--bc-green);
	font-size: 0.9rem;
}

.bc-checkout-invoice__toggle small {
	color: var(--bc-brown);
	font-size: 0.74rem;
	line-height: 1.45;
}

body.woocommerce-checkout #ship-to-different-address {
	margin: 0;
	font-size: inherit;
}

body.woocommerce-checkout #ship-to-different-address label,
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox {
	display: grid !important;
	grid-template-columns: 18px minmax(0, 1fr);
	gap: 0.65rem;
	align-items: start;
	margin: 0 !important;
}

body.woocommerce-checkout #ship-to-different-address input,
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .input-checkbox {
	width: 16px;
	height: 16px;
	margin: 0.2rem 0 0;
	accent-color: var(--bc-green);
}

body.woocommerce-checkout #ship-to-different-address span {
	font-size: 0;
}

body.woocommerce-checkout #ship-to-different-address span::after {
	color: var(--bc-ink);
	content: "Giao hàng đến địa chỉ khác";
	font-size: clamp(1.25rem, 2vw, 1.65rem);
	font-weight: 600;
	line-height: 1.2;
}

body.woocommerce-checkout .woocommerce-privacy-policy-text {
	margin-top: 0.85rem;
	color: var(--bc-brown);
	font-size: 0.8rem;
	line-height: 1.55;
}

.bc-checkout-invoice__fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.85rem 0.7rem;
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: 1px solid var(--bc-border);
}

.bc-checkout-invoice__fields[hidden] {
	display: none !important;
}

.bc-checkout-invoice__fields .bc-invoice-field--wide {
	grid-column: 1 / -1;
}

.bc-checkout-invoice__fields .optional {
	display: none;
}

.bc-order-invoice-details {
	display: grid;
	gap: 0.45rem;
	margin: 0.8rem 0;
}

.bc-order-invoice-details div {
	display: grid;
	grid-template-columns: minmax(110px, 0.35fr) minmax(0, 1fr);
	gap: 0.7rem;
}

.bc-order-invoice-details dt {
	font-weight: 700;
}

.bc-order-invoice-details dd {
	margin: 0;
}

@media (min-width: 1025px) {
	body.woocommerce-checkout form.checkout #order_review_heading,
	body.woocommerce-checkout form.checkout #order_review {
		position: sticky;
	}

	body.woocommerce-checkout form.checkout #order_review_heading {
		top: 1rem;
	}

	body.woocommerce-checkout form.checkout #order_review {
		top: 5.85rem;
	}
}

@media (max-width: 1024px) {
	body.woocommerce-checkout:not(.woocommerce-order-received) .wp-block-post-content > .woocommerce {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
	}

	.bc-checkout-header {
		grid-template-columns: minmax(0, 1fr);
		align-items: start;
	}

	body.woocommerce-checkout form.checkout {
		display: contents;
	}

	body.woocommerce-checkout form.checkout #customer_details,
	body.woocommerce-checkout form.checkout #order_review_heading,
	body.woocommerce-checkout form.checkout #order_review {
		grid-column: 1;
	}

	body.woocommerce-checkout form.checkout #customer_details { grid-row: 2; }
	body.woocommerce-checkout form.checkout #order_review_heading { grid-row: 3; }
	body.woocommerce-checkout form.bc-checkout-coupon { grid-column: 1; grid-row: 4; }
	body.woocommerce-checkout form.checkout #order_review { grid-row: 5; }

	body.woocommerce-checkout form.checkout #order_review_heading {
		margin-top: 0.4rem;
	}
}

@media (max-width: 782px) {
	body.woocommerce-checkout form.bc-checkout-coupon {
		grid-template-columns: minmax(0, 1fr);
	}

	body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
	body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper,
	.bc-checkout-invoice__fields {
		grid-template-columns: minmax(0, 1fr);
	}

	body.woocommerce-checkout form.checkout .form-row-first,
	body.woocommerce-checkout form.checkout .form-row-last,
	.bc-checkout-invoice__fields .bc-invoice-field--wide {
		grid-column: 1;
	}
}

@media (max-width: 520px) {
	body.woocommerce-checkout:not(.woocommerce-order-received) main.bc-section,
	body.woocommerce-checkout:not(.woocommerce-order-received) main[data-page="checkout"] {
		width: min(100% - 1rem, 1440px);
		padding-block: 1.5rem 2.5rem;
	}

	.bc-checkout-header {
		gap: 1.15rem;
	}

	.bc-checkout-header__copy h1 {
		font-size: 2.35rem;
	}

	.bc-checkout-progress li,
	.bc-checkout-progress a {
		gap: 0.35rem;
		font-size: 0.67rem;
	}

	.bc-checkout-progress li:not(:last-child)::after {
		right: 0.4rem;
		left: 2.25rem;
	}

	.bc-checkout-assurances {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 0.55rem 1rem;
	}

	.bc-checkout-coupon__fields {
		grid-template-columns: minmax(0, 1fr);
	}

	body.woocommerce-checkout .bc-checkout-coupon__fields button {
		width: 100%;
	}

	body.woocommerce-checkout form.checkout #customer_details .col-1,
	body.woocommerce-checkout form.checkout #customer_details .col-2,
	body.woocommerce-checkout form.checkout #order_review_heading,
	body.woocommerce-checkout form.checkout #order_review {
		padding-inline: 1rem;
	}
}

/* Checkout alignment overrides. Kept last so they win over WooCommerce rules. */
body.woocommerce-checkout:not(.woocommerce-order-received) .wp-site-blocks > main {
	margin-block-start: 0 !important;
}

body.woocommerce-checkout form.bc-checkout-coupon--source {
	display: none !important;
}

body.woocommerce-checkout form.checkout #customer_details {
	gap: 0;
}

body.woocommerce-checkout form.checkout #customer_details::before {
	padding: 1.05rem 1.35rem;
	border: 1px solid var(--bc-border);
	border-radius: 8px 8px 0 0;
	color: var(--bc-gold);
	background: var(--bc-green);
}

body.woocommerce-checkout form.checkout #customer_details .col-1 {
	border-top: 0;
	border-radius: 0 0 8px 8px;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field { order: 3; }
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_email_field { order: 4; }
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_state_field { order: 5; }
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_city_field { order: 6; }
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_address_1_field { order: 7; }
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_state_field { order: 3; }
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_city_field { order: 4; }
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #shipping_address_1_field { order: 5; }

body.woocommerce-checkout form.checkout #order_review {
	grid-row: 3;
}

body.woocommerce-checkout #order_review .bc-checkout-coupon-row th,
body.woocommerce-checkout #order_review .bc-checkout-coupon-row td {
	padding-block: 0.8rem;
}

body.woocommerce-checkout #order_review .bc-checkout-coupon-row th {
	color: var(--bc-green);
}

.bc-checkout-coupon-row__fields {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 0.5rem;
}

body.woocommerce-checkout .bc-checkout-coupon-row__fields input {
	min-width: 0;
	min-height: 40px;
	margin: 0;
	border: 1px solid var(--bc-border);
	border-radius: 5px;
}

body.woocommerce-checkout .bc-checkout-coupon-row__fields button {
	min-height: 40px;
	margin: 0;
	padding: 0.55rem 0.8rem;
	border: 0;
	border-radius: 5px;
	color: var(--bc-cream);
	background: var(--bc-green);
	font-weight: 800;
}

body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .required {
	display: none;
}

@media (min-width: 700px) {
	body.woocommerce-cart .wc-block-cart__main table.wc-block-cart-items thead th {
		display: block;
		align-self: center;
		padding: 0 0 0.75rem !important;
		line-height: 1.2;
	}

	body.woocommerce-cart .wc-block-cart__main table.wc-block-cart-items .wc-block-cart-items__header-total {
		text-align: right !important;
	}

	body.woocommerce-cart .wc-block-cart__main table.wc-block-cart-items .wc-block-cart-items__row {
		position: relative;
	}

	body.woocommerce-cart .wc-block-cart__main table.wc-block-cart-items .wc-block-cart-item__remove-link {
		position: absolute;
		right: 148px;
		top: 50%;
		z-index: 2;
		margin: 0;
		transform: translateY(-50%);
	}
}

@media (max-width: 1024px) {
	body.woocommerce-checkout form.checkout #order_review {
		grid-row: 4;
	}
}

@media (max-width: 520px) {
	.bc-checkout-coupon-row__fields {
		grid-template-columns: minmax(0, 1fr);
	}

	body.woocommerce-checkout .bc-checkout-coupon-row__fields button {
		width: 100%;
	}
}

/* BC_CHECKOUT_FINAL_REFINEMENT */
/* Compact form controls: consistent across customer-facing forms while
 * preserving a comfortable target size on touch devices. */
html body :is(.bc-sample-form, .bc-b2b-form, .bc-subscription-form, .bc-account-woocommerce, .woocommerce form) :is(input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], input[type="search"], select) {
	min-height: 42px !important;
	padding: 0.5rem 0.7rem !important;
	font-size: 0.9rem;
	line-height: 1.25;
}

html body :is(.bc-sample-form, .bc-b2b-form, .bc-subscription-form, .bc-account-woocommerce, .woocommerce form) textarea {
	min-height: 76px !important;
	padding: 0.65rem 0.8rem !important;
	font-size: 0.9rem;
	line-height: 1.4;
}

html body :is(.bc-sample-form, .bc-b2b-form, .bc-subscription-form, .bc-account-woocommerce, .woocommerce form) .select2-selection {
	min-height: 42px !important;
}

body.woocommerce-checkout form.checkout .select2-selection--single,
body.woocommerce-checkout form.checkout .select2-selection--single .select2-selection__rendered {
	height: 42px !important;
	line-height: 40px !important;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
	max-width: 36rem;
}

/* Product bundle metadata belongs beside the image, under the product name. */
body.woocommerce-checkout #order_review table.shop_table tbody .product-name {
	position: relative;
}

body.woocommerce-checkout #order_review .bc-checkout-product {
	min-height: 52px;
	align-items: start !important;
}

body.woocommerce-checkout #order_review .bc-checkout-product__name {
	padding-top: 0.15rem;
	align-self: start !important;
}

body.woocommerce-checkout #order_review table.shop_table tbody .product-name .variation,
body.woocommerce-checkout #order_review table.shop_table tbody .product-name .wc-item-meta {
	position: absolute;
	top: 2rem;
	left: 62px;
	width: calc(100% - 62px);
	margin: 0 !important;
	display: flex !important;
	gap: 0.25rem;
	align-items: baseline;
	justify-content: flex-start;
	color: var(--bc-muted);
	text-align: left !important;
	white-space: nowrap;
}

body.woocommerce-checkout #order_review table.shop_table tbody .product-name .variation dt,
body.woocommerce-checkout #order_review table.shop_table tbody .product-name .variation dd,
body.woocommerce-checkout #order_review table.shop_table tbody .product-name .variation dd p {
	display: inline !important;
	margin: 0 !important;
	padding: 0 !important;
	white-space: nowrap;
}

@media (max-width: 640px) {
	body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
	body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
		max-width: none;
	}

	body.woocommerce-checkout #order_review table.shop_table tbody .product-name .variation,
	body.woocommerce-checkout #order_review table.shop_table tbody .product-name .wc-item-meta {
		left: 52px;
		width: calc(100% - 52px);
	}
}

body.woocommerce-checkout #payment ul.payment_methods {
	padding: 1.25rem 1.5rem !important;
}

body.woocommerce-checkout #payment .place-order {
	padding: 1.25rem 1.5rem 1.5rem !important;
}

body.woocommerce-checkout #payment .woocommerce-privacy-policy-text {
	margin: 0 0 1rem !important;
}

body.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper {
	margin: 0 0 1.15rem !important;
}

/* These three placement rules deliberately use !important because the theme
 * carries legacy checkout styles above this final pass. */
body.woocommerce-checkout:not(.woocommerce-order-received) .bc-checkout-header:not(.bc-cart-header) .bc-checkout-progress {
	margin-bottom: 0 !important;
}

body.woocommerce-checkout form.checkout #customer_details {
	grid-row: 2 / span 2 !important;
}

body.woocommerce-checkout form.checkout #order_review_heading {
	align-self: start !important;
}

body.woocommerce-checkout #order_review table.shop_table tbody .product-name {
	display: table-cell !important;
}

body.woocommerce-checkout #order_review .bc-checkout-product {
	display: grid !important;
	grid-template-columns: 52px minmax(0, 1fr);
	gap: 0.7rem;
	align-items: center;
}

body.woocommerce-checkout #order_review .bc-checkout-product__image {
	grid-column: 1 !important;
	grid-row: 1 !important;
}

body.woocommerce-checkout #order_review .bc-checkout-product__name {
	grid-column: 2 !important;
}

body.woocommerce-checkout #order_review table.shop_table tbody .product-name .variation,
body.woocommerce-checkout #order_review table.shop_table tbody .product-name .wc-item-meta {
	margin: 0.3rem 0 0 62px !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) .wp-block-post-content > .woocommerce {
	grid-template-columns: minmax(0, 1.12fr) minmax(390px, 0.88fr);
	gap: 1.5rem;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .bc-checkout-header:not(.bc-cart-header) {
	position: relative;
	grid-template-rows: minmax(0, 1fr);
}

body.woocommerce-checkout:not(.woocommerce-order-received) .bc-checkout-header:not(.bc-cart-header) .bc-checkout-header__copy {
	align-self: start;
	padding-top: clamp(1.25rem, 2.8vw, 2.6rem);
}

body.woocommerce-checkout:not(.woocommerce-order-received) .bc-checkout-header:not(.bc-cart-header) .bc-checkout-progress {
	align-self: end;
	margin-bottom: clamp(1.2rem, 2.5vw, 2rem);
}

body.woocommerce-checkout:not(.woocommerce-order-received) .bc-checkout-assurances {
	position: absolute;
	bottom: clamp(1.15rem, 2.4vw, 1.85rem);
	left: max(1rem, calc((100vw - 1440px) / 2));
	grid-column: auto;
}

body.woocommerce-checkout form.checkout #customer_details {
	grid-row: 2;
	align-self: start;
}

body.woocommerce-checkout form.checkout #customer_details .col-1 {
	grid-row: 2;
}

body.woocommerce-checkout form.checkout #customer_details .col-2 {
	grid-row: 3;
	margin-top: 1rem;
	padding: 1.25rem clamp(1.15rem, 2.5vw, 2rem);
	border: 1px solid var(--bc-border);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 38px rgba(23, 63, 50, 0.06);
}

body.woocommerce-checkout #billing_country_field,
body.woocommerce-checkout #shipping_country_field {
	display: none !important;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_first_name_field,
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_last_name_field {
	order: 1;
}

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_phone_field { order: 2; }
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_email_field { order: 3; }
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_state_field,
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #bc_billing_province_field { order: 4; }
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_city_field { order: 5; }
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper #billing_address_1_field { order: 6; }

body.woocommerce-checkout form.checkout #order_review_heading {
	grid-row: 2;
	align-self: end;
}

body.woocommerce-checkout form.checkout #order_review {
	grid-row: 3;
	align-self: start;
}

body.woocommerce-checkout #order_review table.shop_table {
	width: 100%;
	table-layout: fixed;
}

body.woocommerce-checkout #order_review table.shop_table .product-name { width: 64%; }
body.woocommerce-checkout #order_review table.shop_table .bc-checkout-quantity-heading,
body.woocommerce-checkout #order_review table.shop_table .bc-checkout-quantity {
	width: 15%;
	padding-inline: 0.35rem;
	text-align: center;
}
body.woocommerce-checkout #order_review table.shop_table .product-total {
	width: 21%;
	text-align: right;
}

body.woocommerce-checkout #order_review table.shop_table tbody .product-name {
	display: grid;
	grid-template-columns: 52px minmax(0, 1fr);
	column-gap: 0.7rem;
	align-items: start;
}

body.woocommerce-checkout #order_review .bc-checkout-product { display: contents; }
body.woocommerce-checkout #order_review .bc-checkout-product__image {
	grid-column: 1;
	grid-row: 1 / span 2;
	margin: 0;
}
body.woocommerce-checkout #order_review .bc-checkout-product__name {
	grid-column: 2;
	align-self: end;
}
body.woocommerce-checkout #order_review table.shop_table tbody .product-name .variation,
body.woocommerce-checkout #order_review table.shop_table tbody .product-name .wc-item-meta {
	grid-column: 2;
	margin: 0.25rem 0 0;
	font-size: 0.76rem;
	line-height: 1.35;
}
body.woocommerce-checkout #order_review table.shop_table tbody .product-name .variation dt,
body.woocommerce-checkout #order_review table.shop_table tbody .product-name .variation dd { margin: 0; }

/* Keep the bundle label and its value together, aligned with the product name. */
body.woocommerce-checkout #order_review table.shop_table tbody .product-name .variation,
body.woocommerce-checkout #order_review table.shop_table tbody .product-name .wc-item-meta {
	margin: 0 !important;
	display: flex !important;
	gap: 0.25rem;
	align-items: baseline;
	justify-content: flex-start;
	text-align: left !important;
	white-space: nowrap;
}
body.woocommerce-checkout #order_review table.shop_table tbody .product-name .variation dt,
body.woocommerce-checkout #order_review table.shop_table tbody .product-name .variation dd,
body.woocommerce-checkout #order_review table.shop_table tbody .product-name .variation dd p {
	display: inline !important;
	margin: 0 !important;
	padding: 0 !important;
	white-space: nowrap;
}
body.woocommerce-checkout #order_review table.shop_table tbody .bc-checkout-quantity,
body.woocommerce-checkout #order_review table.shop_table tbody .product-total { vertical-align: middle; }
body.woocommerce-checkout #order_review table.shop_table tfoot th {
	padding-right: 0.75rem;
	text-align: left;
}
body.woocommerce-checkout #order_review table.shop_table tfoot td { text-align: right; }

body.woocommerce-checkout #payment ul.payment_methods { padding: 1.25rem 1.5rem; }
body.woocommerce-checkout #payment .place-order { padding: 1.25rem 1.5rem 1.5rem; }
body.woocommerce-checkout #payment .woocommerce-privacy-policy-text { margin: 0 0 1rem; }
body.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper { margin: 0 0 1.15rem; }
body.woocommerce-checkout #place_order { margin: 0; }

@media (max-width: 1024px) {
	body.woocommerce-checkout:not(.woocommerce-order-received) .wp-block-post-content > .woocommerce {
		grid-template-columns: minmax(0, 1fr);
	}
	body.woocommerce-checkout:not(.woocommerce-order-received) .bc-checkout-header:not(.bc-cart-header) .bc-checkout-header__copy { padding-top: 0; }
	body.woocommerce-checkout:not(.woocommerce-order-received) .bc-checkout-header:not(.bc-cart-header) .bc-checkout-progress { margin-bottom: 0; }
	body.woocommerce-checkout:not(.woocommerce-order-received) .bc-checkout-assurances {
		position: static;
		grid-column: 1;
	}
	body.woocommerce-checkout form.checkout #customer_details,
	body.woocommerce-checkout form.checkout #order_review_heading,
	body.woocommerce-checkout form.checkout #order_review { grid-column: 1; }
	body.woocommerce-checkout form.checkout #customer_details { grid-row: 2; }
	body.woocommerce-checkout form.checkout #order_review_heading { grid-row: 3; }
	body.woocommerce-checkout form.checkout #order_review { grid-row: 4; }
}

@media (max-width: 640px) {
	body.woocommerce-checkout #order_review table.shop_table .product-name { width: 54%; }
	body.woocommerce-checkout #order_review table.shop_table .bc-checkout-quantity-heading,
	body.woocommerce-checkout #order_review table.shop_table .bc-checkout-quantity { width: 20%; }
	body.woocommerce-checkout #order_review table.shop_table .product-total { width: 26%; }
	body.woocommerce-checkout #order_review table.shop_table tbody .product-name {
		grid-template-columns: 42px minmax(0, 1fr);
		column-gap: 0.5rem;
	}
	body.woocommerce-checkout #order_review .bc-checkout-product__image {
		width: 42px;
		height: 52px;
	}
	body.woocommerce-checkout #payment ul.payment_methods,
	body.woocommerce-checkout #payment .place-order { padding-inline: 1rem; }
}

/* Match the bundle line exactly to the product-name text edge. */
body.woocommerce-checkout #order_review table.shop_table tbody .product-name .variation,
body.woocommerce-checkout #order_review table.shop_table tbody .product-name .wc-item-meta {
	left: calc(52px + 0.7rem + 4px);
	width: calc(100% - 67.2px);
}

@media (max-width: 640px) {
	body.woocommerce-checkout #order_review table.shop_table tbody .product-name .variation,
	body.woocommerce-checkout #order_review table.shop_table tbody .product-name .wc-item-meta {
		left: calc(42px + 0.5rem + 4px);
		width: calc(100% - 54px);
	}
}

/* HAGL Coffee identity and lightweight progressive reveal. */
.bc-brand-name,
.bc-wordmark strong {
	display: inline-block;
	white-space: nowrap;
}

@media (prefers-reduced-motion: no-preference) {
	.bc-reveal {
		opacity: 0;
		transform: translateY(14px);
		transition: opacity 360ms ease, transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
		transition-delay: var(--bc-reveal-delay, 0ms);
	}

	.bc-reveal.is-visible {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.bc-reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

/* Layout stability: navigation, cart columns and WooCommerce account area. */
.bc-header .wp-block-navigation-item__content {
	margin-inline: 0;
	padding-inline: 0.7rem;
	border-bottom: 2px solid transparent;
	font-weight: 600;
	transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.bc-header .wp-block-navigation-item__content.is-current,
.bc-header .wp-block-navigation-item__content[aria-current="page"] {
	margin-inline: 0;
	padding-inline: 0.7rem;
	border-radius: 9px 9px 4px 4px;
	border-bottom-color: #d2aa62;
	box-shadow: none;
	font-weight: 600;
}

@media (min-width: 700px) {
	body.woocommerce-cart .wc-block-cart__main table.wc-block-cart-items thead tr,
	body.woocommerce-cart .wc-block-cart__main table.wc-block-cart-items .wc-block-cart-items__row {
		grid-template-columns: 84px minmax(0, 1fr) 150px 170px;
	}

	body.woocommerce-cart .wc-block-cart__main table.wc-block-cart-items .wc-block-cart-item__total {
		padding-right: 2.7rem !important;
	}

	body.woocommerce-cart .wc-block-cart__main table.wc-block-cart-items .wc-block-cart-item__remove-link {
		right: 0 !important;
		width: 1.75rem;
		height: 1.75rem;
		padding: 0;
		line-height: 1.75rem;
		text-align: center;
	}

	body.woocommerce-cart .wc-block-cart__main table.wc-block-cart-items .wc-block-cart-items__row {
		border-top: 1px solid var(--bc-border);
	}

	body.woocommerce-cart .wc-block-cart__main table.wc-block-cart-items .wc-block-cart-items__row > :is(.wc-block-cart-item__image, .wc-block-cart-item__product, .wc-block-cart-item__total) {
		border-top: 0 !important;
	}
}

.bc-account-main {
	grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1.58fr) !important;
	gap: clamp(1.5rem, 3.5vw, 2.75rem) !important;
}

.bc-account-woocommerce,
.bc-account-woocommerce.is-logged-in {
	border-color: #d9cfbd !important;
	background: #fffdf8 !important;
	box-shadow: 0 12px 32px rgba(41, 30, 17, 0.06);
}

.bc-account-woocommerce .woocommerce,
.bc-account-woocommerce.is-logged-in .woocommerce {
	grid-template-columns: 210px minmax(0, 1fr) !important;
	min-height: 330px !important;
}

.bc-account-woocommerce .woocommerce-MyAccount-navigation,
.bc-account-woocommerce.is-logged-in .woocommerce-MyAccount-navigation {
	padding: 1rem !important;
	background: #164b3b !important;
}

.bc-account-woocommerce .woocommerce-MyAccount-navigation a,
.bc-account-woocommerce.is-logged-in .woocommerce-MyAccount-navigation a {
	min-height: 44px !important;
	padding: 0.7rem 0.8rem !important;
	color: rgba(255, 250, 240, 0.9) !important;
	font-size: 0.88rem !important;
	font-weight: 600 !important;
}

.bc-account-woocommerce .woocommerce-MyAccount-navigation .is-active a,
.bc-account-woocommerce .woocommerce-MyAccount-navigation a:hover,
.bc-account-woocommerce .woocommerce-MyAccount-navigation a:focus-visible {
	color: #153f32 !important;
	background: #d9b25f !important;
}

.bc-account-woocommerce .woocommerce-MyAccount-content,
.bc-account-woocommerce.is-logged-in .woocommerce-MyAccount-content {
	padding: clamp(1.5rem, 3vw, 2.4rem) !important;
	background: #fffdf8 !important;
	color: #1d1a16 !important;
	font-size: 0.95rem !important;
	line-height: 1.65 !important;
}

.bc-account-woocommerce .woocommerce-MyAccount-content > p:first-child {
	max-width: 72ch;
	margin: 0 0 1.25rem !important;
	padding: 1rem 1.1rem !important;
	border: 1px solid #e3dac9;
	border-left: 3px solid #d9b25f;
	border-radius: 10px;
	background: #fff;
}

.bc-account-woocommerce .woocommerce-MyAccount-content :is(form, .woocommerce-Addresses, .woocommerce-orders-table, .woocommerce-EditAccountForm) {
	max-width: 46rem;
	padding: 1.25rem;
	border: 1px solid #e3dac9;
	border-radius: 12px;
	background: #fff;
}

.bc-account-woocommerce .woocommerce-MyAccount-content :is(input[type="text"], input[type="email"], input[type="password"], input[type="tel"], select) {
	max-width: 32rem;
	background: #fff;
}

@media (max-width: 760px) {
	.bc-account-main {
		grid-template-columns: 1fr !important;
	}

	.bc-account-main > header {
		position: static;
	}

	.bc-account-woocommerce .woocommerce,
	.bc-account-woocommerce.is-logged-in .woocommerce {
		grid-template-columns: 1fr !important;
	}

	.bc-account-woocommerce .woocommerce-MyAccount-navigation ul,
	.bc-account-woocommerce.is-logged-in .woocommerce-MyAccount-navigation ul {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

/* Account field sizing and dense desktop header. */
.bc-account-woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses {
	width: 100%;
	max-width: 42rem;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

.bc-account-woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
	float: none !important;
	width: auto !important;
	max-width: none;
}

.bc-account-woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title {
	display: block;
	margin: 0 0 1rem;
}

.bc-account-woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title h3 {
	max-width: none !important;
	margin: 0 0 0.75rem !important;
	font-size: clamp(1.45rem, 2vw, 2rem) !important;
	line-height: 1.12 !important;
}

.bc-account-woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm #account_display_name_field,
.bc-account-woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm #account_email_field {
	grid-column: auto;
}

.bc-account-woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.8rem 1rem;
}

.bc-account-woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset legend {
	grid-column: 1 / -1;
	padding: 0 0.2rem;
}

.bc-account-woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset .form-row:nth-of-type(3) {
	grid-column: 1 / -1;
}

@media (min-width: 1281px) and (max-width: 1440px) {
	.bc-header__inner {
		grid-template-columns: minmax(10rem, auto) minmax(0, 1fr) 60px 38px 38px auto;
		gap: 0.4rem;
	}

	.bc-header .bc-wordmark strong {
		font-size: 1.12rem;
	}

	.bc-header .bc-wordmark small {
		font-size: 0.5rem;
	}

	.bc-header .wp-block-navigation__container {
		gap: 0.25rem;
	}

	.bc-header .wp-block-navigation-item__content {
		padding-inline: 0.35rem;
		font-size: 0.82rem;
	}

	.bc-header__actions {
		gap: 0.35rem;
	}

	.bc-header__actions .bc-header__link {
		min-height: 40px;
		padding-inline: 0.7rem;
	}

	.bc-header__actions .bc-header__link--primary {
		display: none;
	}
}

@media (max-width: 760px) {
	.bc-account-woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
		grid-template-columns: 1fr;
	}

	.bc-account-woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset legend,
	.bc-account-woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset .form-row:nth-of-type(3) {
		grid-column: 1;
	}
}

/* Keep navigation separate from utility controls before the wide desktop layout. */
@media (min-width: 761px) and (max-width: 1440px) {
	.bc-header__inner {
		grid-template-columns: minmax(0, 1fr) auto auto auto auto !important;
		grid-template-rows: 54px 44px;
		gap: 0.35rem 0.7rem;
		min-height: 108px;
	}

	.bc-header .bc-wordmark {
		grid-column: 1 !important;
		grid-row: 1 !important;
	}

	.bc-header .wp-block-navigation {
		grid-column: 1 / -1 !important;
		grid-row: 2 !important;
		justify-self: start;
		min-width: 0;
	}

	.bc-header .wp-block-navigation__container {
		gap: clamp(0.25rem, 0.65vw, 0.6rem);
	}

	.bc-header .wp-block-navigation-item__content {
		padding-inline: clamp(0.28rem, 0.55vw, 0.5rem);
		font-size: 0.82rem;
	}

	.bc-language-switcher {
		grid-column: 2 !important;
		grid-row: 1 !important;
	}

	.bc-header .wp-block-woocommerce-customer-account {
		grid-column: 3 !important;
		grid-row: 1 !important;
	}

	.bc-header .wc-block-mini-cart {
		grid-column: 4 !important;
		grid-row: 1 !important;
	}

	.bc-header__actions {
		grid-column: 5 !important;
		grid-row: 1 !important;
	}

	.bc-header__actions .bc-header__link--primary {
		display: none;
	}
}

/* Final account and header compaction. */
.bc-header .wp-block-navigation-item__content.is-current,
.bc-header .wp-block-navigation-item__content[aria-current="page"] {
	color: #b96f3d;
	background: transparent !important;
}

.bc-account-woocommerce .woocommerce-MyAccount-navigation a,
.bc-account-woocommerce.is-logged-in .woocommerce-MyAccount-navigation a {
	box-sizing: border-box;
	justify-content: flex-start;
	text-decoration: none;
}

.bc-account-woocommerce .woocommerce-MyAccount-content :is(h2, h3) {
	margin: 0 0 1rem;
	color: #1d1a16;
	font-family: "Brand Sans", "Segoe UI", Arial, sans-serif;
	font-size: clamp(1.65rem, 2.8vw, 2.45rem);
	font-weight: 600;
	line-height: 1.08;
}

.bc-account-woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.bc-account-woocommerce .woocommerce-MyAccount-content .woocommerce-Address {
	min-width: 0;
	padding: 1.25rem;
	border: 1px solid #e3dac9;
	border-radius: 12px;
	background: #fff;
}

.bc-account-woocommerce .woocommerce-MyAccount-content form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.85rem 1rem;
	max-width: 42rem;
	box-sizing: border-box;
}

.bc-account-woocommerce .woocommerce-MyAccount-content form .form-row {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
}

.bc-account-woocommerce .woocommerce-MyAccount-content form .form-row-wide,
.bc-account-woocommerce .woocommerce-MyAccount-content form fieldset,
.bc-account-woocommerce .woocommerce-MyAccount-content form > p:not(.form-row) {
	grid-column: 1 / -1;
}

.bc-account-woocommerce .woocommerce-MyAccount-content form fieldset {
	min-width: 0;
	margin: 0;
	padding: 1rem;
	border: 1px solid #d9cfbd;
	border-radius: 10px;
}

.bc-account-woocommerce .woocommerce-MyAccount-content form :is(input[type="text"], input[type="email"], input[type="password"], input[type="tel"], select) {
	width: 100% !important;
	max-width: none;
	box-sizing: border-box;
}

.bc-account-woocommerce .woocommerce-MyAccount-content form button,
.bc-account-woocommerce .woocommerce-MyAccount-content form .button {
	justify-self: start;
	margin: 0 !important;
}

.bc-account-profile-addresses {
	margin-top: 1.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid #e3dac9;
	scroll-margin-top: 8rem;
}

.bc-account-profile-addresses > header {
	margin-bottom: 0.75rem;
}

.bc-account-profile-addresses > header .bc-eyebrow {
	margin: 0 0 0.35rem;
	color: var(--bc-gold-dark);
	font-size: 0.68rem;
	letter-spacing: 0.13em;
}

.bc-account-woocommerce .woocommerce-MyAccount-content .bc-account-profile-addresses > header h3 {
	margin: 0 !important;
	font-size: clamp(1.45rem, 2.4vw, 2rem) !important;
}

.bc-account-profile-addresses > p {
	max-width: 64ch;
	margin: 0 0 1rem !important;
	color: #6b6257;
	font-size: 0.84rem;
}

.bc-account-profile-addresses .woocommerce-Address-title h2 {
	font-size: clamp(1.2rem, 2vw, 1.55rem) !important;
}

@media (min-width: 1081px) and (max-width: 1280px) {
	.bc-header__inner {
		grid-template-columns: minmax(0, 1fr) auto auto auto;
		grid-template-rows: auto auto;
		gap: 0.4rem 0.8rem;
		min-height: 106px;
	}

	.bc-header .bc-wordmark {
		grid-column: 1;
		grid-row: 1;
	}

	.bc-header .wp-block-navigation {
		grid-column: 1 / -1;
		grid-row: 2;
		justify-self: start;
		min-width: 0;
	}

	.bc-header .wp-block-navigation__container {
		gap: clamp(0.3rem, 1vw, 0.72rem);
	}

	.bc-language-switcher {
		grid-column: 2;
		grid-row: 1;
	}

	.bc-header .wp-block-woocommerce-customer-account {
		grid-column: 3;
		grid-row: 1;
	}

	.bc-header .wc-block-mini-cart {
		grid-column: 4;
		grid-row: 1;
	}
}

@media (min-width: 761px) and (max-width: 1080px) {
	.bc-header__inner {
		grid-template-columns: minmax(0, 1fr) auto auto auto;
		grid-template-rows: auto auto;
		gap: 0.35rem 0.7rem;
		min-height: 106px;
	}

	.bc-header .bc-wordmark {
		grid-column: 1;
		grid-row: 1;
	}

	.bc-header .wp-block-navigation {
		grid-column: 1 / -1;
		grid-row: 2;
		justify-self: start;
		min-width: 0;
	}

	.bc-header .wp-block-navigation__container {
		gap: 0.38rem;
	}

	.bc-header .wp-block-navigation-item__content {
		padding-inline: 0.45rem;
		font-size: 0.8rem;
	}

	.bc-language-switcher {
		grid-column: 2;
		grid-row: 1;
	}

	.bc-header .wp-block-woocommerce-customer-account {
		grid-column: 3;
		grid-row: 1;
	}

	.bc-header .wc-block-mini-cart {
		grid-column: 4;
		grid-row: 1;
	}
}

@media (max-width: 760px) {
	.bc-account-woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses,
	.bc-account-woocommerce .woocommerce-MyAccount-content form {
		grid-template-columns: 1fr;
	}

	.bc-account-woocommerce .woocommerce-MyAccount-content form .form-row-wide,
	.bc-account-woocommerce .woocommerce-MyAccount-content form fieldset,
	.bc-account-woocommerce .woocommerce-MyAccount-content form > p:not(.form-row) {
		grid-column: 1;
	}
}

/* Prevent the main navigation from colliding with utilities on compact desktops. */
@media (min-width: 1441px) and (max-width: 1600px) {
	.bc-header__inner {
		grid-template-columns: minmax(9.75rem, auto) minmax(0, 1fr) 68px 36px 36px auto;
		gap: 0.3rem;
	}

	.bc-header .bc-wordmark strong {
		font-size: 1.08rem;
	}

	.bc-header .bc-wordmark small {
		font-size: 0.48rem;
	}

	.bc-header .wp-block-navigation__container {
		gap: 0.15rem;
	}

	.bc-header .wp-block-navigation-item__content {
		padding-inline: 0.28rem;
		font-size: 0.79rem;
		white-space: nowrap;
	}

	.bc-header__actions {
		gap: 0.3rem;
	}

	.bc-header__actions .bc-header__link:first-child {
		display: none;
	}

	.bc-header__actions .bc-header__link {
		min-height: 40px;
		padding-inline: 0.75rem;
	}
}

/* Balanced desktop navigation and compact flag language selector. */
@media (min-width: 1201px) {
	.bc-header .wp-block-navigation__container {
		gap: 0.18rem;
	}

	.bc-header .wp-block-navigation-item__content,
	.bc-header .wp-block-navigation-item__content.is-current,
	.bc-header .wp-block-navigation-item__content[aria-current="page"] {
		margin-inline: 0;
		padding-inline: 0.36rem;
		font-size: 0.8rem;
		font-weight: 600;
		white-space: nowrap;
	}
}

@media (min-width: 761px) and (max-width: 1200px) {
	.bc-header .wp-block-navigation-item__content,
	.bc-header .wp-block-navigation-item__content.is-current,
	.bc-header .wp-block-navigation-item__content[aria-current="page"] {
		margin-inline: 0;
		padding-inline: 0.45rem;
		font-weight: 600;
	}
}

.bc-language-switcher {
	width: 68px;
	min-width: 68px;
	min-height: 32px;
	gap: 0.2rem;
	padding: 0;
	border: 0;
	overflow: visible;
	background: transparent;
}

.bc-language-switcher__flag {
	display: inline-flex;
	width: 30px;
	height: 28px;
	padding: 0 !important;
	align-items: center;
	justify-content: center;
	border: 1px solid transparent !important;
	border-radius: 7px;
	background: transparent !important;
	line-height: 1;
	transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.bc-language-switcher__flag .bc-flag-icon {
	display: block;
	width: 24px;
	height: 16px;
	border-radius: 2px;
	box-shadow: 0 0 0 1px rgba(8, 52, 42, 0.18);
}

.bc-language-switcher__flag:hover {
	border-color: #d2aa62 !important;
	background: rgba(210, 170, 98, 0.1) !important;
	transform: translateY(-1px);
}

.bc-language-switcher__flag.is-active {
	border-color: #d2aa62 !important;
	background: rgba(210, 170, 98, 0.18) !important;
}

/* Completed order: carry the cart/checkout visual flow through step three. */
body.woocommerce-order-received {
	background: #f7f5ef;
}

body.woocommerce-order-received .wp-site-blocks > main,
body.woocommerce-order-received .wp-block-post-content {
	margin-block-start: 0 !important;
}

body.woocommerce-order-received .wp-site-blocks > main {
	padding-inline: 0 !important;
}

body.woocommerce-order-received .wp-block-post-title {
	display: none;
}

body.woocommerce-order-received .wc-block-order-confirmation-status {
	width: 100%;
	max-width: none !important;
	margin: 0 !important;
	font-size: inherit !important;
}

body.woocommerce-order-received .wc-block-order-confirmation-status > h1 {
	display: none;
}

body.woocommerce-order-received .wp-block-post-content,
body.woocommerce-order-received .wp-block-post-content > .woocommerce {
	width: 100%;
	max-width: none !important;
}

body.woocommerce-order-received .woocommerce-order {
	width: min(100% - 2rem, 1440px);
	margin-inline: auto;
	padding-bottom: clamp(3rem, 6vw, 5.5rem);
}

body.woocommerce-order-received .bc-order-received-header {
	width: 100vw;
	max-width: 100vw;
	margin-right: 0;
	margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
	margin-left: 0;
}

body.woocommerce-order-received .bc-order-received-header .bc-checkout-progress {
	align-self: center;
}

body.woocommerce-order-received .woocommerce-thankyou-order-received {
	position: relative;
	margin: 0 0 1.25rem;
	padding: 1.25rem 1.5rem 1.25rem 4.6rem;
	border: 1px solid #c9d8cf;
	border-radius: 16px;
	color: var(--bc-green);
	background: #fff;
	box-shadow: 0 14px 34px rgba(8, 52, 42, 0.06);
	font-size: clamp(1rem, 1.5vw, 1.18rem);
	font-weight: 750;
	line-height: 1.45;
}

body.woocommerce-order-received .wc-block-order-confirmation-status > p {
	position: relative;
	width: min(calc(100% - 2rem), 1440px);
	margin: 0 auto 1.25rem;
	padding: 1.25rem 1.5rem 1.25rem 4.6rem;
	border: 1px solid #c9d8cf;
	border-radius: 16px;
	color: var(--bc-green);
	background: #fff;
	box-shadow: 0 14px 34px rgba(8, 52, 42, 0.06);
	font-size: clamp(1rem, 1.5vw, 1.18rem);
	font-weight: 750;
	line-height: 1.45;
}

body.woocommerce-order-received .woocommerce-thankyou-order-received::before,
body.woocommerce-order-received .wc-block-order-confirmation-status > p::before {
	display: grid;
	position: absolute;
	top: 50%;
	left: 1.25rem;
	width: 2.35rem;
	height: 2.35rem;
	place-items: center;
	border-radius: 50%;
	color: var(--bc-green);
	background: var(--bc-gold);
	content: "✓";
	font-size: 1.1rem;
	font-weight: 900;
	transform: translateY(-50%);
}

body.woocommerce-order-received ul.woocommerce-order-overview {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin: 0 0 1.5rem !important;
	padding: 0 !important;
	overflow: hidden;
	border: 1px solid var(--bc-border);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(8, 52, 42, 0.05);
	list-style: none;
}

body.woocommerce-order-received ul.woocommerce-order-overview li {
	float: none !important;
	min-width: 0;
	margin: 0 !important;
	padding: 1.05rem 1.2rem !important;
	border-right: 1px solid var(--bc-border);
	color: #756a5c;
	font-size: 0.7rem;
	font-weight: 750;
	letter-spacing: 0.08em;
	line-height: 1.35;
	text-transform: uppercase;
}

body.woocommerce-order-received ul.woocommerce-order-overview li:last-child {
	border-right: 0;
}

body.woocommerce-order-received ul.woocommerce-order-overview li strong {
	display: block;
	margin-top: 0.35rem;
	overflow-wrap: anywhere;
	color: var(--bc-ink);
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.4;
	text-transform: none;
}

body.woocommerce-order-received :is(
	.wc-block-order-confirmation-summary,
	.wc-block-order-confirmation-totals-wrapper,
	.wc-block-order-confirmation-address-wrapper,
	.wc-block-order-confirmation-additional-information
) {
	width: min(100% - 2rem, 1440px);
	max-width: 1440px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

body.woocommerce-order-received .wc-block-order-confirmation-summary {
	margin-bottom: 1.5rem !important;
}

body.woocommerce-order-received .wc-block-order-confirmation-summary-list {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
	border: 1px solid var(--bc-border);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(8, 52, 42, 0.05);
	list-style: none;
}

body.woocommerce-order-received .wc-block-order-confirmation-summary-list-item {
	display: block;
	min-width: 0;
	margin: 0 !important;
	padding: 1.05rem 1.2rem !important;
	border-right: 1px solid var(--bc-border);
	color: #756a5c;
	font-size: 0.7rem;
	font-weight: 750;
	letter-spacing: 0.08em;
	line-height: 1.35;
	text-transform: uppercase;
}

body.woocommerce-order-received .wc-block-order-confirmation-summary-list-item:last-child {
	border-right: 0;
}

body.woocommerce-order-received .wc-block-order-confirmation-summary-list-item__value {
	display: block;
	margin-top: 0.35rem;
	overflow-wrap: anywhere;
	color: var(--bc-ink);
	font-size: 0.92rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.4;
	text-transform: none;
}

body.woocommerce-order-received :is(.woocommerce-order-details, .woocommerce-customer-details) {
	margin: 0 0 1.5rem;
}

body.woocommerce-order-received .woocommerce-order-details {
	overflow: hidden;
	border: 1px solid var(--bc-border);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(8, 52, 42, 0.05);
}

body.woocommerce-order-received :is(.woocommerce-order-details__title, .woocommerce-column__title) {
	margin: 0;
	color: var(--bc-ink);
	font-size: clamp(1.25rem, 2vw, 1.65rem);
	font-weight: 750;
	line-height: 1.2;
	letter-spacing: -0.025em;
}

body.woocommerce-order-received .woocommerce-order-details__title {
	padding: 1.15rem 1.35rem;
	color: var(--bc-cream);
	background: var(--bc-green);
}

body.woocommerce-order-received .woocommerce-order-details table {
	width: 100%;
	margin: 0 !important;
	border: 0;
	border-collapse: collapse;
}

body.woocommerce-order-received .woocommerce-order-details table :is(th, td) {
	padding: 1rem 1.35rem;
	border: 0;
	border-bottom: 1px solid var(--bc-border);
	background: transparent;
	text-align: left;
	vertical-align: middle;
}

body.woocommerce-order-received .woocommerce-order-details table th:last-child,
body.woocommerce-order-received .woocommerce-order-details table td:last-child {
	text-align: right;
}

body.woocommerce-order-received .woocommerce-order-details table tfoot tr:last-child :is(th, td) {
	border-bottom: 0;
	color: var(--bc-green);
	font-size: 1.05rem;
	font-weight: 800;
}

body.woocommerce-order-received .woocommerce-order-details .wc-item-meta,
body.woocommerce-order-received .woocommerce-order-details .wc-item-meta p {
	margin: 0.25rem 0 0;
	color: #6e6458;
	font-size: 0.8rem;
}

body.woocommerce-order-received .wc-block-order-confirmation-totals-wrapper {
	margin-bottom: 1.5rem !important;
	overflow: hidden;
	border: 1px solid var(--bc-border);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(8, 52, 42, 0.05);
}

body.woocommerce-order-received .wc-block-order-confirmation-totals-wrapper > h2 {
	margin: 0;
	padding: 1.15rem 1.35rem;
	color: var(--bc-cream);
	background: var(--bc-green);
	font-size: clamp(1.25rem, 2vw, 1.65rem);
	font-weight: 750;
	line-height: 1.2;
	letter-spacing: -0.025em;
}

body.woocommerce-order-received .wc-block-order-confirmation-totals {
	margin: 0 !important;
}

body.woocommerce-order-received .wc-block-order-confirmation-totals__table {
	width: 100%;
	margin: 0 !important;
	border: 0;
	border-collapse: collapse;
}

body.woocommerce-order-received .wc-block-order-confirmation-totals__table :is(th, td) {
	padding: 1rem 1.35rem;
	border: 0;
	border-bottom: 1px solid var(--bc-border);
	background: transparent;
	text-align: left;
	vertical-align: middle;
}

body.woocommerce-order-received .wc-block-order-confirmation-totals__table :is(th, td):last-child {
	text-align: right;
}

body.woocommerce-order-received .wc-block-order-confirmation-totals__table tfoot tr:last-child :is(th, td) {
	border-bottom: 0;
	color: var(--bc-green);
	font-size: 1.05rem;
	font-weight: 800;
}

body.woocommerce-order-received .wc-block-order-confirmation-totals__product .wc-item-meta,
body.woocommerce-order-received .wc-block-order-confirmation-totals__product .wc-item-meta p {
	margin: 0.25rem 0 0;
	color: #6e6458;
	font-size: 0.8rem;
}

body.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns--addresses {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem;
}

body.woocommerce-order-received .woocommerce-customer-details .woocommerce-column {
	float: none;
	width: auto;
	padding: 1.3rem 1.4rem;
	border: 1px solid var(--bc-border);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(8, 52, 42, 0.05);
}

body.woocommerce-order-received .woocommerce-customer-details address {
	margin: 0.85rem 0 0;
	padding: 0;
	border: 0;
	color: #5f574c;
	font-size: 0.92rem;
	font-style: normal;
	line-height: 1.7;
}

body.woocommerce-order-received .woocommerce-customer-details address :is(p, br) {
	margin: 0;
}

body.woocommerce-order-received .bc-order-received-payment-layout {
	display: grid;
	grid-template-columns: minmax(340px, 0.8fr) minmax(0, 1.7fr);
	gap: clamp(1rem, 2vw, 1.35rem);
	align-items: stretch;
	width: min(calc(100% - 2rem), 1440px);
	max-width: 1440px !important;
	margin: 0 auto 1.5rem !important;
	box-sizing: border-box;
}

body.woocommerce-order-received .bc-order-received-payment-layout .woocommerce-customer-details {
	min-width: 0;
	margin: 0;
}

body.woocommerce-order-received .bc-order-received-payment-layout :is(
	.woocommerce-columns--addresses,
	.wc-block-order-confirmation-address-wrapper
) {
	grid-template-columns: minmax(0, 1fr) !important;
	gap: 1rem;
	width: auto;
	max-width: none !important;
	height: 100%;
	margin: 0 !important;
}

body.woocommerce-order-received .bc-order-received-payment-layout .woocommerce-column {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

body.woocommerce-order-received .bc-order-received-payment-layout .bc-vietqr-payment {
	min-width: 0;
	height: auto;
	margin: 0;
}

body.woocommerce-order-received .bc-order-received-payment-layout > .wc-block-order-confirmation-additional-information {
	display: flex;
	flex-direction: column;
	min-width: 0;
	width: auto;
	max-width: none !important;
	margin: 0 !important;
}

@media (max-width: 900px) {
	body.woocommerce-order-received .bc-order-received-payment-layout {
		grid-template-columns: minmax(0, 1fr);
	}

	body.woocommerce-order-received .bc-order-received-payment-layout :is(
		.woocommerce-columns--addresses,
		.wc-block-order-confirmation-address-wrapper
	) {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 620px) {
	body.woocommerce-order-received .bc-order-received-payment-layout :is(
		.woocommerce-columns--addresses,
		.wc-block-order-confirmation-address-wrapper
	) {
		grid-template-columns: minmax(0, 1fr) !important;
	}
}

body.woocommerce-order-received .wc-block-order-confirmation-address-wrapper {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1.25rem;
	margin-bottom: 1.5rem !important;
}

body.woocommerce-order-received .wc-block-order-confirmation-address-wrapper > .wp-block-column {
	min-width: 0;
	padding: 1.3rem 1.4rem;
	border: 1px solid var(--bc-border);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(8, 52, 42, 0.05);
}

body.woocommerce-order-received .wc-block-order-confirmation-address-wrapper h2 {
	margin: 0 0 0.85rem;
	color: var(--bc-ink);
	font-size: clamp(1.25rem, 2vw, 1.65rem);
	font-weight: 750;
	line-height: 1.2;
	letter-spacing: -0.025em;
}

body.woocommerce-order-received :is(
	.wc-block-order-confirmation-shipping-address,
	.wc-block-order-confirmation-billing-address
) {
	margin: 0 !important;
	color: #5f574c;
	font-size: 0.92rem;
	font-style: normal;
	line-height: 1.7;
}

body.woocommerce-order-received .wc-block-order-confirmation-additional-information {
	margin-bottom: 0 !important;
	padding: 1rem 1.25rem 1.25rem;
	border: 1px solid var(--bc-border);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(8, 52, 42, 0.05);
}

body.woocommerce-order-received .wc-block-order-confirmation-additional-information > p {
	margin: 0;
	color: #5f574c;
	font-size: 0.9rem;
}

.bc-order-received-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	justify-content: flex-end;
	margin: 1.5rem 0 0.25rem;
}

.bc-order-received-actions .bc-button {
	display: inline-flex;
	min-width: 12rem;
	min-height: 44px;
	padding: 0.72rem 1.15rem;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--bc-green);
	border-radius: 999px;
	font-size: 0.86rem;
	font-weight: 750;
	line-height: 1.2;
	text-decoration: none;
	transition: color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.bc-order-received-actions .bc-button--primary {
	color: var(--bc-cream);
	background: var(--bc-green);
}

.bc-order-received-actions .bc-button--ghost {
	color: var(--bc-green);
	background: #fff;
}

.bc-order-received-actions .bc-button:hover {
	color: var(--bc-green);
	background: var(--bc-gold);
	transform: translateY(-1px);
}

@media (max-width: 900px) {
	body.woocommerce-order-received ul.woocommerce-order-overview,
	body.woocommerce-order-received .wc-block-order-confirmation-summary-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.woocommerce-order-received ul.woocommerce-order-overview li,
	body.woocommerce-order-received .wc-block-order-confirmation-summary-list-item {
		border-bottom: 1px solid var(--bc-border);
	}

	body.woocommerce-order-received ul.woocommerce-order-overview li:nth-child(2n),
	body.woocommerce-order-received .wc-block-order-confirmation-summary-list-item:nth-child(2n) {
		border-right: 0;
	}

	body.woocommerce-order-received ul.woocommerce-order-overview li:last-child,
	body.woocommerce-order-received .wc-block-order-confirmation-summary-list-item:last-child {
		grid-column: 1 / -1;
		border-bottom: 0;
	}
}

@media (max-width: 680px) {
	body.woocommerce-order-received .woocommerce-order {
		width: min(100% - 1rem, 1440px);
	}

	body.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns--addresses {
		grid-template-columns: minmax(0, 1fr);
	}

	body.woocommerce-order-received :is(
		.wc-block-order-confirmation-summary,
		.wc-block-order-confirmation-totals-wrapper,
		.wc-block-order-confirmation-address-wrapper,
		.wc-block-order-confirmation-additional-information
	),
	body.woocommerce-order-received .wc-block-order-confirmation-status > p {
		width: min(100% - 1rem, 1440px);
	}

	body.woocommerce-order-received .wc-block-order-confirmation-address-wrapper {
		grid-template-columns: minmax(0, 1fr);
	}

	body.woocommerce-order-received .woocommerce-order-details table :is(th, td) {
		padding: 0.85rem 0.9rem;
	}

	body.woocommerce-order-received .wc-block-order-confirmation-totals__table :is(th, td) {
		padding: 0.85rem 0.9rem;
	}

	.bc-order-received-actions {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
	}

	.bc-order-received-actions .bc-button {
		width: 100%;
		min-width: 0;
	}
}

/* Dynamic VietQR payment instructions. The QR is generated only after an
 * order exists, so its amount and transfer reference always match the order. */
.bc-vietqr-checkout-note {
	margin: 0.45rem 0 0 !important;
	color: #655f56;
	font-size: 0.82rem;
	line-height: 1.5;
}

.bc-vietqr-payment {
	width: 100%;
	margin: 1.5rem 0;
	padding: clamp(1.1rem, 2vw, 1.75rem);
	border: 1px solid #d9d3c7;
	border-radius: 18px;
	background: #fbf8f1;
	box-shadow: 0 16px 38px rgb(21 51 40 / 7%);
	box-sizing: border-box;
}

.bc-vietqr-payment__header {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 0.35rem;
	margin-bottom: 1.25rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #dfd8cc;
}

.bc-vietqr-payment__header p {
	margin: 0;
	color: #bd7b2e;
	font-size: 0.72rem;
	font-weight: 800;
	letter-spacing: 0.12em;
}

.bc-vietqr-payment__header h2 {
	margin: 0;
	color: #17140f;
	font-size: clamp(1.45rem, 2.8vw, 2.25rem);
	line-height: 1.08;
	letter-spacing: -0.035em;
}

.bc-vietqr-payment__header span {
	max-width: 68ch;
	color: #625b52;
	font-size: 0.92rem;
	line-height: 1.55;
}

.bc-vietqr-payment__body {
	display: grid;
	grid-template-columns: minmax(210px, 300px) minmax(0, 1fr);
	gap: clamp(1.1rem, 3vw, 2rem);
	align-items: center;
}

.bc-vietqr-payment__body--manual {
	grid-template-columns: minmax(0, 1fr);
}

.bc-bank-choice {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.55rem;
	margin: 0.85rem 0;
	padding: 0;
	border: 0;
}

.bc-bank-choice legend {
	grid-column: 1 / -1;
	margin-bottom: 0.45rem;
	color: var(--bc-forest, #153328);
	font-size: 0.82rem;
	font-weight: 700;
}

.bc-bank-choice__item {
	display: flex;
	gap: 0.65rem;
	align-items: center;
	margin: 0;
	padding: 0.7rem 0.8rem;
	border: 1px solid #d9d3c7;
	border-radius: 10px;
	background: #fff;
	cursor: pointer;
	min-width: 0;
}

.bc-bank-choice--single {
	grid-template-columns: minmax(0, 1fr);
}

.bc-bank-choice--single .bc-bank-choice__item {
	cursor: default;
}

.bc-bank-choice__item:has(input:checked) {
	border-color: #245643;
	box-shadow: 0 0 0 1px #245643;
}

.bc-bank-choice__item input {
	flex: 0 0 auto;
	margin: 0;
}

.bc-bank-choice__logo {
	display: grid !important;
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
	place-items: center;
	padding: 0.25rem;
	border: 1px solid #e5dfd5;
	border-radius: 9px;
	background: #fff;
	box-sizing: border-box;
}

.bc-bank-choice__logo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.bc-bank-choice__logo--fallback {
	background: #eef4f0;
	color: #153328;
	font-size: 0.78rem;
	font-weight: 800;
	text-transform: uppercase;
}

.bc-bank-choice__copy {
	min-width: 0;
}

.bc-bank-choice__item span,
.bc-bank-choice__item small {
	display: block;
}

.bc-bank-choice__item strong {
	color: #153328;
}

.bc-bank-choice__item small {
	margin-top: 0.15rem;
	color: #6f675e;
	font-size: 0.75rem;
}

body.woocommerce-checkout #payment .wc_payment_method.payment_method_bc_vietqr {
	flex-wrap: wrap;
	align-items: flex-start;
}

body.woocommerce-checkout #payment div.payment_box.payment_method_bc_vietqr {
	display: none !important;
	flex: 1 0 100%;
	width: 100%;
	margin: 0.65rem 0 0;
	padding: 0.9rem;
	box-sizing: border-box;
}

body.woocommerce-checkout #payment .wc_payment_method.payment_method_bc_vietqr:has(> input[name="payment_method"]:checked) div.payment_box.payment_method_bc_vietqr {
	display: block !important;
}

/* Checkout payment methods use compact accordion cards: method header first,
 * configured bank accounts only expand after bank transfer is selected. */
body.woocommerce-checkout .bc-payment-methods-title {
	margin: 0;
	padding: 1.25rem 1.5rem 0;
	color: var(--bc-ink);
	font-family: var(--wp--preset--font-family--sans, inherit);
	font-size: clamp(1.05rem, 1.5vw, 1.25rem);
	font-weight: 750;
	line-height: 1.3;
}

body.woocommerce-checkout #payment ul.payment_methods {
	display: grid;
	gap: 0.75rem;
	padding-top: 1rem !important;
	border-bottom: 0;
}

body.woocommerce-checkout #payment .wc_payment_method {
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	align-items: center;
	padding: 0;
	border: 1px solid #d8d2c8;
	border-radius: 12px;
	background: #fff;
	overflow: hidden;
	transition: border-color 160ms ease, box-shadow 160ms ease;
}

body.woocommerce-checkout #payment .wc_payment_method:has(> input[name="payment_method"]:checked) {
	border-color: var(--bc-green);
	box-shadow: 0 0 0 1px var(--bc-green);
}

body.woocommerce-checkout #payment .wc_payment_method > input.input-radio {
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	margin: 0 0 0 1rem;
}

body.woocommerce-checkout #payment .wc_payment_method > label {
	display: flex;
	flex: 1 1 calc(100% - 3rem);
	gap: 0.75rem;
	align-items: center;
	min-height: 58px;
	padding: 0.75rem 1rem 0.75rem 0.65rem;
	box-sizing: border-box;
	cursor: pointer;
}

.bc-payment-method-logos {
	display: flex;
	flex: 1 1 auto;
	gap: 0.35rem;
	align-items: center;
	justify-content: flex-end;
	min-width: 0;
	margin-left: auto;
}

.bc-payment-method-logo {
	display: grid;
	flex: 0 0 46px;
	width: 46px;
	height: 32px;
	place-items: center;
	padding: 0.2rem;
	border: 1px solid #e2ddd3;
	border-radius: 7px;
	background: #fff;
	box-sizing: border-box;
}

.bc-payment-method-logo img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

body.woocommerce-checkout #payment div.payment_box.payment_method_bc_vietqr {
	margin: 0;
	padding: 1rem;
	border-top: 1px solid #e2ddd3;
	border-radius: 0;
	background: #fbf8f1;
}

body.woocommerce-checkout #payment div.payment_box.payment_method_bc_vietqr::before {
	display: none;
}

body.woocommerce-checkout #payment .payment_method_bc_vietqr .bc-bank-choice {
	grid-template-columns: minmax(0, 1fr);
}

@media (max-width: 680px) {
	.bc-bank-choice {
		grid-template-columns: minmax(0, 1fr);
	}

	body.woocommerce-checkout .bc-payment-methods-title {
		padding-inline: 1rem;
	}

	body.woocommerce-checkout #payment .wc_payment_method > label {
		flex-wrap: wrap;
	}

	.bc-payment-method-logos {
		flex-basis: 100%;
		justify-content: flex-start;
		margin-left: 0;
	}
}

.bc-vietqr-payment__figure {
	margin: 0;
	padding: 0.75rem;
	border: 1px solid #e2dbcf;
	border-radius: 14px;
	background: #fff;
	text-align: center;
}

.bc-vietqr-payment__figure img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
	border-radius: 9px;
}

.bc-vietqr-payment__figure figcaption {
	margin-top: 0.65rem;
	color: #625b52;
	font-size: 0.76rem;
	font-weight: 650;
}

.bc-vietqr-payment__details {
	min-width: 0;
}

.bc-vietqr-payment__list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
	border-top: 1px solid #ddd6c9;
	border-left: 1px solid #ddd6c9;
	border-radius: 12px;
	overflow: hidden;
}

.bc-vietqr-payment__list > div {
	min-width: 0;
	padding: 0.85rem 1rem;
	border-right: 1px solid #ddd6c9;
	border-bottom: 1px solid #ddd6c9;
	background: #fff;
}

.bc-vietqr-payment__list dt {
	margin: 0 0 0.28rem;
	color: #806e56;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.bc-vietqr-payment__list dd {
	margin: 0;
	color: #153328;
	font-size: 0.98rem;
	font-weight: 750;
	line-height: 1.4;
	overflow-wrap: anywhere;
}

.bc-vietqr-payment__list .bc-vietqr-payment__amount dd {
	color: #ad6924;
	font-size: 1.15rem;
}

.bc-vietqr-payment__list .bc-vietqr-payment__content {
	grid-column: 1 / -1;
}

.bc-vietqr-payment__content code {
	display: inline-block;
	padding: 0.32rem 0.5rem;
	border-radius: 6px;
	background: #edf3ef;
	color: #153328;
	font-family: inherit;
	font-weight: 800;
	letter-spacing: 0.04em;
}

.bc-vietqr-payment__notice {
	display: grid;
	gap: 0.2rem;
	margin-top: 0.85rem;
	padding: 0.8rem 0.9rem;
	border-left: 3px solid #d7aa57;
	border-radius: 0 8px 8px 0;
	background: rgb(215 170 87 / 10%);
	color: #625b52;
	font-size: 0.8rem;
	line-height: 1.5;
}

.bc-vietqr-payment__notice strong {
	color: #153328;
}

@media (max-width: 720px) {
	.bc-vietqr-payment__body {
		grid-template-columns: minmax(0, 1fr);
	}

	.bc-vietqr-payment__figure {
		width: min(100%, 300px);
		margin-inline: auto;
		box-sizing: border-box;
	}
}

@media (max-width: 480px) {
	.bc-vietqr-payment__list {
		grid-template-columns: minmax(0, 1fr);
	}

	.bc-vietqr-payment__list .bc-vietqr-payment__content {
		grid-column: auto;
	}
}

@media (max-width: 460px) {
	body.woocommerce-order-received ul.woocommerce-order-overview,
	body.woocommerce-order-received .wc-block-order-confirmation-summary-list {
		grid-template-columns: minmax(0, 1fr);
	}

	body.woocommerce-order-received ul.woocommerce-order-overview li,
	body.woocommerce-order-received ul.woocommerce-order-overview li:nth-child(2n),
	body.woocommerce-order-received .wc-block-order-confirmation-summary-list-item,
	body.woocommerce-order-received .wc-block-order-confirmation-summary-list-item:nth-child(2n) {
		grid-column: auto;
		border-right: 0;
		border-bottom: 1px solid var(--bc-border);
	}

	body.woocommerce-order-received .woocommerce-thankyou-order-received {
		padding: 1rem 1rem 1rem 3.8rem;
	}

	body.woocommerce-order-received .woocommerce-thankyou-order-received::before {
		left: 0.9rem;
	}

	body.woocommerce-order-received .wc-block-order-confirmation-status > p {
		padding: 1rem 1rem 1rem 3.8rem;
	}

	body.woocommerce-order-received .wc-block-order-confirmation-status > p::before {
		left: 0.9rem;
	}
}

.bc-form-success-toast {
	position: fixed;
	z-index: 160;
	right: clamp(1rem, 2.5vw, 2rem);
	bottom: clamp(6.5rem, 10vw, 8rem);
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr) 32px;
	gap: 0.75rem;
	width: min(390px, calc(100vw - 2rem));
	padding: 1rem;
	border: 1px solid rgba(210, 170, 98, 0.6);
	border-radius: 14px;
	color: #fffaf0;
	background: #173f32;
	box-shadow: 0 18px 50px rgba(7, 21, 17, 0.28);
	animation: bc-form-toast-in 180ms ease-out both;
}

.bc-form-success-toast__icon {
	display: inline-flex;
	width: 34px;
	height: 34px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #173f32;
	background: #d2aa62;
	font-size: 1rem;
	font-weight: 800;
}

.bc-form-success-toast strong {
	display: block;
	margin-bottom: 0.2rem;
	color: #fffaf0;
	font-size: 0.92rem;
	line-height: 1.3;
}

.bc-form-success-toast p {
	margin: 0;
	color: rgba(255, 250, 240, 0.8);
	font-size: 0.78rem;
	line-height: 1.45;
}

.bc-form-success-toast__close {
	width: 32px;
	height: 32px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	color: #fffaf0;
	background: transparent;
	font-size: 1.2rem;
	line-height: 1;
	cursor: pointer;
}

.bc-form-success-toast__close:hover {
	background: rgba(255, 250, 240, 0.12);
}

@keyframes bc-form-toast-in {
	from {
		opacity: 0;
		transform: translateY(0.75rem);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.bc-form-success-toast {
		animation: none;
	}
}

/* Account endpoints: orders, address book and profile. */
body.bc-account-endpoint-page .bc-account-overview {
	display: none;
}

body.bc-account-endpoint-page .bc-account-main {
	display: block;
	padding-top: clamp(1.5rem, 3vw, 2.5rem);
	padding-bottom: clamp(3rem, 6vw, 5rem);
}

body.bc-account-endpoint-page .bc-account-main > header {
	display: none;
}

body.bc-account-endpoint-page .bc-account-woocommerce {
	width: 100%;
	max-width: none;
	overflow: hidden;
	border: 1px solid #d9cfbd !important;
	border-radius: 18px;
	background: #fff !important;
	box-shadow: 0 18px 44px rgba(41, 30, 17, 0.08);
}

body.bc-account-endpoint-page .bc-account-woocommerce .woocommerce {
	display: grid;
	grid-template-columns: 220px minmax(0, 1fr) !important;
	min-height: 420px !important;
}

body.bc-account-endpoint-page .bc-account-woocommerce .woocommerce-MyAccount-navigation {
	padding: 1rem 0.75rem !important;
	background: var(--bc-green) !important;
}

body.bc-account-endpoint-page .bc-account-woocommerce .woocommerce-MyAccount-navigation ul {
	display: grid;
	gap: 0.25rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.bc-account-endpoint-page .bc-account-woocommerce .woocommerce-MyAccount-navigation a {
	display: flex;
	min-height: 44px !important;
	padding: 0.7rem 0.8rem !important;
	align-items: center;
	border-radius: 8px;
	color: rgba(255, 250, 240, 0.82) !important;
	background: transparent !important;
	box-shadow: inset 3px 0 transparent;
	font-size: 0.86rem !important;
	font-weight: 650 !important;
	line-height: 1.25;
	text-decoration: none;
	transition: color 160ms ease, box-shadow 160ms ease;
}

body.bc-account-endpoint-page .bc-account-woocommerce .woocommerce-MyAccount-navigation :is(.is-active a, a:hover, a:focus-visible) {
	color: var(--bc-gold) !important;
	background: transparent !important;
	box-shadow: inset 3px 0 var(--bc-gold);
}

body.bc-account-endpoint-page .bc-account-woocommerce .woocommerce-MyAccount-content {
	min-width: 0;
	padding: clamp(1.25rem, 3vw, 2.25rem) !important;
	color: var(--bc-ink) !important;
	background: #fff !important;
	font-size: 0.92rem !important;
	line-height: 1.6 !important;
}

.bc-account-endpoint-header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(240px, 0.7fr);
	gap: 1rem 2rem;
	align-items: end;
	margin: 0 0 1.5rem;
	padding: 0 0 1.25rem;
	border-bottom: 1px solid #e3dac9;
}

.bc-account-endpoint-header .bc-eyebrow {
	margin: 0 0 0.45rem;
	color: var(--bc-gold-dark);
	font-size: 0.7rem;
	letter-spacing: 0.13em;
}

.bc-account-woocommerce .woocommerce-MyAccount-content .bc-account-endpoint-header h2 {
	margin: 0 !important;
	color: var(--bc-ink);
	font-family: "Brand Sans", "Segoe UI", Arial, sans-serif;
	font-size: clamp(1.8rem, 3.2vw, 2.75rem) !important;
	font-weight: 600;
	line-height: 1.02;
	letter-spacing: -0.04em;
}

.bc-account-endpoint-header > p {
	max-width: 48ch;
	margin: 0;
	color: #6b6257;
	font-size: 0.86rem;
	line-height: 1.55;
}

/* Orders. */
.bc-account-woocommerce .woocommerce-MyAccount-content .woocommerce-orders-table {
	width: 100%;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
	border: 1px solid #e3dac9;
	border-radius: 12px;
	border-collapse: separate;
	border-spacing: 0;
	background: #fff;
}

.bc-account-woocommerce .woocommerce-orders-table :is(th, td) {
	padding: 0.85rem 1rem;
	border: 0;
	border-bottom: 1px solid #ece5d8;
	text-align: left;
	vertical-align: middle;
}

.bc-account-woocommerce .woocommerce-orders-table thead th {
	color: var(--bc-green);
	background: #f3eee4;
	font-size: 0.68rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.bc-account-woocommerce .woocommerce-orders-table tbody tr:last-child td {
	border-bottom: 0;
}

.bc-account-woocommerce .woocommerce-orders-table tbody tr:hover td {
	background: #fffcf6;
}

.bc-account-woocommerce .woocommerce-orders-table a:not(.button) {
	color: var(--bc-green);
	font-weight: 750;
}

.bc-account-woocommerce .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions {
	text-align: right;
}

.bc-account-woocommerce .woocommerce-orders-table .button,
.bc-account-woocommerce .woocommerce-MyAccount-content .woocommerce-info .button {
	display: inline-flex;
	min-height: 38px;
	margin: 0 !important;
	padding: 0.55rem 0.9rem !important;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--bc-green);
	border-radius: 999px;
	color: #fffaf0 !important;
	background: var(--bc-green) !important;
	font-size: 0.78rem;
	font-weight: 750;
	text-decoration: none;
}

.bc-account-woocommerce .woocommerce-MyAccount-content .woocommerce-info {
	display: flex;
	gap: 1rem;
	margin: 0;
	padding: 1rem 1.1rem;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #d4dfd8;
	border-left: 3px solid var(--bc-gold);
	border-radius: 12px;
	color: var(--bc-green);
	background: #fbfdfb;
}

/* Address cards and edit-address form. */
.bc-account-woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 1rem !important;
	width: 100%;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
}

.bc-account-woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
	display: flex;
	float: none !important;
	flex-direction: column;
	width: auto !important;
	min-width: 0;
	min-height: 190px;
	padding: 1.2rem;
	border: 1px solid #e3dac9;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 10px 26px rgba(41, 30, 17, 0.045);
}

.bc-account-woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title {
	display: flex;
	gap: 1rem;
	margin: 0 0 0.8rem;
	align-items: flex-start;
	justify-content: space-between;
}

.bc-account-woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title h3 {
	margin: 0 !important;
	color: var(--bc-ink);
	font-size: clamp(1.25rem, 2vw, 1.65rem) !important;
	font-weight: 650;
	line-height: 1.15 !important;
	letter-spacing: -0.025em;
}

.bc-account-woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title a {
	flex: 0 0 auto;
	color: var(--bc-green);
	font-size: 0.78rem;
	font-weight: 750;
}

.bc-account-woocommerce .woocommerce-MyAccount-content .woocommerce-Address address {
	margin-top: auto;
	color: #6b6257;
	font-size: 0.86rem;
	font-style: normal;
	line-height: 1.65;
}

.bc-account-woocommerce .woocommerce-MyAccount-content form {
	width: 100%;
	max-width: 58rem !important;
	margin: 0 !important;
	padding: 1.25rem !important;
	border: 1px solid #e3dac9;
	border-radius: 12px;
	background: #fff;
	box-sizing: border-box;
}

.bc-account-woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.8rem 1rem;
}

.bc-account-woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
}

.bc-account-woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper :is(
	#billing_address_1_field,
	#shipping_address_1_field
) {
	grid-column: 1 / -1;
}

/* Profile form. */
.bc-account-woocommerce .woocommerce-MyAccount-content form.woocommerce-EditAccountForm {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.8rem 1rem;
}

.bc-account-woocommerce .woocommerce-MyAccount-content form.woocommerce-EditAccountForm .form-row {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
}

.bc-account-woocommerce .woocommerce-MyAccount-content form.woocommerce-EditAccountForm :is(
	#account_display_name_field,
	#account_email_field
) {
	grid-column: auto !important;
}

.bc-account-woocommerce .woocommerce-MyAccount-content form.woocommerce-EditAccountForm fieldset {
	display: grid;
	grid-column: 1 / -1;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.8rem 1rem;
	min-width: 0;
	margin: 0.25rem 0 0;
	padding: 1rem;
	border: 1px solid #d9cfbd;
	border-radius: 10px;
	background: #faf7f0;
}

.bc-account-woocommerce .woocommerce-MyAccount-content form.woocommerce-EditAccountForm fieldset legend {
	grid-column: 1 / -1;
	padding: 0 0.35rem;
	color: var(--bc-green);
	font-size: 0.82rem;
	font-weight: 800;
}

.bc-account-woocommerce .woocommerce-MyAccount-content form.woocommerce-EditAccountForm fieldset .form-row:first-of-type {
	grid-column: 1 / -1;
}

.bc-account-woocommerce .woocommerce-MyAccount-content form :is(
	input[type="text"],
	input[type="email"],
	input[type="password"],
	input[type="tel"],
	select
) {
	width: 100% !important;
	max-width: none !important;
	height: 42px !important;
	min-height: 42px !important;
	padding: 0.55rem 0.75rem !important;
	border: 1px solid #d8cfbf !important;
	border-radius: 8px !important;
	color: var(--bc-ink) !important;
	background: #fff !important;
	box-sizing: border-box;
	font-size: 0.86rem !important;
}

.bc-account-woocommerce .woocommerce-MyAccount-content form label {
	display: block;
	margin: 0 0 0.35rem;
	color: var(--bc-green);
	font-size: 0.78rem;
	font-weight: 750;
	line-height: 1.35;
}

.bc-account-woocommerce .woocommerce-MyAccount-content form :is(em, .woocommerce-form-row__description) {
	display: block;
	margin-top: 0.3rem;
	color: #796f62;
	font-size: 0.73rem;
	line-height: 1.45;
}

.bc-account-woocommerce .woocommerce-MyAccount-content form > p:last-child {
	grid-column: 1 / -1;
	margin: 0.25rem 0 0 !important;
}

.bc-account-woocommerce .woocommerce-MyAccount-content form button[type="submit"] {
	display: inline-flex;
	min-height: 42px;
	margin: 0 !important;
	padding: 0.65rem 1.15rem !important;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--bc-green);
	border-radius: 999px;
	color: #fffaf0 !important;
	background: var(--bc-green) !important;
	font-size: 0.82rem;
	font-weight: 750;
}

@media (max-width: 900px) {
	body.bc-account-endpoint-page .bc-account-woocommerce .woocommerce {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	body.bc-account-endpoint-page .bc-account-woocommerce .woocommerce-MyAccount-navigation {
		padding: 0.75rem !important;
	}

	body.bc-account-endpoint-page .bc-account-woocommerce .woocommerce-MyAccount-navigation ul {
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	}

	body.bc-account-endpoint-page .bc-account-woocommerce .woocommerce-MyAccount-navigation a {
		justify-content: center;
		box-shadow: inset 0 -3px transparent;
		text-align: center;
	}

	body.bc-account-endpoint-page .bc-account-woocommerce .woocommerce-MyAccount-navigation :is(.is-active a, a:hover, a:focus-visible) {
		box-shadow: inset 0 -3px var(--bc-gold);
	}
}

@media (max-width: 680px) {
	.bc-account-endpoint-header {
		grid-template-columns: minmax(0, 1fr);
		align-items: start;
	}

	.bc-account-woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses,
	.bc-account-woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper,
	.bc-account-woocommerce .woocommerce-MyAccount-content form.woocommerce-EditAccountForm,
	.bc-account-woocommerce .woocommerce-MyAccount-content form.woocommerce-EditAccountForm fieldset {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	.bc-account-woocommerce .woocommerce-MyAccount-content form.woocommerce-EditAccountForm :is(
		#account_display_name_field,
		#account_email_field
	),
	.bc-account-woocommerce .woocommerce-MyAccount-content form.woocommerce-EditAccountForm fieldset .form-row:first-of-type {
		grid-column: 1 !important;
	}

	.bc-account-woocommerce .woocommerce-MyAccount-content .woocommerce-info {
		align-items: flex-start;
		flex-direction: column-reverse;
	}
}

@media (max-width: 520px) {
	body.bc-account-endpoint-page .bc-account-main {
		width: min(100% - 1rem, var(--bc-shell));
	}

	body.bc-account-endpoint-page .bc-account-woocommerce .woocommerce-MyAccount-navigation ul {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	body.bc-account-endpoint-page .bc-account-woocommerce .woocommerce-MyAccount-content {
		padding: 1rem !important;
	}

	.bc-account-woocommerce .woocommerce-orders-table thead {
		display: none;
	}

	.bc-account-woocommerce .woocommerce-orders-table,
	.bc-account-woocommerce .woocommerce-orders-table tbody,
	.bc-account-woocommerce .woocommerce-orders-table tr,
	.bc-account-woocommerce .woocommerce-orders-table td {
		display: block;
		width: 100%;
	}

	.bc-account-woocommerce .woocommerce-orders-table tr {
		padding: 0.65rem 0;
		border-bottom: 1px solid #ece5d8;
	}

	.bc-account-woocommerce .woocommerce-orders-table tr:last-child {
		border-bottom: 0;
	}

	.bc-account-woocommerce .woocommerce-orders-table td {
		display: grid;
		grid-template-columns: minmax(7rem, 0.7fr) minmax(0, 1fr);
		gap: 0.75rem;
		padding: 0.35rem 0.85rem;
		border: 0;
		text-align: left !important;
	}

	.bc-account-woocommerce .woocommerce-orders-table td::before {
		color: #756a5c;
		content: attr(data-title);
		font-size: 0.68rem;
		font-weight: 800;
		letter-spacing: 0.06em;
		text-transform: uppercase;
	}
}

/* Final cascade lock for the five authenticated account views. */
body.bc-account-endpoint-page .bc-account-main {
	padding-block: clamp(1.25rem, 2.5vw, 2rem) clamp(2.5rem, 5vw, 4rem);
}

body.bc-account-endpoint-page .bc-account-woocommerce .woocommerce {
	min-height: 0 !important;
	align-items: stretch !important;
}

body.bc-account-endpoint-page .bc-account-woocommerce .woocommerce-MyAccount-content {
	width: 100% !important;
	max-width: none !important;
	padding: clamp(1.25rem, 2.4vw, 2rem) !important;
	box-sizing: border-box;
}

body.bc-account-endpoint-page .bc-account-endpoint-header {
	width: 100%;
	max-width: none;
	grid-template-columns: minmax(260px, 0.9fr) minmax(260px, 1.1fr);
	margin-bottom: 1.2rem;
	padding-bottom: 1rem;
}

body.bc-account-endpoint-page .bc-account-endpoint-header > p,
body.bc-account-endpoint-page .woocommerce-MyAccount-content > p {
	max-width: none !important;
}

body.bc-account-endpoint-page .bc-account-woocommerce .woocommerce-MyAccount-content :is(
	.woocommerce-orders-table,
	.woocommerce-table--order-downloads,
	table.shop_table
) {
	width: 100% !important;
	max-width: none !important;
}

body.bc-account-endpoint-dashboard .woocommerce-MyAccount-content > p:first-of-type {
	display: none;
}

body.bc-account-endpoint-dashboard .woocommerce-MyAccount-content > p:last-of-type {
	max-width: 72ch !important;
	margin: 0 !important;
	padding: 1rem 1.1rem;
	border: 1px solid #e3dac9;
	border-left: 3px solid var(--bc-gold);
	border-radius: 10px;
	background: #fbf8f1;
}

body.bc-account-endpoint-edit-address .bc-account-woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	grid-auto-flow: row !important;
	gap: 1rem !important;
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
	align-items: stretch;
}

body.bc-account-endpoint-edit-address .bc-account-woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses > .woocommerce-Address {
	position: static !important;
	display: flex !important;
	float: none !important;
	grid-column: auto !important;
	grid-row: auto !important;
	width: 100% !important;
	max-width: none !important;
	min-height: 210px;
	margin: 0 !important;
	padding: 1.2rem !important;
	align-self: stretch;
	box-sizing: border-box;
}

body.bc-account-endpoint-edit-address .bc-account-woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title {
	display: flex !important;
	gap: 1rem;
	margin: 0 0 1rem !important;
	align-items: flex-start;
	justify-content: space-between;
}

body.bc-account-endpoint-edit-address .bc-account-woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title :is(h2, h3) {
	max-width: 16ch !important;
	margin: 0 !important;
	font-size: clamp(1.3rem, 2vw, 1.7rem) !important;
	font-weight: 650 !important;
	line-height: 1.12 !important;
	letter-spacing: -0.025em;
	overflow-wrap: normal;
	word-break: normal;
}

body.bc-account-endpoint-edit-address .bc-account-woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title a {
	flex: 0 0 auto;
	padding-top: 0.2rem;
	white-space: nowrap;
}

body.bc-account-endpoint-edit-address .bc-account-woocommerce .woocommerce-MyAccount-content .woocommerce-Address address {
	margin: auto 0 0;
}

body.bc-account-endpoint-edit-address .bc-account-woocommerce .woocommerce-MyAccount-content form,
body.bc-account-endpoint-edit-account .bc-account-woocommerce .woocommerce-MyAccount-content form.woocommerce-EditAccountForm {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 1.2rem !important;
	gap: 0.8rem 1rem !important;
	box-sizing: border-box;
}

body.bc-account-endpoint-edit-address .bc-account-woocommerce .woocommerce-address-fields__field-wrapper {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 0.8rem 1rem !important;
}

body.bc-account-endpoint-edit-address .bc-account-woocommerce .woocommerce-address-fields__field-wrapper > .form-row {
	grid-column: auto !important;
}

body.bc-account-endpoint-edit-address .bc-account-woocommerce .woocommerce-address-fields__field-wrapper > :is(
	#billing_address_1_field,
	#shipping_address_1_field
) {
	grid-column: 1 / -1 !important;
}

body.bc-account-endpoint-edit-account .bc-account-woocommerce .woocommerce-MyAccount-content form.woocommerce-EditAccountForm {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

body.bc-account-endpoint-edit-account .bc-account-woocommerce .woocommerce-MyAccount-content form.woocommerce-EditAccountForm > .form-row {
	grid-column: auto !important;
}

body.bc-account-endpoint-edit-account .bc-account-woocommerce .woocommerce-MyAccount-content form.woocommerce-EditAccountForm fieldset {
	display: grid !important;
	grid-column: 1 / -1 !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 0.8rem 1rem !important;
	margin-top: 0 !important;
	padding: 1rem !important;
}

body.bc-account-endpoint-edit-account .bc-account-woocommerce .woocommerce-MyAccount-content form.woocommerce-EditAccountForm fieldset .form-row {
	grid-column: auto !important;
	margin: 0 !important;
}

body.bc-account-endpoint-edit-account .bc-account-woocommerce .woocommerce-MyAccount-content form.woocommerce-EditAccountForm fieldset .form-row:first-of-type {
	grid-column: 1 / -1 !important;
}

body.bc-account-endpoint-edit-account .bc-account-woocommerce .woocommerce-MyAccount-content form.woocommerce-EditAccountForm > p:last-child {
	grid-column: 1 / -1 !important;
	margin-top: 0 !important;
}

@media (max-width: 760px) {
	body.bc-account-endpoint-page .bc-account-endpoint-header,
	body.bc-account-endpoint-edit-address .bc-account-woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses,
	body.bc-account-endpoint-edit-address .bc-account-woocommerce .woocommerce-address-fields__field-wrapper,
	body.bc-account-endpoint-edit-account .bc-account-woocommerce .woocommerce-MyAccount-content form.woocommerce-EditAccountForm,
	body.bc-account-endpoint-edit-account .bc-account-woocommerce .woocommerce-MyAccount-content form.woocommerce-EditAccountForm fieldset {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	body.bc-account-endpoint-edit-account .bc-account-woocommerce .woocommerce-MyAccount-content form.woocommerce-EditAccountForm fieldset .form-row:first-of-type {
		grid-column: 1 !important;
	}
}

/* Account layout correction: full-width content and explicit field placement. */
body.bc-account-endpoint-page .bc-account-woocommerce > .woocommerce {
	width: 100% !important;
	max-width: none !important;
	grid-template-columns: 220px minmax(0, 1fr) !important;
	box-sizing: border-box;
}

body.bc-account-endpoint-page .bc-account-endpoint-header {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
}

body.bc-account-endpoint-page .bc-account-endpoint-header > div {
	width: 100%;
}

body.bc-account-endpoint-page .bc-account-woocommerce .woocommerce-MyAccount-content .bc-account-endpoint-header h2 {
	max-width: none !important;
	white-space: nowrap;
	font-size: clamp(1.9rem, 2.7vw, 2.45rem) !important;
	line-height: 1.05 !important;
}

body.bc-account-endpoint-page .bc-account-endpoint-header > p {
	width: 100%;
	max-width: 72ch !important;
	margin: 0.55rem 0 0 !important;
}

/* Orders: one aligned row with a dedicated item-count column. */
body.bc-account-endpoint-orders .bc-account-woocommerce .woocommerce-orders-table {
	width: 100% !important;
	max-width: none !important;
	table-layout: fixed;
}

body.bc-account-endpoint-orders .bc-account-woocommerce .woocommerce-orders-table :is(th, td) {
	padding: 0.85rem 0.75rem;
	white-space: nowrap;
}

body.bc-account-endpoint-orders .bc-account-woocommerce .woocommerce-orders-table :is(
	.woocommerce-orders-table__header-order-number,
	.woocommerce-orders-table__cell-order-number
) {
	width: 11%;
}

body.bc-account-endpoint-orders .bc-account-woocommerce .woocommerce-orders-table :is(
	.woocommerce-orders-table__header-order-date,
	.woocommerce-orders-table__cell-order-date
) {
	width: 16%;
}

body.bc-account-endpoint-orders .bc-account-woocommerce .woocommerce-orders-table :is(
	.woocommerce-orders-table__header-order-status,
	.woocommerce-orders-table__cell-order-status
) {
	width: 18%;
}

body.bc-account-endpoint-orders .bc-account-woocommerce .woocommerce-orders-table :is(
	.woocommerce-orders-table__header-order-item-count,
	.woocommerce-orders-table__cell-order-item-count
) {
	width: 12%;
	text-align: center;
}

body.bc-account-endpoint-orders .bc-account-woocommerce .woocommerce-orders-table :is(
	.woocommerce-orders-table__header-order-total,
	.woocommerce-orders-table__cell-order-total
) {
	width: 21%;
	text-align: right;
}

body.bc-account-endpoint-orders .bc-account-woocommerce .woocommerce-orders-table :is(
	.woocommerce-orders-table__header-order-actions,
	.woocommerce-orders-table__cell-order-actions
) {
	width: 22%;
	text-align: right;
}

body.bc-account-endpoint-orders .bc-account-woocommerce .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .button {
	min-width: 5.75rem !important;
	color: #fffaf0 !important;
	font-size: 0.78rem !important;
	line-height: 1.1 !important;
	text-indent: 0 !important;
	opacity: 1 !important;
	white-space: nowrap;
}

/* Address book: force two equal cards with heading and details on one left edge. */
body.bc-account-endpoint-edit-address .bc-account-woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses > :first-child {
	grid-column: 1 !important;
	grid-row: 1 !important;
}

body.bc-account-endpoint-edit-address .bc-account-woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses::before,
body.bc-account-endpoint-edit-address .bc-account-woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses::after {
	display: none !important;
	content: none !important;
}

body.bc-account-endpoint-edit-address .bc-account-woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses > :nth-child(2) {
	grid-column: 2 !important;
	grid-row: 1 !important;
}

body.bc-account-endpoint-edit-address .bc-account-woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses > .woocommerce-Address {
	display: grid !important;
	grid-template-rows: auto 1fr;
	min-height: 190px;
	padding: 1.25rem !important;
}

body.bc-account-endpoint-edit-address .bc-account-woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 1rem;
	width: 100%;
	align-items: start;
}

body.bc-account-endpoint-edit-address .bc-account-woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title :is(h2, h3) {
	max-width: none !important;
	white-space: nowrap;
	font-size: clamp(1.35rem, 1.8vw, 1.65rem) !important;
}

body.bc-account-endpoint-edit-address .bc-account-woocommerce .woocommerce-MyAccount-content .woocommerce-Address address {
	width: 100%;
	margin: 0 !important;
	align-self: end;
	text-align: left;
}

/* Profile: fill the content column and keep every field in a defined grid cell. */
body.bc-account-endpoint-edit-account .bc-account-woocommerce .woocommerce-MyAccount-content form.woocommerce-EditAccountForm {
	width: 100% !important;
	max-width: none !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	padding: clamp(1rem, 2vw, 1.4rem) !important;
}

body.bc-account-endpoint-edit-account .woocommerce-EditAccountForm > .clear {
	display: none !important;
}

body.bc-account-endpoint-edit-account .woocommerce-EditAccountForm > .form-row:has(#account_first_name) {
	grid-column: 1 !important;
	grid-row: 1 !important;
}

body.bc-account-endpoint-edit-account .woocommerce-EditAccountForm > .form-row:has(#account_last_name) {
	grid-column: 2 !important;
	grid-row: 1 !important;
}

body.bc-account-endpoint-edit-account .woocommerce-EditAccountForm > .form-row:has(#account_display_name) {
	grid-column: 1 !important;
	grid-row: 2 !important;
}

body.bc-account-endpoint-edit-account .woocommerce-EditAccountForm > .form-row:has(#account_email) {
	grid-column: 2 !important;
	grid-row: 2 !important;
}

body.bc-account-endpoint-edit-account .woocommerce-EditAccountForm > fieldset {
	grid-row: 3 !important;
}

body.bc-account-endpoint-edit-account .woocommerce-EditAccountForm > p:last-child {
	grid-row: 4 !important;
}

@media (max-width: 760px) {
	body.bc-account-endpoint-page .bc-account-woocommerce > .woocommerce {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	body.bc-account-endpoint-page .bc-account-woocommerce .woocommerce-MyAccount-content .bc-account-endpoint-header h2,
	body.bc-account-endpoint-edit-address .bc-account-woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title :is(h2, h3) {
		white-space: normal;
	}

	body.bc-account-endpoint-edit-address .bc-account-woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses > :first-child,
	body.bc-account-endpoint-edit-address .bc-account-woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses > :nth-child(2) {
		grid-column: 1 !important;
		grid-row: auto !important;
	}

	body.bc-account-endpoint-edit-account .woocommerce-EditAccountForm > .form-row:has(
		#account_first_name,
		#account_last_name,
		#account_display_name,
		#account_email
	),
	body.bc-account-endpoint-edit-account .woocommerce-EditAccountForm > fieldset,
	body.bc-account-endpoint-edit-account .woocommerce-EditAccountForm > p:last-child {
		grid-column: 1 !important;
		grid-row: auto !important;
	}
}

@media (max-width: 520px) {
	body.bc-account-endpoint-orders .bc-account-woocommerce .woocommerce-orders-table td {
		width: 100% !important;
		white-space: normal;
		text-align: left !important;
	}

	body.bc-account-endpoint-orders .bc-account-woocommerce .woocommerce-orders-table .woocommerce-orders-table__cell-order-item-count {
		text-align: left;
	}

	body.bc-account-endpoint-orders .bc-account-woocommerce .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .button {
		width: auto !important;
	}
}

/* Account address editor: one full-width form with ordered two-column rows. */
body.bc-account-endpoint-edit-address .bc-account-woocommerce .woocommerce-MyAccount-content form:has(.woocommerce-address-fields) {
	display: block !important;
	width: 100% !important;
	max-width: none !important;
	padding: clamp(1rem, 2vw, 1.4rem) !important;
}

body.bc-account-endpoint-edit-address .bc-account-woocommerce .woocommerce-MyAccount-content form:has(.woocommerce-address-fields) > h2 {
	display: none !important;
}

body.bc-account-endpoint-edit-address .bc-account-woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields {
	width: 100%;
	max-width: none;
}

body.bc-account-endpoint-edit-address .bc-account-woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 0.8rem 1rem !important;
	width: 100%;
	max-width: none;
}

body.bc-account-endpoint-edit-address .bc-account-woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper > .form-row {
	float: none !important;
	grid-column: auto !important;
	width: auto !important;
	margin: 0 !important;
}

body.bc-account-endpoint-edit-address .bc-account-woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper > .form-row-wide {
	grid-column: 1 / -1 !important;
}

body.bc-account-endpoint-edit-address .bc-account-woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper > .bc-account-address-hidden {
	display: none !important;
}

body.bc-account-endpoint-edit-address .bc-account-woocommerce :is(
	#bc_billing_province_field,
	#bc_shipping_province_field
) {
	display: none !important;
}

body.bc-account-endpoint-edit-address .bc-account-woocommerce :is(
	#billing_state_field,
	#shipping_state_field
) {
	grid-column: 1 !important;
}

body.bc-account-endpoint-edit-address .bc-account-woocommerce :is(
	#billing_city_field,
	#shipping_city_field
) {
	grid-column: 2 !important;
}

body.bc-account-endpoint-edit-address .bc-account-woocommerce :is(
	#billing_address_1_field,
	#shipping_address_1_field
) {
	grid-column: 1 !important;
	width: auto !important;
}

body.bc-account-endpoint-edit-address .bc-account-woocommerce :is(
	#billing_address_1_field,
	#shipping_address_1_field
) :is(input, select, textarea) {
	width: 100% !important;
	max-width: none !important;
}

body.bc-account-endpoint-edit-address .bc-account-woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields > p:last-child {
	margin: 1rem 0 0 !important;
}

body.bc-account-endpoint-edit-address .bc-account-woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields > p:last-child .button {
	min-width: 7rem;
}

@media (max-width: 680px) {
	body.bc-account-endpoint-edit-address .bc-account-woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	body.bc-account-endpoint-edit-address .bc-account-woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper > .form-row {
		grid-column: 1 !important;
	}

	body.bc-account-endpoint-edit-address .bc-account-woocommerce :is(
		#billing_city_field,
		#shipping_city_field,
		#billing_state_field,
		#shipping_state_field,
		#billing_address_1_field,
		#shipping_address_1_field
	) {
		grid-column: 1 !important;
	}
}

body.bc-account-endpoint-page.bc-account-endpoint-view-order .bc-account-woocommerce .woocommerce {
	min-height: 0 !important;
}

/* View order 0.3.57: four explicit columns and stable address grid. */
body.bc-account-endpoint-page.bc-account-endpoint-view-order .bc-view-order-details {
	overflow-x: auto;
}

body.bc-account-endpoint-page.bc-account-endpoint-view-order .bc-view-order-table {
	min-width: 620px;
	table-layout: fixed !important;
}

body.bc-account-endpoint-page.bc-account-endpoint-view-order .bc-view-order-table .bc-view-order-table__image {
	width: 86px !important;
	text-align: center !important;
}

body.bc-account-endpoint-page.bc-account-endpoint-view-order .bc-view-order-table .product-name {
	width: auto !important;
}

body.bc-account-endpoint-page.bc-account-endpoint-view-order .bc-view-order-table .bc-view-order-table__quantity {
	width: 100px !important;
	text-align: center !important;
}

body.bc-account-endpoint-page.bc-account-endpoint-view-order .bc-view-order-table .product-total {
	width: 26% !important;
	text-align: right !important;
}

body.bc-account-endpoint-page.bc-account-endpoint-view-order .bc-view-order-table .bc-view-order-product__image {
	width: 58px;
	height: 58px;
	margin: 0 auto;
}

body.bc-account-endpoint-page.bc-account-endpoint-view-order .bc-view-order-table .bc-view-order-product__content {
	display: block;
	font-size: 0.9rem;
	line-height: 1.35;
}

body.bc-account-endpoint-page.bc-account-endpoint-view-order .bc-view-order-table .wc-item-meta {
	margin: 0.3rem 0 0 !important;
}

body.bc-account-endpoint-page.bc-account-endpoint-view-order .bc-view-order-table tfoot th {
	text-align: right !important;
}

body.bc-account-endpoint-page.bc-account-endpoint-view-order .woocommerce-customer-details .woocommerce-columns--addresses {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 1rem !important;
}

body.bc-account-endpoint-page.bc-account-endpoint-view-order .woocommerce-customer-details .woocommerce-columns--addresses > p {
	display: none !important;
}

body.bc-account-endpoint-page.bc-account-endpoint-view-order .woocommerce-customer-details .woocommerce-columns--addresses::before,
body.bc-account-endpoint-page.bc-account-endpoint-view-order .woocommerce-customer-details .woocommerce-columns--addresses::after {
	display: none !important;
	content: none !important;
}

body.bc-account-endpoint-page.bc-account-endpoint-view-order .woocommerce-customer-details .woocommerce-column--billing-address {
	grid-column: 1 !important;
	grid-row: 1 !important;
}

body.bc-account-endpoint-page.bc-account-endpoint-view-order .woocommerce-customer-details .woocommerce-column--shipping-address {
	grid-column: 2 !important;
	grid-row: 1 !important;
}

body.bc-account-endpoint-page.bc-account-endpoint-view-order .bc-view-order-payment-layout {
	display: grid;
	grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.7fr);
	gap: 1rem;
	align-items: start;
	margin-top: 1.25rem;
}

body.bc-account-endpoint-page.bc-account-endpoint-view-order .bc-view-order-payment-layout .woocommerce-customer-details {
	min-width: 0;
	margin: 0;
}

body.bc-account-endpoint-page.bc-account-endpoint-view-order .bc-view-order-payment-layout .woocommerce-columns--addresses {
	grid-template-columns: minmax(0, 1fr) !important;
}

body.bc-account-endpoint-page.bc-account-endpoint-view-order .bc-view-order-payment-layout :is(
	.woocommerce-column--billing-address,
	.woocommerce-column--shipping-address
) {
	grid-column: 1 !important;
	grid-row: auto !important;
}

body.bc-account-endpoint-page.bc-account-endpoint-view-order .bc-view-order-payment-layout .bc-vietqr-payment {
	min-width: 0;
	height: auto;
	margin: 0;
}

.bc-form-account-note {
	display: block;
	grid-column: 1 / -1;
	margin: 0.3rem 0 0;
	color: #6f675d;
	font-size: 0.76rem;
	font-weight: 500;
	line-height: 1.4;
}

p.bc-form-account-note {
	padding: 0.65rem 0.75rem;
	border-left: 3px solid #d7aa57;
	border-radius: 0 7px 7px 0;
	background: rgb(215 170 87 / 10%);
}

@media (max-width: 680px) {
	body.bc-account-endpoint-page.bc-account-endpoint-view-order .bc-view-order-payment-layout {
		grid-template-columns: minmax(0, 1fr);
	}

	body.bc-account-endpoint-page.bc-account-endpoint-view-order .woocommerce-customer-details .woocommerce-columns--addresses {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	body.bc-account-endpoint-page.bc-account-endpoint-view-order .woocommerce-customer-details :is(
		.woocommerce-column--billing-address,
		.woocommerce-column--shipping-address
	) {
		grid-column: 1 !important;
		grid-row: auto !important;
	}
}
