/* Front page replacement section */
.home-process-section {
	background: #f6f8fb;
}

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

.process-grid article {
	min-height: 230px;
	padding: 26px;
	background: #fff;
	border: 1px solid #e3ebf5;
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(18, 49, 91, .08);
}

.process-grid span {
	display: inline-grid;
	place-items: center;
	width: 42px;
	height: 42px;
	margin-bottom: 18px;
	border-radius: 999px;
	background: #eef4ff;
	color: var(--osis-primary);
	font-size: 13px;
	font-weight: 900;
}

.process-grid h3 {
	margin: 0 0 10px;
	color: var(--osis-primary);
	font-size: 20px;
	line-height: 1.35;
}

.process-grid p {
	margin: 0;
	color: var(--osis-muted);
	font-size: 14px;
}

/* Clean footer */
.footer-grid--clean {
	grid-template-columns: 1.15fr .95fr .75fr 1fr;
}

.site-footer .footer-list li {
	display: block;
	padding: 0;
	border: 0;
	color: #d9e5f4;
}

.site-footer .footer-list strong {
	display: block;
	margin-bottom: 2px;
	color: #fff;
	font-size: 12px;
}

.site-footer .footer-list span {
	display: block;
	text-align: left;
	color: #b7c7dc;
}

.footer-service .footer-list li {
	position: relative;
	padding-left: 18px;
}

.footer-service .footer-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	width: 7px;
	height: 7px;
	border-radius: 999px;
	background: var(--osis-accent);
}

/* About page factory showcase */
.about-highlight {
	position: relative;
	overflow: hidden;
}

.about-highlight::after {
	content: "";
	position: absolute;
	right: -54px;
	bottom: -54px;
	width: 150px;
	height: 150px;
	border: 26px solid rgba(16, 63, 122, .08);
	border-radius: 999px;
}

.factory-gallery-section--polished {
	background: #fff;
}

.factory-showcase {
	display: grid;
	grid-template-columns: minmax(0, 1.25fr) minmax(340px, .75fr);
	gap: 22px;
	align-items: stretch;
}

.factory-showcase figure {
	position: relative;
	margin: 0;
	overflow: hidden;
	border-radius: 8px;
	background: #0a203d;
	box-shadow: 0 18px 42px rgba(18, 49, 91, .14);
}

.factory-showcase img {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 230px;
	object-fit: cover;
	transition: transform .25s ease;
}

.factory-showcase figure:hover img {
	transform: scale(1.03);
}

.factory-showcase figcaption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 18px;
	background: linear-gradient(180deg, transparent, rgba(5, 22, 48, .88));
	color: #fff;
}

.factory-showcase figcaption strong,
.factory-showcase figcaption span {
	display: block;
}

.factory-showcase figcaption span {
	margin-top: 3px;
	color: rgba(255, 255, 255, .78);
	font-size: 13px;
}

.factory-showcase__lead img {
	min-height: 560px;
}

.factory-showcase__side {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.factory-showcase__side figcaption {
	padding: 14px;
	font-weight: 800;
}

/* Shop archive polish */
.shop-catalog-section {
	background: #f6f8fb;
	padding-top: 64px;
}

.shop-catalog .woocommerce-products-header,
.shop-catalog .woocommerce-products-header__title,
.shop-catalog .page-title {
	display: none;
}

.shop-catalog .woocommerce-notices-wrapper {
	margin-bottom: 18px;
}

.shop-catalog .woocommerce-result-count {
	float: left;
	margin: 0 0 28px;
}

.shop-catalog .woocommerce-ordering {
	float: right;
	margin: 0 0 28px;
}

.shop-catalog .woocommerce-result-count {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 0 14px;
	border: 1px solid #dfe7f1;
	border-radius: 8px;
	background: #fff;
	color: var(--osis-muted);
	font-size: 13px;
	font-weight: 700;
}

.shop-catalog .woocommerce-ordering select {
	min-width: 230px;
	min-height: 42px;
	padding: 0 42px 0 14px;
	border: 1px solid #cbd7e6;
	border-radius: 8px;
	background: #fff;
	color: #243149;
	font: inherit;
	font-size: 13px;
	font-weight: 800;
	box-shadow: 0 8px 22px rgba(18, 49, 91, .06);
}

.shop-catalog ul.products {
	clear: both;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 26px;
	margin: 0;
}

.shop-catalog ul.products::before,
.shop-catalog ul.products::after {
	display: none;
}

.woocommerce-page .shop-catalog ul.products li.product,
.woocommerce .shop-catalog ul.products li.product {
	float: none;
	width: auto;
	margin: 0;
	padding: 16px !important;
	display: flex;
	flex-direction: column;
	min-height: 430px;
	border-radius: 8px;
	background: #fff;
	border: 1px solid #dfe7f1;
	box-shadow: 0 16px 38px rgba(18, 49, 91, .08);
}

.shop-catalog ul.products li.product a img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	margin: 0 0 18px;
	padding: 16px;
	background: #fff;
	border-radius: 8px;
	border: 1px solid #edf1f5;
}

.shop-catalog ul.products li.product .woocommerce-loop-product__title {
	min-height: 48px;
	margin: 0 0 8px;
	padding: 0;
	color: var(--osis-primary);
	font-size: 16px;
	line-height: 1.45;
	font-weight: 900;
}

.osis-loop-excerpt {
	min-height: 44px;
	margin: 0 0 16px;
	color: var(--osis-muted);
	font-size: 13px;
	line-height: 1.55;
}

.shop-catalog ul.products li.product .price {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	margin: auto 10px 0 0;
	color: var(--osis-secondary);
	font-size: 15px;
	font-weight: 900;
}

.shop-catalog ul.products li.product .button {
	display: inline-flex;
	width: auto;
	min-height: 40px;
	margin: auto 0 0;
	padding: 9px 14px;
	border-radius: 8px;
	font-size: 13px;
}

.shop-catalog ul.products li.product .price + .button,
.shop-catalog ul.products li.product .added_to_cart {
	vertical-align: bottom;
}

