/*
Theme Name: Craft Roastery
Theme URI: https://craftroastery.zos.sa/
Author: Craft Roastery
Author URI: https://craftroastery.zos.sa/
Description: A classic WordPress theme for Craft Roastery with WooCommerce-ready foundations, bilingual layout support, and a responsive single-origin coffee identity.
	Version: 1.0.62
Requires at least: 6.0
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: craft-roastery
Tags: e-commerce, food-and-drink, custom-logo, custom-menu, rtl-language-support, threaded-comments
*/

:root {
	--cr-orange: #fe460e;
	--cr-orange-dark: #e63803;
	--cr-cream: #f2f0e9;
	--cr-cream-soft: #f8f6ef;
	--cr-ink: #151515;
	--cr-text: #272727;
	--cr-muted: #77736d;
	--cr-border: #d7d4cc;
	--cr-white: #ffffff;
	--cr-shadow: 0 18px 45px rgba(21, 21, 21, 0.1);
	--cr-container: 1000px;
	--cr-radius: 6px;
	--cr-font-body: "Manrope", "IBM Plex Sans Arabic", Arial, Tahoma, sans-serif;
	--cr-font-heading: "Oswald", "IBM Plex Sans Arabic", Arial, Tahoma, sans-serif;
	--cr-font-arabic: "IBM Plex Sans Arabic", "Manrope", Tahoma, Arial, sans-serif;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: #eeece5;
	color: var(--cr-text);
	font-family: var(--cr-font-body);
	font-size: 16px;
	line-height: 1.65;
	overflow-x: hidden;
}

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

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

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

a:hover,
a:focus {
	color: var(--cr-orange-dark);
}

button {
	cursor: pointer;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	z-index: 10000;
	top: 10px;
	left: 10px;
	width: auto;
	height: auto;
	padding: 12px 16px;
	clip: auto;
	background: var(--cr-ink);
	color: var(--cr-white);
	border-radius: var(--cr-radius);
}

.container {
	width: min(var(--cr-container), calc(100% - 30px));
	margin-inline: auto;
}

.site-shell {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.top-bar {
	background: var(--cr-orange-dark);
	color: var(--cr-white);
}

.top-bar__inner {
	min-height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	font-size: 0.78rem;
	font-weight: 700;
}

.top-bar__item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	white-space: nowrap;
}

.top-bar__separator {
	width: 1px;
	height: 10px;
	background: rgba(255, 255, 255, 0.45);
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 1000;
	background: rgba(242, 240, 233, 0.97);
	border-bottom: 1px solid var(--cr-border);
}

.admin-bar .site-header {
	top: 32px;
}

.header-inner {
	min-height: 67px;
	display: grid;
	grid-template-columns: 135px 1fr 165px;
	align-items: center;
	gap: 18px;
}

.site-branding {
	min-width: 0;
}

.site-logo {
	width: 112px;
	display: inline-flex;
	align-items: center;
}

.site-logo img {
	width: 112px;
	height: auto;
}

.site-title-fallback {
	color: var(--cr-ink);
	font-size: 1.1rem;
	font-weight: 900;
	line-height: 1.05;
	text-transform: uppercase;
}

.main-navigation {
	display: flex;
	justify-content: center;
	min-width: 0;
}

.primary-menu,
.footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.primary-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 28px;
}

.primary-menu a {
	position: relative;
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	color: var(--cr-ink);
	font-size: 0.84rem;
	font-weight: 800;
}

.primary-menu a::after {
	content: "";
	position: absolute;
	inset-inline-start: 0;
	bottom: 7px;
	width: 0;
	height: 2px;
	background: var(--cr-orange-dark);
	transition: width 0.2s ease;
}

.primary-menu a:hover::after,
.primary-menu a:focus::after,
.primary-menu .current-menu-item > a::after {
	width: 100%;
}

.header-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 6px;
}

.language-switcher {
	color: var(--cr-ink);
	font-size: 0.78rem;
	font-weight: 800;
	white-space: nowrap;
}

.icon-button,
.menu-toggle {
	position: relative;
	width: 34px;
	height: 34px;
	display: inline-grid;
	place-items: center;
	border: 0;
	border-radius: var(--cr-radius);
	background: transparent;
	color: var(--cr-ink);
}

.icon-button:hover,
.icon-button:focus,
.menu-toggle:hover,
.menu-toggle:focus {
	background: rgba(230, 56, 3, 0.08);
	color: var(--cr-orange-dark);
	outline: none;
}

.icon-button svg,
.menu-toggle svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.cart-counter {
	position: absolute;
	top: 2px;
	inset-inline-end: 0;
	min-width: 15px;
	height: 15px;
	display: grid;
	place-items: center;
	padding-inline: 4px;
	border-radius: 999px;
	background: var(--cr-orange);
	color: var(--cr-white);
	font-size: 0.62rem;
	font-weight: 900;
	line-height: 1;
}

.menu-toggle {
	display: none;
}

.site-search {
	position: absolute;
	top: calc(100% + 1px);
	inset-inline: 0;
	display: none;
	padding: 16px;
	background: var(--cr-cream);
	border-bottom: 1px solid var(--cr-border);
	box-shadow: var(--cr-shadow);
}

.site-search.is-open {
	display: block;
}

.site-search__inner {
	width: min(620px, calc(100% - 30px));
	margin-inline: auto;
	display: flex;
	gap: 8px;
}

.site-search input[type="search"] {
	flex: 1;
	min-height: 42px;
	padding: 0 14px;
	border: 1px solid var(--cr-border);
	border-radius: var(--cr-radius);
	background: var(--cr-white);
	color: var(--cr-text);
}

.button,
.site-search button,
.read-more-link,
.newsletter-form button {
	min-height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 18px;
	border: 1px solid var(--cr-orange-dark);
	border-radius: var(--cr-radius);
	background: var(--cr-orange-dark);
	color: var(--cr-white);
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
	transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.button:hover,
.button:focus,
.site-search button:hover,
.site-search button:focus,
.read-more-link:hover,
.read-more-link:focus,
.newsletter-form button:hover,
.newsletter-form button:focus {
	background: var(--cr-ink);
	border-color: var(--cr-ink);
	color: var(--cr-white);
	transform: translateY(-1px);
}

.site-main {
	flex: 1;
	background: var(--cr-cream);
}

.archive-header {
	padding: 58px 0 28px;
}

.archive-label {
	margin: 0 0 7px;
	color: var(--cr-orange-dark);
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
}

.archive-title {
	max-width: 720px;
	margin: 0;
	color: var(--cr-ink);
	font-size: 2.75rem;
	font-weight: 900;
	line-height: 1.05;
}

.archive-description {
	max-width: 620px;
	margin: 14px 0 0;
	color: var(--cr-muted);
}

.content-list {
	padding: 20px 0 70px;
}

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

.post-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	border: 1px solid var(--cr-border);
	border-radius: 8px;
	background: var(--cr-cream-soft);
}

.post-card__thumbnail {
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #e5e0d6;
}

.post-card__thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post-card__body {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 22px;
}

.post-card__meta {
	margin: 0 0 8px;
	color: var(--cr-orange-dark);
	font-size: 0.75rem;
	font-weight: 900;
	text-transform: uppercase;
}

.post-card__title {
	margin: 0 0 10px;
	color: var(--cr-ink);
	font-size: 1.25rem;
	line-height: 1.2;
}

.post-card__excerpt {
	margin: 0 0 20px;
	color: var(--cr-muted);
	font-size: 0.94rem;
}

.post-card .read-more-link {
	width: max-content;
	margin-top: auto;
}

.empty-state {
	max-width: 640px;
	padding: 28px;
	border: 1px solid var(--cr-border);
	border-radius: 8px;
	background: var(--cr-cream-soft);
}

.pagination-wrapper {
	margin-top: 34px;
}

.pagination-wrapper .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.pagination-wrapper .page-numbers {
	min-width: 38px;
	min-height: 38px;
	display: inline-grid;
	place-items: center;
	padding-inline: 10px;
	border: 1px solid var(--cr-border);
	border-radius: var(--cr-radius);
	background: var(--cr-cream-soft);
	font-weight: 800;
}

.pagination-wrapper .page-numbers.current,
.pagination-wrapper .page-numbers:hover,
.pagination-wrapper .page-numbers:focus {
	background: var(--cr-orange-dark);
	border-color: var(--cr-orange-dark);
	color: var(--cr-white);
}

.main-footer {
	background: var(--cr-cream);
	border-top: 1px solid var(--cr-border);
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr 0.8fr 1.2fr;
	gap: 26px;
	padding: 34px 0 26px;
}

.footer-brand p,
.footer-newsletter p {
	margin: 14px 0 0;
	color: var(--cr-muted);
	font-size: 0.86rem;
}

.footer-heading {
	margin: 0 0 12px;
	color: var(--cr-ink);
	font-size: 0.88rem;
	font-weight: 900;
	text-transform: uppercase;
}

.footer-menu li + li {
	margin-top: 6px;
}

.footer-menu a {
	color: var(--cr-muted);
	font-size: 0.86rem;
	font-weight: 700;
}

.social-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
}

.social-link {
	width: 28px;
	height: 28px;
	display: grid;
	place-items: center;
	border: 1px solid var(--cr-border);
	border-radius: 50%;
	color: var(--cr-ink);
	font-size: 0.72rem;
	font-weight: 900;
}

.newsletter-form {
	display: flex;
	gap: 8px;
	margin-top: 14px;
}

.newsletter-form input[type="email"] {
	min-width: 0;
	flex: 1;
	min-height: 42px;
	padding: 0 12px;
	border: 1px solid var(--cr-border);
	border-radius: var(--cr-radius);
	background: var(--cr-white);
}

.newsletter-form button {
	width: 48px;
	padding: 0;
	font-size: 1.1rem;
}

.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 16px 0;
	border-top: 1px solid var(--cr-border);
	color: var(--cr-muted);
	font-size: 0.78rem;
}