.shop-catalog ul.products li.product .added_to_cart {
	margin-left: 8px;
	font-size: 12px;
	font-weight: 800;
}

.shop-catalog ul.products li.osis-shop-card {
	padding: 0 !important;
	overflow: hidden;
}

.osis-shop-card__image {
	display: grid;
	place-items: center;
	padding: 16px;
	background: #fff;
	border-bottom: 1px solid #edf1f5;
}

.osis-shop-card__image img,
.shop-catalog ul.products li.osis-shop-card .osis-shop-card__image img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	margin: 0;
	padding: 0;
	border: 0;
	background: #fff;
}

.osis-shop-card__image span {
	display: grid;
	place-items: center;
	width: 100%;
	aspect-ratio: 1 / 1;
	color: var(--osis-primary);
	font-family: Georgia, serif;
	font-size: 40px;
	font-weight: 800;
	letter-spacing: 5px;
}

.osis-shop-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 18px;
}

.osis-shop-card__category {
	margin: 0 0 7px;
	color: var(--osis-secondary);
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.osis-shop-card__body .woocommerce-loop-product__title {
	min-height: 48px;
	margin: 0 0 8px;
	padding: 0;
}

.osis-shop-card__body .woocommerce-loop-product__title a {
	color: var(--osis-primary);
}

.osis-shop-card__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-top: auto;
	padding-top: 14px;
	border-top: 1px solid #edf1f5;
}

.shop-catalog ul.products li.product .osis-shop-card__footer .price,
.osis-shop-card__footer .price {
	margin: 0;
	min-height: auto;
}

.shop-catalog ul.products li.product .osis-shop-card__footer .button,
.osis-shop-card__footer .button {
	margin: 0;
	flex: 0 0 auto;
}

.shop-catalog .woocommerce-pagination,
.woocommerce nav.woocommerce-pagination {
	clear: both;
	margin: 42px 0 0;
	text-align: center;
}

.shop-catalog .woocommerce-pagination ul.page-numbers,
.woocommerce nav.woocommerce-pagination ul {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0;
	padding: 8px;
	border: 1px solid #dfe7f1;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(18, 49, 91, .08);
}

.shop-catalog .woocommerce-pagination ul.page-numbers li,
.woocommerce nav.woocommerce-pagination ul li {
	margin: 0;
	border: 0;
	overflow: visible;
}

.shop-catalog .woocommerce-pagination .page-numbers,
.woocommerce nav.woocommerce-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 42px;
	height: 42px;
	padding: 0 12px;
	border: 1px solid transparent;
	border-radius: 8px;
	background: transparent;
	color: var(--osis-primary);
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
	transition: background .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}

.shop-catalog .woocommerce-pagination a.page-numbers:hover,
.woocommerce nav.woocommerce-pagination a.page-numbers:hover {
	transform: translateY(-1px);
	border-color: #c9d8ea;
	background: #eef5ff;
	color: var(--osis-primary);
}

.shop-catalog .woocommerce-pagination .page-numbers.current,
.woocommerce nav.woocommerce-pagination .page-numbers.current {
	border-color: var(--osis-primary);
	background: var(--osis-primary);
	color: #fff;
	box-shadow: 0 10px 22px rgba(16, 63, 122, .2);
}

.shop-catalog .woocommerce-pagination .next,
.shop-catalog .woocommerce-pagination .prev,
.woocommerce nav.woocommerce-pagination .next,
.woocommerce nav.woocommerce-pagination .prev {
	min-width: 48px;
	background: #f8fbff;
}

/* Cart and checkout polish */
.woo-page .woocommerce-cart-form,
.woo-page .cart-collaterals {
	margin-top: 0;
}

.woocommerce table.shop_table {
	border-collapse: separate;
	border-spacing: 0;
	border-color: #dfe7f1;
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(18, 49, 91, .07);
}

.woocommerce table.shop_table th {
	padding: 15px 18px;
	background: #f8fbff;
	color: #243149;
	font-weight: 900;
}

.woocommerce table.shop_table td {
	padding: 16px 18px;
	vertical-align: middle;
}

.woocommerce .quantity .qty {
	width: 72px;
	min-height: 42px;
	padding: 8px 10px;
	border: 1px solid #cbd7e6;
	border-radius: 8px;
	background: #fff;
	text-align: center;
	font-weight: 900;
}

.woocommerce-cart table.cart td.actions {
	padding: 18px;
	background: #fbfdff;
}

.woocommerce-cart table.cart td.actions .coupon {
	display: flex;
	gap: 10px;
	align-items: center;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	min-width: 190px;
	min-height: 44px;
	padding: 10px 12px;
	border: 1px solid #cbd7e6;
	border-radius: 8px;
	font-size: 14px;
}

.woocommerce-cart .cart-collaterals .cart_totals {
	padding: 26px;
	border-radius: 8px;
	box-shadow: 0 14px 34px rgba(18, 49, 91, .07);
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
	margin: 0 0 18px;
	color: var(--osis-primary);
	font-size: 26px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
	width: 100%;
	min-height: 58px;
	border-radius: 8px;
	background: var(--osis-primary);
	font-size: 18px;
}

/* Coffee beans table */
.coffee-beans-section {
	background: #f6f8fb;
}

.coffee-toolbar {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 28px;
	margin-bottom: 24px;
}

.coffee-toolbar h2 {
	margin: 0;
	color: var(--osis-primary);
	font-size: 34px;
	line-height: 1.25;
}

.coffee-toolbar p:not(.eyebrow) {
	max-width: 520px;
	margin: 0;
	color: var(--osis-muted);
	line-height: 1.7;
}

.coffee-table-wrap {
	overflow: hidden;
	border: 1px solid #dfe7f1;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 16px 42px rgba(18, 49, 91, .08);
}

.coffee-beans-table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.coffee-beans-table th,
.coffee-beans-table td {
	padding: 14px 16px;
	border-bottom: 1px solid #e8edf4;
	vertical-align: middle;
}