.footer-bottom__links {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.notification-message {
	position: fixed;
	inset-inline: 15px;
	bottom: 18px;
	z-index: 2000;
	width: min(380px, calc(100% - 30px));
	margin-inline: auto;
	padding: 13px 16px;
	border-radius: var(--cr-radius);
	background: var(--cr-ink);
	color: var(--cr-white);
	font-size: 0.9rem;
	font-weight: 700;
	text-align: center;
	box-shadow: var(--cr-shadow);
	opacity: 0;
	pointer-events: none;
	transform: translateY(12px);
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.notification-message.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.button--outline {
	background: transparent;
	color: var(--cr-orange-dark);
}

.button--outline:hover,
.button--outline:focus {
	background: var(--cr-orange-dark);
	border-color: var(--cr-orange-dark);
	color: var(--cr-white);
}

/* Front page */

.home-hero-section {
	overflow: hidden;
}

.home-hero-grid {
	min-height: 430px;
	display: grid;
	grid-template-columns: 45% 55%;
	direction: ltr;
}

.home-hero-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 42px 27px 38px 0;
	direction: ltr;
}

.section-label {
	margin: 0 0 7px;
	color: var(--cr-orange-dark);
	font-size: 0.72rem;
	font-weight: 900;
	text-transform: uppercase;
}

.home-hero-title {
	max-width: 380px;
	margin: 0 0 14px;
	color: var(--cr-ink);
	font-size: 3.55rem;
	font-weight: 600;
	line-height: 0.96;
}

.home-hero-title > span {
	display: block;
}

.orange-dot {
	display: inline;
	color: var(--cr-orange-dark);
}

.home-hero-title::after {
	content: none;
}

.home-hero-description {
	max-width: 350px;
	margin: 0 0 15px;
	color: #242424;
	font-size: 0.82rem;
	font-weight: 500;
	line-height: 1.58;
}

.home-hero-localized {
	max-width: 350px;
	text-align: left;
}

.home-hero-localized[dir="rtl"] {
	text-align: right;
}

.home-hero-divider {
	width: 32px;
	height: 2px;
	display: block;
	margin: 0 auto 10px 0;
	background: var(--cr-orange-dark);
}

.home-hero-localized[dir="rtl"] .home-hero-divider {
	margin: 0 0 9px auto;
}

.home-hero-localized h2 {
	margin: 0 0 4px;
	color: var(--cr-orange-dark);
	font-family: var(--cr-font-body);
	font-size: 1.14rem;
	font-weight: 700;
	line-height: 1.2;
}

.home-hero-localized[dir="rtl"] h2 {
	font-family: var(--cr-font-arabic);
}

.home-hero-localized p {
	margin: 0;
	color: #242424;
	font-family: var(--cr-font-body);
	font-size: 0.82rem;
	font-weight: 500;
	line-height: 1.58;
}

.home-hero-localized[dir="rtl"] p {
	font-family: var(--cr-font-arabic);
}

.home-hero-actions {
	display: flex;
	gap: 8px;
	margin-top: 16px;
}

.home-hero-visual,
.featured-product-visual {
	position: relative;
	min-height: 430px;
	overflow: hidden;
	background: #f4f4f1;
}

.home-orange-shape {
	position: absolute;
	top: 30px;
	inset-inline-end: -146px;
	width: 390px;
	height: 500px;
	border-radius: 56% 0 0 56%;
	background: var(--cr-orange-dark);
	transform: rotate(4deg);
}

.home-product-arch {
	position: absolute;
	top: 43px;
	left: 50%;
	width: 245px;
	height: 300px;
	border-radius: 125px 125px 0 0;
	background: #e7dece;
	transform: translateX(-50%);
}

.home-product-platform,
.featured-product-platform {
	position: absolute;
	left: 50%;
	bottom: 27px;
	width: 325px;
	height: 84px;
	border-radius: 50%;
	background: linear-gradient(180deg, #e7ddcc 0%, #cdbda6 100%);
	box-shadow: 0 22px 26px rgba(0, 0, 0, 0.18), inset 0 -10px 18px rgba(80, 58, 35, 0.08);
	transform: translateX(-50%);
}

.home-product-image-link,
.featured-product-image-link {
	position: absolute;
	left: 50%;
	bottom: 78px;
	z-index: 3;
	width: min(255px, 56%);
	transform: translateX(-50%);
}

.home-product-image,
.featured-product-image {
	width: 100%;
	aspect-ratio: 3 / 4;
	object-fit: contain;
	filter: drop-shadow(0 24px 28px rgba(0, 0, 0, 0.22));
}

.home-product-placeholder,
.featured-product-placeholder {
	position: absolute;
	left: 50%;
	bottom: 84px;
	z-index: 3;
	width: 210px;
	min-height: 260px;
	display: grid;
	place-items: center;
	padding: 22px;
	border: 1px solid var(--cr-border);
	background: var(--cr-white);
	color: var(--cr-muted);
	font-size: 0.9rem;
	font-weight: 800;
	text-align: center;
	box-shadow: 0 22px 30px rgba(0, 0, 0, 0.18);
	transform: translateX(-50%);
}

.home-beans {
	position: absolute;
	right: 34px;
	bottom: 38px;
	z-index: 5;
	width: 138px;
	height: 34px;
	pointer-events: none;
}

.home-beans span {
	position: absolute;
	width: 26px;
	height: 15px;
	border-radius: 50%;
	background: radial-gradient(circle at 35% 35%, #9b5727 0 20%, #5a2c17 58%, #2d160d 100%);
	box-shadow: inset 2px 0 0 rgba(255, 210, 160, 0.16);
	transform: rotate(var(--bean-rotate, -12deg));
}

.home-beans span:nth-child(1) {
	left: 0;
	top: 12px;
	--bean-rotate: 12deg;
}

.home-beans span:nth-child(2) {
	left: 25px;
	top: 7px;
	--bean-rotate: -18deg;
}

.home-beans span:nth-child(3) {
	left: 52px;
	top: 14px;
	--bean-rotate: 8deg;
}

.home-beans span:nth-child(4) {
	left: 82px;
	top: 4px;
	--bean-rotate: -10deg;
}

.home-beans span:nth-child(5) {
	left: 108px;
	top: 16px;
	--bean-rotate: 18deg;
}

.benefits-section {
	padding: 0 0 31px;
}

.benefits-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	border-top: 1px solid var(--cr-border);
	border-bottom: 1px solid var(--cr-border);
}

.benefit-card {
	min-height: 112px;
	display: grid;
	grid-template-columns: 58px 1fr;
	align-items: center;
	gap: 17px;
	padding: 19px 24px;
	border-inline-end: 1px solid var(--cr-border);
}

.benefit-card:last-child {
	border-inline-end: 0;
}

.benefit-icon,
.brew-guide-icon {
	display: grid;
	place-items: center;
}

.benefit-icon {
	width: 58px;
	height: 58px;
}

.benefit-content h2,
.packaging-content h3,
.brew-guide-content h3 {
	margin: 0 0 2px;
	color: var(--cr-ink);
	font-size: 0.78rem;
	font-weight: 900;
	line-height: 1.25;
}

.benefit-content p,
.packaging-content p,
.brew-guide-content p {
	margin: 0;
	color: var(--cr-muted);
	font-size: 0.72rem;
	line-height: 1.45;
}

.static-placeholder {
	width: 100%;
	height: 100%;
	display: grid;
	place-items: center;
	padding: 8px;
	border: 1px dashed rgba(230, 56, 3, 0.55);
	border-radius: var(--cr-radius);
	background: rgba(254, 70, 14, 0.06);
	color: var(--cr-orange-dark);
	font-size: 0.66rem;
	font-weight: 900;
	line-height: 1.2;
	text-align: center;
}

.benefit-icon__asset,
.brew-guide-image {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.featured-product-section {
	padding-bottom: 15px;
}

.featured-product-grid {
	min-height: 324px;
	display: grid;
	grid-template-columns: 47% 53%;
	direction: ltr;
}

.featured-product-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 29px 28px 27px 0;
	direction: ltr;
}

.sale-badge {
	width: max-content;
	margin-bottom: 8px;
	padding: 4px 8px;
	border-radius: var(--cr-radius);
	background: var(--cr-orange);
	color: var(--cr-white);
	font-size: 0.68rem;
	font-weight: 900;
	text-transform: uppercase;
}

.featured-product-title {
	max-width: 360px;
	margin: 0 0 10px;
	color: var(--cr-ink);
	font-size: 1.65rem;
	font-weight: 900;
	line-height: 1.05;
}

.featured-product-description {
	max-width: 350px;
	margin-bottom: 16px;
	color: var(--cr-muted);
	font-size: 0.82rem;
	line-height: 1.55;
}

.featured-product-description p {
	margin: 0 0 8px;
}

.product-specifications {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 7px;
	margin-bottom: 16px;
}

.product-specification {
	display: grid;
	grid-template-columns: 22px 1fr;
	gap: 6px;
	min-width: 0;
}

.specification-icon {
	width: 20px;
	height: 20px;
	display: grid;
	place-items: center;
	border: 1px solid var(--cr-orange-dark);
	border-radius: 50%;
	color: var(--cr-orange-dark);
	font-size: 0.5rem;
	font-weight: 900;
}

.product-specification small,
.product-options h3,
.product-option-group p {
	display: block;
	margin: 0 0 3px;
	color: var(--cr-muted);
	font-size: 0.62rem;
	font-weight: 900;
	text-transform: uppercase;
}

.product-specification strong {
	display: block;
	color: var(--cr-ink);
	font-size: 0.68rem;
	line-height: 1.35;
}

.product-specification a {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.product-options {
	margin-bottom: 12px;
}

.product-option-group + .product-option-group {
	margin-top: 8px;
}

.product-option-values {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.product-option-values span {
	min-height: 25px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	border: 1px solid var(--cr-border);
	border-radius: var(--cr-radius);
	background: var(--cr-cream-soft);
	color: var(--cr-ink);
	font-size: 0.66rem;
	font-weight: 800;
}

.product-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.product-buttons .button {
	min-height: 34px;
	font-size: 0.7rem;
}

.featured-background-circle {
	position: absolute;
	top: -69px;
	left: -80px;
	width: 280px;
	height: 280px;
	border-radius: 50%;
	background: var(--cr-orange-dark);
}

.featured-product-platform {
	width: 245px;
	height: 62px;
	bottom: 19px;
}

.featured-product-image-link {
	bottom: 58px;
	width: min(205px, 52%);
}

.featured-product-placeholder {
	bottom: 58px;
	min-height: 210px;
}

.featured-product-empty {
	max-width: 360px;
}

.featured-product-empty h2 {
	margin: 0 0 8px;
	color: var(--cr-ink);
	font-size: 1.4rem;
	line-height: 1.15;
}

.featured-product-empty p {
	margin: 0 0 8px;
	color: var(--cr-muted);
	font-size: 0.86rem;
}

.admin-only-note {
	padding: 10px 12px;
	border: 1px solid rgba(230, 56, 3, 0.45);
	border-radius: var(--cr-radius);
	background: rgba(254, 70, 14, 0.08);
	color: var(--cr-orange-dark);
	font-weight: 800;
}

.story-section {
	padding: 14px 0;
}

.story-grid {
	min-height: 275px;
	display: grid;
	grid-template-columns: 54% 46%;
	background: var(--cr-cream-soft);
}

.story-visual {
	min-height: 275px;
	overflow: hidden;
	background: #d8c6ad;
}

.story-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.story-content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 30px;
	overflow: hidden;
}

.story-content::after {
	content: "";
	position: absolute;
	inset-inline-end: -78px;
	bottom: -83px;
	width: 230px;
	height: 230px;
	border: 1px solid rgba(230, 56, 3, 0.2);
	border-radius: 50%;
	box-shadow: -18px -18px 0 -17px rgba(230, 56, 3, 0.2), -36px -36px 0 -35px rgba(230, 56, 3, 0.2), -54px -54px 0 -53px rgba(230, 56, 3, 0.2);
	pointer-events: none;
}

.story-content h2 {
	max-width: 330px;
	margin: 0 0 10px;
	color: var(--cr-ink);
	font-size: 1.75rem;
	font-weight: 900;
	line-height: 1.05;
}

.story-content p {
	max-width: 350px;
	margin: 0 0 8px;
	color: var(--cr-muted);
	font-size: 0.82rem;
	line-height: 1.6;
}

.story-link {
	width: max-content;
	margin-top: 3px;
	color: var(--cr-orange-dark);
	font-size: 0.7rem;
	font-weight: 900;
	text-transform: uppercase;
}

.packaging-section {
	padding: 24px 0 30px;
}

.packaging-heading {
	margin-bottom: 18px;
	text-align: center;
}

.packaging-heading h2,
.brew-guide-heading h2 {
	margin: 0;
	color: var(--cr-ink);
	font-size: 1.2rem;
	font-weight: 900;
}

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

.packaging-card {
	min-height: 168px;
	display: grid;
	grid-template-columns: minmax(140px, 42%) 1fr;
	align-items: center;
	gap: 16px;
	padding: 0;
}

.packaging-visual {
	height: 158px;
	display: grid;
	place-items: center;
}

.packaging-image {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.brew-guide-section {
	padding: 22px 0;
	border-top: 1px solid var(--cr-border);
	border-bottom: 1px solid var(--cr-border);
}

.brew-guide-heading {
	margin-bottom: 19px;
	text-align: center;
}

.brew-guide-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.brew-guide-card {
	display: grid;
	grid-template-columns: 86px 1fr;
	align-items: center;
	gap: 12px;
}

.brew-guide-icon {
	width: 86px;
	height: 82px;
}

.wholesale-section {
	padding: 18px 0;
}

.wholesale-banner {
	min-height: 67px;
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: center;
	gap: 20px;
	padding: 13px 20px;
	background: var(--cr-orange-dark);
	color: var(--cr-white);
}

.wholesale-content h2 {
	margin: 0 0 2px;
	color: var(--cr-white);
	font-size: 0.95rem;
	font-weight: 900;
	text-transform: uppercase;
}

.wholesale-content p {
	max-width: 560px;
	margin: 0;
	color: rgba(255, 255, 255, 0.86);
	font-size: 0.72rem;
	line-height: 1.45;
}

.wholesale-button {
	min-width: 135px;
	min-height: 30px;
	border-color: var(--cr-white);
	background: var(--cr-white);
	color: var(--cr-orange-dark);
	font-size: 0.66rem;
}

.wholesale-button:hover,
.wholesale-button:focus {
	background: var(--cr-ink);
	border-color: var(--cr-ink);
	color: var(--cr-white);
}

/* Reference visual alignment */

body {
	background: #eeece5;
	font-family: var(--cr-font-body);
}

.container {
	width: min(var(--cr-container), calc(100% - 30px));
}

.site-header {
	position: relative;
	top: auto;
	background: var(--cr-cream);
}

.admin-bar .site-header {
	top: auto;
}

.top-bar__inner {
	min-height: 30px;
	gap: 24px;
	font-size: 0.5rem;
}

.top-bar__separator {
	height: 10px;
}

.header-inner {
	min-height: 67px;
	grid-template-columns: 135px 1fr 145px;
	gap: 14px;
}

.site-logo,
.site-logo img {
	width: 84px;
}

.primary-menu {
	gap: 23px;
}

.primary-menu a {
	min-height: 34px;
	font-family: var(--cr-font-body);
	font-size: 0.56rem;
	font-weight: 800;
}

.language-switcher {
	font-size: 0.5rem;
}

.header-actions {
	gap: 5px;
}

.icon-button {
	width: 29px;
	height: 29px;
}

.icon-button svg {
	width: 16px;
	height: 16px;
}

.cart-counter {
	top: 0;
	min-width: 13px;
	height: 13px;
	font-size: 0.44rem;
}

.button,
.site-search button,
.read-more-link,
.newsletter-form button {
	min-height: 31px;
	padding: 0 17px;
	border-radius: 2px;
	font-size: 0.5rem;
}

.section-label {
	margin: 0 0 6px;
	font-size: 0.5rem;
	letter-spacing: 0.6px;
}

.home-hero-grid {
	min-height: 560px;
	grid-template-columns: 45% 55%;
}

.home-hero-content {
	padding: 42px 27px 38px 0;
}

.home-hero-title,
.featured-product-title,
.story-content h2,
.packaging-heading h2,
.brew-guide-heading h2 {
	font-family: var(--cr-font-heading);
}

	.home-hero-title {
		max-width: 380px;
		margin-bottom: 13px;
		font-size: clamp(50px, 5.1vw, 64px);
		font-weight: 600;
		line-height: 0.94;
		letter-spacing: 0;
	}

	.home-hero-description {
		max-width: 350px;
		margin-bottom: 12px;
		font-size: 0.66rem;
		line-height: 1.58;
	}

	.home-hero-localized {
		max-width: 350px;
	}

	.home-hero-localized h2 {
		margin-bottom: 3px;
		font-size: 1.08rem;
	}

	.home-hero-localized p {
		font-size: 0.66rem;
		line-height: 1.58;
	}

.home-hero-actions {
	gap: 8px;
	margin-top: 14px;
}

.home-hero-visual,
.featured-product-visual {
	min-height: 560px;
}

.home-hero-visual {
	background:
		radial-gradient(circle at 48% 46%, rgba(255, 255, 255, 0.96) 0 27%, rgba(248, 246, 239, 0.95) 48%, #f4f4f1 100%);
}

.home-orange-shape {
	top: 78px;
	inset-inline-end: -355px;
	width: 610px;
	height: 680px;
	border-radius: 56% 0 0 56%;
	transform: rotate(0deg);
}

.home-product-arch {
	top: auto;
	bottom: -235px;
	left: -58px;
	width: 620px;
	height: 620px;
	border-radius: 50%;
	background: linear-gradient(180deg, rgba(242, 229, 209, 0.92) 0%, rgba(233, 219, 197, 0.72) 100%);
	transform: none;
}

.home-product-platform {
	bottom: 26px;
	width: 455px;
	height: 118px;
}

.home-product-image-link {
	bottom: 55px;
	width: min(390px, 78%);
}

.home-product-image,
.featured-product-image {
	aspect-ratio: auto;
	object-fit: contain;
	filter: drop-shadow(0 24px 30px rgba(0, 0, 0, 0.24));
}

.benefits-section {
	padding: 0 0 31px;
}

.benefits-grid {
	border-inline: 0;
	background: rgba(255, 255, 255, 0.38);
}

.benefit-card {
	min-height: 94px;
	grid-template-columns: 44px 1fr;
	gap: 11px;
	padding: 15px 18px;
}

.benefit-icon {
	width: 42px;
	height: 42px;
}

.benefit-icon__asset {
	width: 39px;
	height: 39px;
}

.benefit-content h2,
.packaging-content h3,
.brew-guide-content h3 {
	margin-bottom: 1px;
	font-family: var(--cr-font-body);
	font-size: 0.56rem;
	font-weight: 900;
}

.benefit-content p,
.packaging-content p,
.brew-guide-content p {
	font-size: 0.44rem;
	line-height: 1.4;
}

.featured-product-section {
	padding-bottom: 15px;
}

.featured-product-grid {
	min-height: 324px;
	grid-template-columns: 47% 53%;
}

.featured-product-content {
	padding: 29px 28px 27px 0;
}

.featured-product-title {
	max-width: 340px;
	margin-bottom: 8px;
	font-size: 1.56rem;
	line-height: 1.03;
	letter-spacing: 0;
}

.featured-product-description {
	max-width: 330px;
	margin-bottom: 14px;
	font-size: 0.58rem;
	line-height: 1.5;
}

.product-specifications {
	gap: 7px;
	margin-bottom: 14px;
}

.product-specification {
	grid-template-columns: 20px 1fr;
	gap: 5px;
}

.specification-icon {
	width: 18px;
	height: 18px;
	font-size: 0.44rem;
}

.product-specification small,
.product-options h3,
.product-option-group p {
	font-size: 0.44rem;
}

.product-specification strong {
	font-size: 0.44rem;
	line-height: 1.3;
}

.product-option-group + .product-option-group {
	margin-top: 6px;
}

.product-option-values {
	gap: 5px;
}

.product-option-values span {
	min-height: 25px;
	padding: 0 10px;
	font-size: 0.44rem;
}

.product-buttons {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 6px;
}

.product-buttons .button {
	min-height: 31px;
	font-size: 0.44rem;
}

.featured-product-visual {
	min-height: 324px;
	background: var(--cr-orange-dark);
}

.featured-background-circle {
	top: -69px;
	left: -80px;
	width: 280px;
	height: 280px;
	background: #efe4d3;
}

.featured-product-platform {
	bottom: 19px;
	width: 245px;
	height: 62px;
}

.featured-product-image-link {
	bottom: 20px;
	width: min(230px, 58%);
}

.story-section {
	padding: 14px 0;
}

.story-grid {
	min-height: 275px;
	grid-template-columns: 54% 46%;
}

.story-visual {
	min-height: 275px;
}

.story-content {
	padding: 30px;
	background: linear-gradient(135deg, #eee9df 0%, var(--cr-cream) 100%);
}

.story-content h2 {
	max-width: 330px;
	margin-bottom: 10px;
	font-size: 1.75rem;
	line-height: 1;
	letter-spacing: 0;
}

.story-content p {
	max-width: 350px;
	margin-bottom: 6px;
	font-size: 0.5rem;
	line-height: 1.6;
}

.story-link {
	margin-top: 4px;
	padding-bottom: 2px;
	border-bottom: 1px solid var(--cr-orange-dark);
	font-size: 0.44rem;
}

.packaging-section {
	padding: 18px 0 25px;
}

.packaging-heading {
	display: none;
}

.packaging-grid {
	gap: 13px;
}

.packaging-card {
	min-height: 185px;
	grid-template-columns: 170px 1fr;
	gap: 14px;
	padding: 8px 6px;
}

.packaging-visual {
	height: 170px;
	transform: none;
}

.packaging-image {
	object-fit: contain;
}

.brew-guide-section {
	padding: 22px 0;
}

.brew-guide-heading {
	margin-bottom: 19px;
}

.brew-guide-heading h2 {
	margin-bottom: 2px;
	font-size: 1.18rem;
	letter-spacing: 0;
}

.brew-guide-grid {
	gap: 18px;
}

.brew-guide-card {
	grid-template-columns: 73px 1fr;
	gap: 9px;
}

.brew-guide-icon {
	width: 70px;
	height: 75px;
	transform: scale(0.7);
}

.wholesale-section {
	padding: 10px 0 8px;
}

.wholesale-banner {
	min-height: 54px;
	padding: 10px 18px;
}

.wholesale-content h2 {
	margin-bottom: 1px;
	font-size: 0.88rem;
}

.wholesale-content p {
	font-size: 0.44rem;
	line-height: 1.4;
}

.wholesale-button {
	min-width: 135px;
	min-height: 28px;
	font-size: 0.44rem;
}

.main-footer {
	padding-top: 8px;
}

.main-footer .custom-logo-link,
.main-footer .site-logo,
.main-footer .custom-logo,
.main-footer .site-logo img {
	width: 66px;
	max-width: 66px;
}

.main-footer .footer-grid {
	gap: 18px;
	padding: 12px 0 8px;
}

.main-footer .footer-brand p,
.main-footer .footer-newsletter p {
	margin-top: 6px;
	font-size: 0.68rem;
	line-height: 1.35;
}

.main-footer .footer-heading {
	margin-bottom: 6px;
	font-size: 0.72rem;
}

.main-footer .footer-menu li + li {
	margin-top: 1px;
}

.main-footer .footer-menu a {
	font-size: 0.7rem;
}

.main-footer .social-links {
	gap: 5px;
	margin-top: 7px;
}

.main-footer .social-link {
	width: 22px;
	height: 22px;
	font-size: 0.58rem;
}

.main-footer .newsletter-form {
	gap: 6px;
	margin-top: 7px;
}

.main-footer .newsletter-form input[type="email"] {
	min-height: 31px;
	font-size: 0.72rem;
}

.main-footer .newsletter-form button {
	width: 34px;
	min-height: 31px;
	font-size: 0.82rem;
}

.main-footer .footer-bottom {
	padding: 7px 0;
	font-size: 0.64rem;
	line-height: 1.3;
}

.main-footer .footer-bottom p {
	margin: 0;
}

/* Desktop size stabilization */
@media (min-width: 951px) {
	:root {
		--cr-container: 1728px;
	}

	.container {
		width: min(var(--cr-container), calc(100% - clamp(48px, 8.85vw, 170px)));
	}

	.top-bar__inner {
		min-height: 28px;
		gap: 24px;
		font-size: 0.58rem;
		font-weight: 700;
	}

	.top-bar__separator {
		height: 10px;
	}

	.site-header {
		background: #f7f3ea;
		border-bottom: 1px solid var(--cr-border);
	}

	.header-inner {
		min-height: 66px;
		grid-template-columns: 142px 1fr 150px;
		gap: 12px;
	}

	.site-branding {
		min-height: 66px;
		display: flex;
		align-items: center;
	}

	.site-branding .custom-logo-link,
	.site-branding .site-logo {
		width: 118px;
		display: inline-flex;
		align-items: center;
	}

	.site-branding .custom-logo,
	.site-branding .site-logo img {
		position: static;
		width: 118px;
		max-width: none;
		height: auto;
		object-fit: contain;
	}

	.primary-menu {
		gap: 24px;
	}

	.primary-menu a {
		min-height: 30px;
		font-size: 0.7rem;
		font-weight: 700;
	}

	.language-switcher {
		font-size: 0.68rem;
		font-weight: 800;
	}

	.header-actions {
		gap: 6px;
	}

	.icon-button,
	.menu-toggle {
		width: 28px;
		height: 28px;
	}

	.icon-button svg,
	.menu-toggle svg {
		width: 17px;
		height: 17px;
		stroke-width: 1.8;
	}

	.cart-counter {
		top: 1px;
		min-width: 14px;
		height: 14px;
		font-size: 0.54rem;
	}

	.home-hero-section {
		margin-top: 0;
		overflow: hidden;
		background:
			radial-gradient(circle at 68% 48%, rgba(255, 255, 255, 0.98) 0 24%, rgba(248, 246, 239, 0.95) 48%, #f7f3ea 74%);
	}

	.home-hero-grid {
		min-height: 490px;
		grid-template-columns: 47% 53%;
	}

	.home-hero-content {
		position: relative;
		z-index: 6;
		padding: 24px 34px 30px 0;
	}

	.section-label {
		margin-bottom: 8px;
		font-size: 0.82rem;
		letter-spacing: 0;
	}

	.home-hero-title {
		max-width: 440px;
		margin-bottom: 12px;
		font-family: var(--cr-font-heading);
		font-size: clamp(3.65rem, 4.6vw, 4.75rem);
		font-stretch: condensed;
		font-weight: 600;
		line-height: 0.92;
		letter-spacing: 0;
	}

	.home-hero-title::after {
		content: none;
	}

	.home-hero-description {
		max-width: 390px;
		margin-bottom: 13px;
		color: #202020;
		font-size: 0.84rem;
		font-weight: 500;
		line-height: 1.52;
	}

	.home-hero-localized {
		max-width: 390px;
	}

	.home-hero-localized h2 {
		margin-bottom: 4px;
		font-size: 1.2rem;
		line-height: 1.15;
	}

	.home-hero-localized p {
		font-size: 0.84rem;
		font-weight: 500;
		line-height: 1.52;
	}

	.home-hero-actions {
		gap: 10px;
		margin-top: 14px;
	}

	.home-hero-actions .button {
		min-width: 138px;
		min-height: 40px;
		font-size: 0.7rem;
	}

	.home-hero-visual {
		min-height: 490px;
		overflow: hidden;
		background: transparent;
	}

	.home-orange-shape {
		top: 20px;
		inset-inline-end: -170px;
		z-index: 1;
		width: 470px;
		height: 560px;
		border-radius: 56% 0 0 56%;
		transform: none;
	}

	.home-product-arch {
		top: 28px;
		bottom: auto;
		left: 50%;
		z-index: 0;
		width: 310px;
		height: 370px;
		border-radius: 160px 160px 0 0;
		background: #e7dece;
		transform: translateX(-50%);
	}

	.home-product-platform {
		left: 50%;
		bottom: 20px;
		z-index: 2;
		width: clamp(410px, 31vw, 590px);
		height: 104px;
		background: linear-gradient(180deg, #e7ddcc 0%, #cdbda6 100%);
		box-shadow: 0 24px 28px rgba(0, 0, 0, 0.18), inset 0 -10px 18px rgba(80, 58, 35, 0.08);
		transform: translateX(-50%);
	}

	.home-product-image-link {
		left: 50%;
		bottom: 76px;
		z-index: 4;
		width: clamp(420px, 26vw, 540px);
		max-width: 78%;
		transform: translateX(-50%);
	}

	.home-product-image {
		width: 100%;
		max-height: clamp(420px, 28vw, 540px);
		object-fit: contain;
		transform: translateY(5%);
		transform-origin: center bottom;
		filter: drop-shadow(0 26px 28px rgba(0, 0, 0, 0.2));
	}

	.home-beans {
		right: 18px;
		bottom: 44px;
		transform: scale(0.9);
		transform-origin: right bottom;
	}
}

/* Final delivery polish */
@media (min-width: 951px) {
	.benefit-card {
		min-height: 104px;
		grid-template-columns: 54px 1fr;
		gap: 15px;
		padding: 17px 22px;
	}

	.benefit-icon {
		width: 50px;
		height: 50px;
	}

	.benefit-icon__asset {
		width: 46px;
		height: 46px;
	}

	.benefit-content h2,
	.packaging-content h3,
	.brew-guide-content h3 {
		font-size: 0.82rem;
		line-height: 1.25;
	}

	.benefit-content p,
	.packaging-content p,
	.brew-guide-content p {
		font-size: 0.72rem;
		line-height: 1.45;
	}

	.featured-product-grid {
		min-height: 390px;
		grid-template-columns: 48% 52%;
	}

	.featured-product-content {
		padding: 34px 40px 34px 0;
	}

	.featured-product-title {
		max-width: 420px;
		margin-bottom: 8px;
		font-size: 2rem;
		line-height: 1;
	}

	.featured-product-description {
		max-width: 430px;
		margin-bottom: 18px;
		font-size: 0.86rem;
		line-height: 1.5;
	}

	.product-specifications {
		gap: 14px;
		margin-bottom: 18px;
	}

	.product-specification {
		grid-template-columns: 26px 1fr;
		gap: 8px;
	}

	.specification-icon {
		width: 24px;
		height: 24px;
		font-size: 0.58rem;
	}

	.product-specification small,
	.product-options h3,
	.product-option-group p {
		font-size: 0.68rem;
		line-height: 1.25;
	}

	.product-specification strong,
	.product-option-values span {
		font-size: 0.72rem;
	}

	.product-buttons {
		gap: 10px;
	}

	.product-buttons .button {
		min-height: 38px;
		font-size: 0.68rem;
	}

	.story-grid {
		min-height: 390px;
		grid-template-columns: 52% 48%;
	}

	.story-content {
		padding: 34px 44px;
	}

	.story-content h2 {
		max-width: 430px;
		font-size: 1.85rem;
		line-height: 1.05;
	}

	.story-content p {
		max-width: 460px;
		font-size: 0.84rem;
		line-height: 1.6;
	}

	.packaging-section {
		padding: 22px 0 26px;
	}

	.packaging-heading {
		margin-bottom: 18px;
	}

	.packaging-heading h2,
	.brew-guide-heading h2 {
		font-size: 1.4rem;
		line-height: 1.15;
	}

	.packaging-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 28px;
	}

	.packaging-card {
		grid-template-columns: minmax(170px, 190px) 1fr;
		gap: 16px;
		min-height: 190px;
		align-items: center;
	}

	.packaging-visual {
		height: 185px;
	}

	.brew-guide-section {
		padding: 22px 0 18px;
	}

	.brew-guide-heading {
		margin-bottom: 20px;
	}

	.brew-guide-grid {
		min-height: 88px;
	}

	.brew-guide-card {
		grid-template-columns: 74px 1fr;
		gap: 18px;
	}

	.brew-guide-icon {
		width: 74px;
		height: 74px;
		transform: scale(0.82);
	}
}

/* Hero product scene */
.home-hero-section {
	position: relative;
	min-height: clamp(500px, calc(100vh - 340px), 620px);
	overflow: hidden;
	background: #f9f4f0;
}

.home-hero-grid {
	position: relative;
	min-height: clamp(500px, calc(100vh - 340px), 620px);
	grid-template-columns: minmax(360px, 36%) minmax(0, 64%);
}

.home-hero-content {
	position: relative;
	z-index: 2;
}

.hero-type-item {
	position: relative;
	display: block;
}

.hero-type-ghost {
	visibility: hidden;
}

.hero-type-live {
	position: absolute;
	inset-block-start: 0;
	inset-inline-start: 0;
	width: 100%;
}

.home-hero-title .hero-type-live {
	width: max-content;
	max-width: 100%;
}

.cr-js [data-hero-type] .hero-type-dot {
	opacity: 1;
	transition: opacity 140ms ease;
}

.cr-js [data-hero-type].is-waiting .hero-type-dot,
.cr-js [data-hero-type].is-typing .hero-type-dot {
	opacity: 0;
}

.cr-js [data-hero-type].is-typing .hero-type-live::after {
	content: "";
	display: inline-block;
	width: 2px;
	height: 0.86em;
	margin-inline-start: 0.08em;
	background: var(--cr-orange);
	vertical-align: -0.08em;
	animation: cr-hero-type-cursor 680ms steps(1, end) infinite;
}

.cr-js [data-hero-type-sequence] .home-hero-divider {
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 360ms ease 280ms;
}

.cr-js [data-hero-type-sequence].is-hero-type-complete .home-hero-divider {
	transform: scaleX(1);
}

@keyframes cr-hero-type-cursor {
	0%,
	48% {
		opacity: 1;
	}

	49%,
	100% {
		opacity: 0;
	}
}

.home-hero-visual {
	position: absolute;
	top: 0;
	right: calc((100vw - 100%) / -2);
	bottom: 0;
	left: auto;
	z-index: 1;
	width: min(67vw, 1040px);
	height: 100%;
	min-height: 0;
	overflow: visible;
	background: transparent;
	pointer-events: auto;
}

.home-orange-shape,
.home-product-arch,
.home-product-platform,
.home-beans,
.home-product-image-link {
	display: none;
}

.home-product-scene {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: auto;
	height: 100%;
	max-width: none;
	clip-path: inset(0 0 0 5.5%);
	object-fit: contain;
	object-position: right bottom;
	transition: transform 420ms ease, filter 420ms ease;
	will-change: transform, filter;
	filter: drop-shadow(0 14px 22px rgba(21, 21, 21, 0.08));
	transform: translate3d(0, 0, 0);
}

.home-hero-visual:hover .home-product-scene {
	filter: drop-shadow(0 24px 36px rgba(21, 21, 21, 0.16)) saturate(1.03);
	transform: translate3d(0, -8px, 0);
}

@media (prefers-reduced-motion: reduce) {
	.home-product-scene {
		transition: none;
	}

	.home-hero-visual:hover .home-product-scene {
		transform: none;
	}

	.cr-js [data-hero-type].is-typing .hero-type-live::after {
		content: none;
	}

	.cr-js [data-hero-type-sequence] .home-hero-divider {
		transform: none;
		transition: none;
	}
}

/* Featured coffee target redesign */
.featured-product-section {
	padding: 30px 0 38px;
	background: transparent;
}

.featured-product-section .featured-product-card {
	width: min(1848px, calc(100% - 36px));
	max-width: none;
	min-height: 620px;
	display: grid;
	grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
	gap: 38px;
	margin-inline: auto;
	padding: 34px 38px 34px 60px;
	border: 1px solid rgba(216, 208, 192, 0.78);
	border-radius: 24px;
	background: var(--cr-cream);
	box-shadow: 0 14px 30px rgba(21, 21, 21, 0.1);
	direction: ltr;
	overflow: hidden;
}

.featured-product-section .featured-product-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 30px 0 28px;
	direction: ltr;
}

.featured-product-section .section-label {
	margin: 0 0 22px;
	color: var(--cr-orange-dark);
	font-family: var(--cr-font-body);
	font-size: clamp(1rem, 1.18vw, 1.42rem);
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0;
	text-transform: uppercase;
}

.featured-product-section .section-label::after {
	content: "";
	display: block;
	width: 66px;
	height: 2px;
	margin-top: 14px;
	background: var(--cr-orange-dark);
}

.featured-product-section .featured-product-title {
	max-width: 790px;
	margin: 0 0 34px;
	color: var(--cr-ink);
	font-family: var(--cr-font-body);
	font-size: clamp(2.75rem, 3.18vw, 3.88rem);
	font-weight: 900;
	line-height: 0.98;
	letter-spacing: 0;
	white-space: nowrap;
}

.featured-product-section .featured-product-title a {
	color: inherit;
	text-decoration: none;
}

.featured-product-specs {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0 0 32px;
}

.featured-product-spec {
	position: relative;
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr);
	gap: 14px;
	min-height: 108px;
	padding-inline-end: 20px;
}

.featured-product-spec + .featured-product-spec {
	padding-inline-start: 24px;
}

.featured-product-spec:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: rgba(216, 208, 192, 0.82);
}

.featured-spec-icon {
	width: 36px;
	height: 36px;
	display: grid;
	place-items: start center;
	color: var(--cr-orange-dark);
}

.featured-spec-icon svg {
	width: 36px;
	height: 36px;
	stroke: currentColor;
	stroke-width: 2.5;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.featured-spec-copy h3 {
	margin: 0 0 8px;
	color: var(--cr-ink);
	font-family: var(--cr-font-body);
	font-size: clamp(0.96rem, 0.96vw, 1.18rem);
	font-weight: 850;
	line-height: 1.1;
}

.featured-spec-copy strong {
	display: block;
	margin-bottom: 10px;
	color: var(--cr-ink);
	font-size: clamp(0.92rem, 0.92vw, 1.08rem);
	font-weight: 600;
	line-height: 1.25;
}

.featured-spec-copy p {
	margin: 0;
	color: #4d4a45;
	font-size: clamp(0.82rem, 0.82vw, 0.98rem);
	font-weight: 500;
	line-height: 1.36;
}

.featured-grind-options {
	margin-bottom: 26px;
}

.featured-grind-options h3 {
	margin: 0 0 16px;
	color: var(--cr-ink);
	font-family: var(--cr-font-body);
	font-size: clamp(1rem, 1vw, 1.18rem);
	font-weight: 850;
	line-height: 1.15;
}

.featured-grind-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.featured-grind-option {
	min-height: 56px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	border: 1px solid rgba(188, 179, 164, 0.92);
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.44);
	color: var(--cr-ink);
	font-size: clamp(0.9rem, 0.92vw, 1.06rem);
	font-weight: 760;
	line-height: 1.15;
	text-align: center;
}

.featured-grind-option.is-active {
	border-color: var(--cr-orange-dark);
	color: var(--cr-orange-dark);
	background: rgba(255, 255, 255, 0.74);
	font-weight: 900;
}

.featured-product-actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 28px;
}

.featured-action {
	min-height: 72px;
	border-radius: 12px;
	font-size: clamp(0.92rem, 0.96vw, 1.12rem);
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.featured-action--primary {
	background: var(--cr-orange-dark);
	color: var(--cr-white);
	box-shadow: 0 10px 20px rgba(230, 56, 3, 0.16);
	cursor: default;
}

.featured-action--secondary {
	gap: 18px;
	border: 1px solid var(--cr-orange-dark);
	background: rgba(255, 255, 255, 0.34);
	color: var(--cr-orange-dark);
}

.featured-action-icon {
	width: 24px;
	height: 24px;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.featured-product-section .admin-only-note {
	margin-top: 18px;
}

.featured-product-section .featured-product-visual {
	min-height: 530px;
	border-radius: 14px;
	background: transparent;
	overflow: hidden;
}

.featured-product-scene-link {
	display: block;
	width: 100%;
	height: 100%;
}

.featured-product-scene-image {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	object-fit: cover;
	object-position: center bottom;
	filter: saturate(1.02) contrast(1.01);
}

.featured-product-scene-link--fallback {
	display: grid;
	place-items: end center;
	background:
		radial-gradient(circle at 20% 48%, #efe4d3 0 36%, transparent 36.5%),
		var(--cr-orange-dark);
}

.featured-product-scene-image--fallback {
	width: auto;
	height: 84%;
	object-fit: contain;
	filter: drop-shadow(0 24px 30px rgba(21, 21, 21, 0.24));
}