.coffee-beans-table tr:last-child td {
	border-bottom: 0;
}

.coffee-grade-row th {
	background: #0a203d;
	color: #fff;
	text-align: left;
	font-size: 15px;
	font-weight: 900;
	letter-spacing: .7px;
	text-transform: uppercase;
}

.coffee-note-row td {
	background: #fff7e7;
	color: #7a4d00;
	font-weight: 900;
}

.coffee-beans-table tr:nth-child(even):not(.coffee-grade-row):not(.coffee-note-row):not(.coffee-desc-row) {
	background: #f8fbff;
}

.coffee-no {
	width: 76px;
	text-align: center;
	color: var(--osis-primary);
	font-weight: 900;
}

.coffee-name {
	color: #243149;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.45;
}

.coffee-action {
	width: 160px;
	text-align: right;
}

.coffee-action a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 8px 14px;
	border-radius: 8px;
	background: var(--osis-primary);
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
	white-space: nowrap;
}

.coffee-action a:hover {
	background: #0a2f5d;
	color: #fff;
}

.coffee-desc-row td {
	background: #fbfdff;
	color: var(--osis-muted);
	font-size: 13px;
	line-height: 1.65;
}

/* Coffee table redesign */
.coffee-beans-section {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, .65), rgba(246, 248, 251, .95)),
		#f6f8fb;
}

.coffee-beans-section .container {
	width: min(calc(100% - 40px), 1120px);
}

.coffee-toolbar {
	align-items: center;
	margin-bottom: 30px;
	padding: 28px 30px;
	border: 1px solid #dfe7f1;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 16px 42px rgba(18, 49, 91, .08);
}

.coffee-toolbar h2 {
	font-size: 38px;
}

.coffee-toolbar p:not(.eyebrow) {
	max-width: 470px;
	padding-left: 22px;
	border-left: 4px solid var(--osis-accent);
}

.coffee-grade-stack {
	display: grid;
	gap: 28px;
}

.coffee-grade-card {
	overflow: hidden;
	border: 1px solid #dbe5f0;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(18, 49, 91, .09);
}

.coffee-grade-card__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 22px 26px;
	background: linear-gradient(135deg, #0a203d, #103f7a);
	color: #fff;
}

.coffee-grade-card__header .eyebrow {
	margin-bottom: 4px;
	color: #f2b84b;
}

.coffee-grade-card__header h3 {
	margin: 0;
	color: #fff;
	font-size: 24px;
	line-height: 1.25;
}

.coffee-grade-card__header > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 96px;
	min-height: 38px;
	padding: 8px 14px;
	border: 1px solid rgba(255, 255, 255, .24);
	border-radius: 999px;
	background: rgba(255, 255, 255, .1);
	color: #fff;
	font-size: 13px;
	font-weight: 900;
	white-space: nowrap;
}

.coffee-price-note {
	padding: 12px 26px;
	background: #fff7e7;
	color: #7a4d00;
	font-size: 14px;
	font-weight: 900;
}

.coffee-grade-card .coffee-table-wrap {
	overflow: hidden;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.coffee-grade-card .coffee-beans-table {
	border-collapse: collapse;
	table-layout: fixed;
}

.coffee-grade-card .coffee-beans-table tr {
	background: #fff;
	transition: background .15s ease;
}

.coffee-grade-card .coffee-beans-table tr:nth-child(even) {
	background: #f8fbff;
}

.coffee-grade-card .coffee-beans-table tr:hover {
	background: #eef5ff;
}

.coffee-grade-card .coffee-beans-table td {
	padding: 15px 22px;
	border-bottom: 1px solid #e8edf4;
}

.coffee-grade-card .coffee-beans-table tr:last-child td {
	border-bottom: 0;
}

.coffee-grade-card .coffee-no {
	width: 76px;
	color: var(--osis-secondary);
	font-size: 14px;
}

.tea-leaf-photo {
	width: 86px;
}

.tea-leaf-photo a,
.tea-leaf-photo span {
	display: grid;
	place-items: center;
	width: 54px;
	height: 54px;
	border: 1px solid #dfe7f1;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 8px 18px rgba(18, 49, 91, .06);
	overflow: hidden;
}

.tea-leaf-photo a {
	cursor: zoom-in;
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.tea-leaf-photo a:hover {
	transform: translateY(-1px);
	border-color: var(--osis-primary);
	box-shadow: 0 12px 24px rgba(16, 63, 122, .14);
}

.tea-leaf-photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tea-leaf-photo span {
	color: #9aa8bb;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .7px;
}

.coffee-grade-card .coffee-name strong {
	display: block;
	color: #1d2a3d;
	font-size: 15px;
	line-height: 1.45;
}

.coffee-desc {
	margin-top: 5px;
	color: var(--osis-muted);
	font-size: 13px;
	line-height: 1.6;
}

.coffee-desc p {
	margin: 0 0 6px;
}

.coffee-grade-card .coffee-action {
	width: 170px;
}

.coffee-grade-card .coffee-action a {
	min-height: 36px;
	padding: 8px 15px;
	border: 1px solid #c9d8ea;
	background: #fff;
	color: var(--osis-primary);
	box-shadow: 0 8px 18px rgba(18, 49, 91, .06);
}

.coffee-grade-card .coffee-action a:hover {
	border-color: var(--osis-primary);
	background: var(--osis-primary);
	color: #fff;
	box-shadow: 0 12px 24px rgba(16, 63, 122, .18);
}

.osis-lightbox {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 28px;
	background: rgba(4, 15, 31, .82);
}

.osis-lightbox.is-open {
	display: flex;
}

.osis-lightbox figure {
	position: relative;
	max-width: min(92vw, 980px);
	max-height: 88vh;
	margin: 0;
}

.osis-lightbox img {
	display: block;
	max-width: 100%;
	max-height: 80vh;
	object-fit: contain;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 28px 70px rgba(0, 0, 0, .34);
}

.osis-lightbox figcaption {
	margin-top: 12px;
	color: #fff;
	text-align: center;
	font-size: 15px;
	font-weight: 800;
}

.osis-lightbox__close {
	position: fixed;
	top: 18px;
	right: 18px;
	display: inline-grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(255, 255, 255, .3);
	border-radius: 8px;
	background: rgba(255, 255, 255, .12);
	color: #fff;
	font-size: 32px;
	line-height: 1;
	cursor: pointer;
}

.osis-lightbox__close:hover,
.osis-lightbox__close:focus {
	background: #fff;
	color: var(--osis-primary);
}

/* Matcha page */
.matcha-showcase-section {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(8, 28, 20, .96), rgba(10, 32, 61, .97) 58%, rgba(16, 63, 122, .94)),
		#0a203d;
	color: #fff;
}

.matcha-showcase-section::before {
	content: "MATCHA";
	position: absolute;
	right: max(24px, calc((100vw - 1180px) / 2));
	top: 34px;
	color: rgba(255, 255, 255, .045);
	font-size: clamp(86px, 12vw, 176px);
	font-weight: 900;
	line-height: .8;
}

.matcha-showcase {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.04fr) minmax(360px, .78fr);
	gap: 46px;
	align-items: center;
}

.matcha-showcase__copy h2,
.matcha-section-head h2 {
	margin: 0 0 16px;
	color: var(--osis-primary);
	font-size: clamp(32px, 3.4vw, 48px);
	line-height: 1.18;
}

.matcha-showcase__copy h2 {
	max-width: 760px;
	color: #fff;
	font-size: clamp(38px, 4.4vw, 62px);
}

.matcha-showcase__copy p:not(.eyebrow),
.matcha-section-head p {
	margin: 0 0 16px;
	color: var(--osis-muted);
	line-height: 1.8;
}

.matcha-showcase__copy p:not(.eyebrow) {
	max-width: 720px;
	color: rgba(255, 255, 255, .8);
	font-size: 16px;
}

.matcha-showcase__copy .eyebrow {
	color: #bde4aa;
}

.matcha-highlight-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin: 28px 0 0;
}

.matcha-highlight-list div {
	padding: 16px;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 8px;
	background: rgba(255, 255, 255, .08);
}

.matcha-highlight-list strong,
.matcha-highlight-list span {
	display: block;
}

.matcha-highlight-list strong {
	color: #f2b84b;
	font-size: 24px;
	font-weight: 900;
	line-height: 1.1;
}

.matcha-highlight-list span {
	margin-top: 5px;
	color: rgba(255, 255, 255, .72);
	font-size: 12px;
	line-height: 1.55;
}

.matcha-showcase__visual {
	display: grid;
	gap: 14px;
}

.matcha-badge-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 0;
}

.matcha-badge-row span {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 8px 13px;
	border: 1px solid #cddfcf;
	border-radius: 999px;
	background: #f4fbf3;
	color: #286236;
	font-size: 12px;
	font-weight: 900;
}

.matcha-showcase__visual .matcha-badge-row span {
	border-color: rgba(255, 255, 255, .2);
	background: rgba(255, 255, 255, .1);
	color: #fff;
}

.matcha-source-note {
	max-width: 720px;
	margin-top: 18px !important;
	padding: 13px 15px;
	border: 1px solid rgba(242, 184, 75, .42);
	border-radius: 8px;
	background: rgba(242, 184, 75, .1);
	color: rgba(255, 255, 255, .78) !important;
	font-size: 13px;
	line-height: 1.65 !important;
}

.matcha-product-panel {
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 28px 70px rgba(0, 0, 0, .26);
}

.matcha-product-panel img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: contain;
	padding: 30px;
	background:
		linear-gradient(135deg, rgba(242, 184, 75, .14), rgba(91, 144, 70, .16)),
		#f9fbf7;
}

.matcha-product-panel figcaption {
	padding: 20px 22px 22px;
	border-top: 1px solid #edf1f5;
}

.matcha-product-panel strong,
.matcha-product-panel span {
	display: block;
}

.matcha-product-panel strong {
	color: var(--osis-primary);
	font-size: 20px;
	font-weight: 900;
}

.matcha-product-panel span {
	margin-top: 5px;
	color: var(--osis-muted);
	font-size: 13px;
	line-height: 1.65;
}

.matcha-process-section {
	background: #f6f8fb;
}

.matcha-process-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border: 1px solid #d9e4dd;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(18, 49, 91, .08);
	overflow: hidden;
}

.matcha-process-grid article {
	position: relative;
	min-height: 230px;
	padding: 32px 24px 28px;
	transition: background .18s ease, transform .18s ease;
}

.matcha-process-grid article:hover {
	background: #fbfdf8;
	transform: translateY(-2px);
}

.matcha-process-grid article + article {
	border-left: 1px solid #e3ebf5;
}

.matcha-process-grid article::before {
	content: "";
	position: absolute;
	left: 24px;
	right: 24px;
	top: 0;
	height: 4px;
	background: #5b9046;
}

.matcha-process-grid span {
	display: block;
	margin-bottom: 36px;
	color: rgba(16, 63, 122, .18);
	font-size: 50px;
	font-weight: 900;
	line-height: .9;
}

.matcha-process-grid h3 {
	margin: 0 0 10px;
	color: var(--osis-primary);
	font-size: 20px;
	line-height: 1.35;
}

.matcha-process-grid p {
	margin: 0;
	color: var(--osis-muted);
	font-size: 14px;
	line-height: 1.7;
}

.matcha-grades-section {
	background: #fff;
}

.matcha-section-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 32px;
	margin-bottom: 30px;
}

.matcha-section-head h2 {
	margin-bottom: 0;
}

.matcha-section-head p {
	max-width: 510px;
	margin-bottom: 0;
	padding-left: 20px;
	border-left: 4px solid #5b9046;
}

.matcha-grade-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.matcha-grade-card {
	position: relative;
	min-height: 238px;
	padding: 22px 22px 26px;
	border: 1px solid #dbe6df;
	border-radius: 8px;
	background:
		linear-gradient(180deg, rgba(246, 250, 243, .92), #fff 54%),
		#fff;
	box-shadow: 0 16px 38px rgba(18, 49, 91, .08);
	overflow: hidden;
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.matcha-grade-card:hover {
	transform: translateY(-3px);
	border-color: #b8cfaa;
	box-shadow: 0 24px 56px rgba(18, 49, 91, .12);
}

.matcha-grade-card::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 4px;
	background: linear-gradient(90deg, #5b9046, var(--osis-accent));
}

.matcha-grade-card__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 16px;
}

.matcha-grade-card__top span {
	color: var(--osis-secondary);
	font-size: 14px;
	font-weight: 900;
	letter-spacing: .8px;
	text-transform: uppercase;
}

.matcha-grade-card__top i {
	display: block;
	width: 38px;
	height: 38px;
	border: 4px solid #fff;
	border-radius: 999px;
	box-shadow: 0 8px 20px rgba(18, 49, 91, .16);
}

.matcha-grade-card > small {
	display: inline-flex;
	margin-bottom: 18px;
	padding: 5px 9px;
	border-radius: 999px;
	background: #eef6eb;
	color: #4d7e42;
	font-size: 12px;
	font-weight: 900;
}

.matcha-grade-card h3 {
	margin: 0 0 10px;
	color: var(--osis-primary);
	font-size: 19px;
	line-height: 1.35;
}

.matcha-grade-card p {
	margin: 0;
	color: var(--osis-muted);
	font-size: 14px;
	line-height: 1.65;
}

.matcha-cta-band {
	padding: 56px 0;
	background: linear-gradient(135deg, #0a203d, #103f7a);
	color: #fff;
}

.matcha-cta-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
}

.matcha-cta-inner h2 {
	margin: 0 0 8px;
	color: #fff;
	font-size: clamp(28px, 3vw, 42px);
	line-height: 1.2;
}

.matcha-cta-inner p:not(.eyebrow) {
	margin: 0;
	color: rgba(255, 255, 255, .78);
}

.matcha-cta-inner .eyebrow {
	color: #bde4aa;
}

/* OEM / ODM page */
.oem-intro-section {
	background: #fff;
}

.oem-cta-row {
	margin-top: 26px;
}

.oem-service-panel {
	position: relative;
	overflow: hidden;
}

.oem-service-panel::before {
	content: "OEM";
	position: absolute;
	right: 20px;
	bottom: -18px;
	color: rgba(16, 63, 122, .06);
	font-size: 112px;
	font-weight: 900;
	line-height: 1;
}

.oem-service-panel > * {
	position: relative;
	z-index: 1;
}

.oem-process-section {
	background: #f6f8fb;
}

.oem-process-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.oem-process-grid article {
	min-height: 250px;
	padding: 26px;
	border: 1px solid #dfe7f1;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(18, 49, 91, .08);
}

.oem-process-grid span {
	display: inline-grid;
	place-items: center;
	width: 44px;
	height: 44px;
	margin-bottom: 18px;
	border-radius: 999px;
	background: #eef4ff;
	color: var(--osis-primary);
	font-size: 13px;
	font-weight: 900;
}

.oem-process-grid h3 {
	margin: 0 0 10px;
	color: var(--osis-primary);
	font-size: 20px;
	line-height: 1.35;
}

.oem-process-grid p {
	margin: 0;
	color: var(--osis-muted);
	font-size: 14px;
	line-height: 1.7;
}

.oem-packaging-section {
	background: #fff;
}

.oem-packaging-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 22px;
}

.oem-packaging-grid figure {
	margin: 0;
	overflow: hidden;
	border: 1px solid #dfe7f1;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 16px 42px rgba(18, 49, 91, .09);
}

.oem-packaging-grid img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: contain;
	padding: 18px;
	background: #f7f9fc;
}

.oem-packaging-grid figcaption {
	padding: 18px 20px 20px;
	border-top: 1px solid #edf1f5;
}

.oem-packaging-grid figcaption strong,
.oem-packaging-grid figcaption span {
	display: block;
}

.oem-packaging-grid figcaption strong {
	color: var(--osis-primary);
	font-size: 18px;
	font-weight: 900;
}

.oem-packaging-grid figcaption span {
	margin-top: 4px;
	color: var(--osis-muted);
	font-size: 13px;
	line-height: 1.6;
}

.oem-intro-section .split-grid {
	grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
	gap: 34px;
}

.oem-intro-section .content-area {
	padding: 8px 0;
}

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

.oem-service-panel {
	padding: 0;
	border: 0;
	background: #fff;
	box-shadow: 0 20px 54px rgba(18, 49, 91, .14);
}

.oem-service-panel::before {
	display: none;
}

.oem-service-panel__image {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: contain;
	padding: 16px;
	border-radius: 8px 8px 0 0;
	background: #f7f9fc;
}

.oem-service-panel > .eyebrow,
.oem-service-panel > h2,
.oem-service-panel > p,
.oem-service-panel > .check-list {
	margin-left: 28px;
	margin-right: 28px;
}

.oem-service-panel > .eyebrow {
	margin-top: 24px;
}

.oem-service-panel > .check-list {
	margin-bottom: 28px;
}

.oem-process-section {
	position: relative;
	overflow: hidden;
	background: linear-gradient(180deg, #f6f8fb 0%, #eef4fb 100%);
}

.oem-process-section .section-title {
	text-align: left;
	margin-left: 0;
	margin-right: 0;
}

.oem-process-grid {
	position: relative;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	border: 1px solid #dce6f1;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(18, 49, 91, .1);
}

.oem-process-grid article {
	position: relative;
	min-height: 280px;
	padding: 30px 24px 28px;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	transition: background .2s ease, transform .2s ease;
}

.oem-process-grid article + article {
	border-left: 1px solid #e3ebf5;
}

.oem-process-grid article::before {
	content: "";
	position: absolute;
	left: 24px;
	right: 24px;
	top: 0;
	height: 4px;
	border-radius: 0 0 999px 999px;
	background: var(--osis-secondary);
}

.oem-process-grid article:hover {
	background: #fbfdff;
	transform: translateY(-2px);
}

.oem-process-grid span {
	display: block;
	width: auto;
	height: auto;
	margin: 0 0 44px;
	border-radius: 0;
	background: transparent;
	color: rgba(16, 63, 122, .16);
	font-size: 54px;
	font-weight: 900;
	line-height: .9;
}

.oem-process-grid h3 {
	margin-bottom: 12px;
	font-size: 21px;
}

.oem-process-grid p {
	font-size: 14px;
}

.oem-packaging-grid figure {
	transition: transform .2s ease, box-shadow .2s ease;
}

.oem-packaging-grid figure:hover {
	transform: translateY(-3px);
	box-shadow: 0 22px 58px rgba(18, 49, 91, .13);
}

@media (max-width: 1040px) {
	.process-grid,
	.shop-catalog ul.products,
	.oem-process-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.oem-intro-section .split-grid {
		grid-template-columns: 1fr;
	}

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

	.matcha-showcase,
	.matcha-section-head {
		grid-template-columns: 1fr;
	}

	.matcha-process-grid,
	.matcha-grade-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.matcha-process-grid article:nth-child(3) {
		border-left: 0;
		border-top: 1px solid #e3ebf5;
	}

	.matcha-process-grid article:nth-child(4) {
		border-top: 1px solid #e3ebf5;
	}

	.oem-process-grid article:nth-child(3) {
		border-left: 0;
		border-top: 1px solid #e3ebf5;
	}

	.oem-process-grid article:nth-child(4) {
		border-top: 1px solid #e3ebf5;
	}

	.factory-showcase {
		grid-template-columns: 1fr;
	}

	.factory-showcase__lead img {
		min-height: 420px;
	}
}

@media (max-width: 780px) {
	.process-grid,
	.shop-catalog ul.products,
	.footer-grid--clean,
	.oem-process-grid,
	.oem-packaging-grid {
		grid-template-columns: 1fr 1fr;
	}

	.oem-intro-section .split-grid {
		grid-template-columns: 1fr;
	}

	.matcha-section-head {
		display: block;
	}

	.matcha-section-head p {
		max-width: none;
		margin-top: 12px;
		padding-left: 16px;
	}

	.coffee-toolbar {
		display: block;
		padding: 24px;
	}

	.coffee-toolbar p:not(.eyebrow) {
		max-width: none;
		margin-top: 12px;
		padding-left: 16px;
	}

	.coffee-table-wrap {
		overflow-x: auto;
	}

	.coffee-beans-table {
		min-width: 720px;
	}

	.shop-catalog .woocommerce-ordering {
		margin: 12px 0 24px;
		width: 100%;
	}

	.shop-catalog .woocommerce-ordering select {
		width: 100%;
	}

	.woocommerce-cart table.cart td.actions .coupon {
		display: grid;
		grid-template-columns: 1fr;
		margin-bottom: 12px;
	}

	.woocommerce-cart table.cart td.actions .coupon .input-text {
		width: 100%;
	}
}

@media (max-width: 560px) {
	.process-grid,
	.shop-catalog ul.products,
	.footer-grid--clean,
	.factory-showcase__side,
	.oem-process-grid,
	.oem-packaging-grid {
		grid-template-columns: 1fr;
	}

	.oem-process-grid article,
	.oem-process-grid article + article,
	.oem-process-grid article:nth-child(3),
	.oem-process-grid article:nth-child(4) {
		border-left: 0;
		border-top: 1px solid #e3ebf5;
	}

	.oem-process-grid article:first-child {
		border-top: 0;
	}

	.oem-service-panel > .eyebrow,
	.oem-service-panel > h2,
	.oem-service-panel > p,
	.oem-service-panel > .check-list {
		margin-left: 22px;
		margin-right: 22px;
	}

	.factory-showcase__lead img,
	.factory-showcase img {
		min-height: 260px;
	}

	.coffee-toolbar h2 {
		font-size: 28px;
	}

	.coffee-grade-card__header {
		display: block;
		padding: 20px;
	}

	.coffee-grade-card__header > span {
		margin-top: 12px;
	}

	.coffee-grade-card .coffee-beans-table {
		min-width: 0;
	}

	.coffee-grade-card .coffee-beans-table,
	.coffee-grade-card .coffee-beans-table tbody,
	.coffee-grade-card .coffee-beans-table tr,
	.coffee-grade-card .coffee-beans-table td {
		display: block;
		width: 100%;
	}

	.coffee-grade-card .coffee-beans-table tr {
		padding: 16px 18px;
		border-bottom: 1px solid #e8edf4;
	}

	.coffee-grade-card .coffee-beans-table tr:last-child {
		border-bottom: 0;
	}

	.coffee-grade-card .coffee-beans-table td {
		padding: 0;
		border-bottom: 0;
	}

	.coffee-grade-card .coffee-no {
		width: auto;
		margin-bottom: 7px;
		text-align: left;
	}

	.coffee-grade-card .coffee-no::before {
		content: "#";
	}

	.coffee-grade-card .coffee-action {
		width: auto;
		margin-top: 12px;
		text-align: left;
	}

	.tea-leaf-photo {
		width: auto;
		margin: 0 0 12px;
	}

	.osis-lightbox {
		padding: 18px;
	}

	.osis-lightbox__close {
		top: 12px;
		right: 12px;
	}

	.matcha-showcase,
	.matcha-process-grid,
	.matcha-grade-grid {
		grid-template-columns: 1fr;
	}

	.matcha-highlight-list {
		grid-template-columns: 1fr;
	}

	.matcha-showcase-section::before {
		top: 18px;
		font-size: 72px;
	}

	.matcha-showcase__copy h2 {
		font-size: 34px;
	}

	.matcha-process-grid article,
	.matcha-process-grid article + article,
	.matcha-process-grid article:nth-child(3),
	.matcha-process-grid article:nth-child(4) {
		border-left: 0;
		border-top: 1px solid #e3ebf5;
	}

	.matcha-process-grid article:first-child {
		border-top: 0;
	}

	.matcha-cta-inner {
		align-items: flex-start;
		flex-direction: column;
	}
}

/* Tea catalog page */
.tea-catalog-intro {
	background: #fff;
}

.tea-catalog-intro__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr);
	gap: 44px;
	align-items: start;
}

.tea-catalog-intro__copy h2 {
	margin: 0 0 16px;
	color: var(--osis-primary);
	font-size: clamp(32px, 3.6vw, 52px);
	line-height: 1.18;
}

.tea-catalog-intro__copy > p:not(.eyebrow),
.tea-catalog-intro__content {
	max-width: 760px;
	color: var(--osis-muted);
}

.tea-catalog-intro__actions {
	margin-top: 26px;
}

.tea-catalog-intro__stats {
	display: grid;
	gap: 14px;
}

.tea-catalog-intro__stats div {
	padding: 22px 24px;
	border: 1px solid #dfe7f1;
	border-radius: 8px;
	background: linear-gradient(135deg, #f8fbff, #fff);
	box-shadow: 0 14px 34px rgba(18, 49, 91, .08);
}

.tea-catalog-intro__stats strong,
.tea-catalog-intro__stats span {
	display: block;
}

.tea-catalog-intro__stats strong {
	color: var(--osis-secondary);
	font-size: 28px;
	font-weight: 900;
	line-height: 1.15;
}

.tea-catalog-intro__stats span {
	margin-top: 6px;
	color: #324057;
	font-weight: 800;
	line-height: 1.55;
}

.tea-catalog-gallery-section {
	background:
		linear-gradient(180deg, rgba(246, 248, 251, .65), rgba(238, 244, 251, .95)),
		#eef4fb;
}

.tea-catalog-gallery {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.tea-catalog-card {
	overflow: hidden;
	border: 1px solid #dbe5f0;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(18, 49, 91, .09);
}

.tea-catalog-card__image {
	display: block;
	overflow: hidden;
	background: #f7f9fc;
}

.tea-catalog-card__image img {
	display: block;
	width: 100%;
	height: clamp(360px, 52vw, 620px);
	object-fit: contain;
	object-position: top center;
	padding: 14px;
	background: #fff;
	transition: transform .2s ease;
}

.tea-catalog-card__image:hover img {
	transform: scale(1.01);
}

.tea-catalog-card__body {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	gap: 16px;
	padding: 22px 24px 24px;
	border-top: 1px solid #edf1f5;
}

.tea-catalog-card__body > span {
	display: inline-grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 999px;
	background: #edf4ff;
	color: var(--osis-primary);
	font-size: 13px;
	font-weight: 900;
}

.tea-catalog-card__body h3 {
	margin: 0 0 8px;
	color: var(--osis-primary);
	font-size: 22px;
	line-height: 1.3;
}

.tea-catalog-card__body p:not(.eyebrow) {
	margin: 0;
	color: var(--osis-muted);
	font-size: 14px;
	line-height: 1.7;
}

.tea-catalog-cta {
	padding: 58px 0;
	background: linear-gradient(135deg, #0a203d, #103f7a);
	color: #fff;
}

.tea-catalog-cta__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 34px;
}

.tea-catalog-cta h2 {
	margin: 0 0 8px;
	color: #fff;
	font-size: clamp(28px, 3vw, 44px);
	line-height: 1.2;
}

.tea-catalog-cta p {
	margin: 0;
	color: rgba(255, 255, 255, .82);
}

.tea-catalog-cta .eyebrow {
	color: #f2b84b;
}

@media (max-width: 1040px) {
	.tea-catalog-intro__grid,
	.tea-catalog-gallery {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 780px) {
	.tea-catalog-card__image img {
		height: auto;
		max-height: none;
	}

	.tea-catalog-card__body {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.tea-catalog-cta__inner {
		align-items: flex-start;
		flex-direction: column;
	}
}

/* Tea page from catalogue text */
.tea-page-intro {
	background: #fff;
}

.tea-page-intro__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(300px, .7fr);
	gap: 42px;
	align-items: start;
}

.tea-page-intro__copy h2,
.tea-products-layout h2,
.tea-price-layout h2 {
	margin: 0 0 16px;
	color: var(--osis-primary);
	font-size: clamp(32px, 3.4vw, 50px);
	line-height: 1.18;
}

.tea-page-intro__copy p:not(.eyebrow),
.tea-page-intro__content,
.tea-products-layout p,
.tea-price-layout p {
	color: var(--osis-muted);
}

.tea-page-note {
	padding: 28px;
	border: 1px solid #dfe7f1;
	border-radius: 8px;
	background: linear-gradient(135deg, #f8fbff, #fff);
	box-shadow: 0 16px 38px rgba(18, 49, 91, .09);
}

.tea-page-note strong {
	display: block;
	margin-bottom: 10px;
	color: var(--osis-secondary);
	font-size: 24px;
	font-weight: 900;
	line-height: 1.25;
}

.tea-page-note p {
	margin: 0;
	color: #324057;
	font-weight: 700;
}

.tea-main-image-section {
	background: #f6f8fb;
}

.tea-main-image-layout {
	display: grid;
	grid-template-columns: minmax(0, .75fr) minmax(380px, 1fr);
	gap: 34px;
	align-items: center;
}

.tea-main-image-layout h2 {
	margin: 0 0 14px;
	color: var(--osis-primary);
	font-size: clamp(30px, 3vw, 44px);
	line-height: 1.2;
}

.tea-main-image-layout p:not(.eyebrow) {
	color: var(--osis-muted);
}

.tea-main-image {
	margin: 0;
	overflow: hidden;
	border: 1px solid #dbe5f0;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(18, 49, 91, .09);
}

.tea-main-image img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: contain;
	padding: 18px;
	background: #fff;
}

.tea-page-overview {
	background:
		linear-gradient(180deg, rgba(246, 248, 251, .7), rgba(238, 244, 251, .96)),
		#eef4fb;
}

.tea-text-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.tea-text-panel {
	padding: 32px;
	border: 1px solid #dbe5f0;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(18, 49, 91, .09);
}

.tea-text-panel--dark {
	border-color: transparent;
	background: linear-gradient(135deg, #0a203d, #103f7a);
	color: #fff;
}

.tea-text-panel h2 {
	margin: 0 0 14px;
	color: var(--osis-primary);
	font-size: clamp(28px, 3vw, 42px);
	line-height: 1.2;
}

.tea-text-panel--dark h2,
.tea-text-panel--dark p {
	color: #fff;
}

.tea-text-panel--dark .eyebrow {
	color: #f2b84b;
}

.tea-text-panel:not(.tea-text-panel--dark) p {
	color: var(--osis-muted);
}

.tea-process-section {
	background: #fff;
}

.tea-process-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border: 1px solid #dce6f1;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(18, 49, 91, .08);
	overflow: hidden;
}

.tea-process-grid article {
	padding: 28px 24px;
}

.tea-process-grid article + article {
	border-left: 1px solid #e3ebf5;
}

.tea-process-grid span {
	display: block;
	margin-bottom: 30px;
	color: var(--osis-secondary);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 1px;
}

.tea-process-grid h3 {
	margin: 0 0 10px;
	color: var(--osis-primary);
	font-size: 20px;
	line-height: 1.3;
}

.tea-process-grid p {
	margin: 0;
	color: var(--osis-muted);
	font-size: 14px;
	line-height: 1.7;
}

.tea-knowledge-section {
	background:
		linear-gradient(180deg, rgba(255, 255, 255, .72), rgba(246, 248, 251, .95)),
		#f6f8fb;
}

.tea-info-columns,
.tea-type-grid,
.tea-products-layout,
.tea-price-layout {
	display: grid;
	gap: 22px;
}

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

.tea-info-columns--spaced {
	margin-top: 22px;
}

.tea-info-columns article,
.tea-type-grid article {
	padding: 26px;
	border: 1px solid #dfe7f1;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(18, 49, 91, .07);
}

.tea-card-image {
	margin: 0 0 16px;
	overflow: hidden;
	border: 1px solid #e0e8f2;
	border-radius: 8px;
	background: #f8fbff;
}

.tea-card-image img {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: contain;
	padding: 12px;
	background: #fff;
}

.tea-info-columns h3,
.tea-type-grid h3 {
	margin: 0 0 10px;
	color: var(--osis-primary);
	font-size: 22px;
	line-height: 1.3;
}

.tea-info-columns p,
.tea-type-grid p {
	margin: 0 0 10px;
	color: var(--osis-muted);
}

.tea-type-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 22px;
}

.tea-cert-section {
	background: #fff;
}

.tea-cert-gallery {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.tea-cert-card {
	display: block;
	overflow: hidden;
	border: 1px solid #dbe5f0;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(18, 49, 91, .08);
	transition: transform .18s ease, box-shadow .18s ease;
}

.tea-cert-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 44px rgba(18, 49, 91, .12);
}

.tea-cert-card img {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 4;
	object-fit: contain;
	padding: 14px;
	background: #f8fbff;
}

.tea-products-section {
	background: #fff;
}

.tea-products-layout,
.tea-price-layout {
	grid-template-columns: minmax(0, .8fr) minmax(360px, 1fr);
	align-items: start;
}

.tea-product-list,
.tea-price-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tea-product-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.tea-product-list li {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 8px 13px;
	border: 1px solid #d5e1ef;
	border-radius: 999px;
	background: #f8fbff;
	color: #263248;
	font-size: 14px;
	font-weight: 900;
}

.tea-price-section {
	background: #eef4fb;
}

.tea-price-list {
	display: grid;
	gap: 12px;
}

.tea-price-list li {
	padding: 18px 20px;
	border: 1px solid #dbe5f0;
	border-left: 4px solid var(--osis-accent);
	border-radius: 8px;
	background: #fff;
	color: #263248;
	font-weight: 800;
	line-height: 1.6;
	box-shadow: 0 12px 28px rgba(18, 49, 91, .07);
}

.tea-page-cta {
	padding: 58px 0;
	background: linear-gradient(135deg, #0a203d, #103f7a);
	color: #fff;
}

.tea-page-cta__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 34px;
}

.tea-page-cta h2 {
	margin: 0 0 8px;
	color: #fff;
	font-size: clamp(28px, 3vw, 44px);
	line-height: 1.2;
}

.tea-page-cta p {
	margin: 0;
	color: rgba(255, 255, 255, .82);
}

.tea-page-cta .eyebrow {
	color: #f2b84b;
}

@media (max-width: 1040px) {
	.tea-page-intro__grid,
	.tea-main-image-layout,
	.tea-text-grid,
	.tea-info-columns,
	.tea-products-layout,
	.tea-price-layout {
		grid-template-columns: 1fr;
	}

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

	.tea-cert-gallery {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.tea-process-grid article:nth-child(3) {
		border-left: 0;
		border-top: 1px solid #e3ebf5;
	}

	.tea-process-grid article:nth-child(4) {
		border-top: 1px solid #e3ebf5;
	}
}

@media (max-width: 780px) {
	.tea-type-grid,
	.tea-process-grid,
	.tea-cert-gallery {
		grid-template-columns: 1fr;
	}

	.tea-process-grid article,
	.tea-process-grid article + article,
	.tea-process-grid article:nth-child(3),
	.tea-process-grid article:nth-child(4) {
		border-left: 0;
		border-top: 1px solid #e3ebf5;
	}

	.tea-process-grid article:first-child {
		border-top: 0;
	}

	.tea-page-cta__inner {
		align-items: flex-start;
		flex-direction: column;
	}
}
