/*
Theme Name: AQQURA
Theme URI: https://aqqura.com.my/
Author: Borbila
Author URI: https://www.borbila.com/
Description: A polished, responsive wholesale fresh-produce theme with an editable catalogue and secure enquiry workflow.
Version: 1.5.1
Requires at least: 6.5
Tested up to: 7.1
Requires PHP: 8.0
Text Domain: aqqura
*/

:root {
	--forest-950: #08261a;
	--forest-900: #0c3323;
	--forest-800: #12432e;
	--forest-700: #1c5a3b;
	--leaf-600: #377e4c;
	--leaf-500: #54945e;
	--sage-100: #e8eee6;
	--sage-50: #f4f7f2;
	--cream: #f7f3e9;
	--gold-600: #b58c3b;
	--gold-500: #c9a756;
	--gold-300: #e4cf96;
	--ink: #15231b;
	--muted: #68736d;
	--line: #dfe6df;
	--white: #ffffff;
	--shadow-sm: 0 8px 30px rgba(9, 42, 28, 0.08);
	--shadow-lg: 0 28px 70px rgba(5, 30, 19, 0.16);
	--radius-sm: 8px;
	--radius-md: 14px;
	--radius-lg: 24px;
	--font-sans: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--font-display: "Playfair Display", Georgia, serif;
}

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

html {
	scroll-behavior: smooth;
	scroll-padding-top: 112px;
}

body {
	margin: 0;
	background: var(--white);
	color: var(--ink);
	font-family: var(--font-sans);
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}

body.menu-open {
	overflow: hidden;
}

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

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

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

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

h1,
h2,
h3,
p {
	margin-top: 0;
}

h1,
h2,
h3 {
	font-family: var(--font-display);
	line-height: 1.09;
}

.container {
	width: min(1220px, calc(100% - 48px));
	margin-inline: auto;
}

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

.skip-link {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 99999;
	padding: 10px 16px;
	background: var(--white);
	color: var(--forest-900);
	font-weight: 700;
	transform: translateY(-160%);
}

.skip-link:focus {
	transform: translateY(0);
}

:focus-visible {
	outline: 3px solid var(--gold-500);
	outline-offset: 4px;
}

.section {
	padding: 112px 0;
}

.eyebrow {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 18px;
	color: var(--leaf-600);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.19em;
	line-height: 1.3;
	text-transform: uppercase;
}

.eyebrow > span {
	display: inline-block;
	width: 34px;
	height: 1px;
	background: currentColor;
}

.eyebrow-light {
	color: var(--gold-300);
}

.section-heading {
	margin-bottom: 52px;
}

.section-heading h2,
.about-copy h2,
.quality-intro h2,
.contact-copy h2 {
	margin-bottom: 0;
	color: var(--forest-900);
	font-size: clamp(40px, 4.3vw, 62px);
	letter-spacing: -0.035em;
}

.section-heading > p,
.section-heading.heading-row > p {
	max-width: 550px;
	margin: 0;
	color: var(--muted);
	font-size: 17px;
}

.section-heading.heading-row {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.7fr);
	gap: 70px;
	align-items: end;
}

.section-heading.centered {
	max-width: 780px;
	margin-inline: auto;
	text-align: center;
}

.section-heading.centered .eyebrow {
	justify-content: center;
}

.section-heading.centered > p {
	margin: 20px auto 0;
}

.section-heading.light h2 {
	color: var(--white);
}

.section-heading.light > p {
	color: rgba(255, 255, 255, 0.68);
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
	min-height: 54px;
	padding: 14px 23px;
	border: 1px solid transparent;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.button:hover {
	transform: translateY(-2px);
}

.button-gold {
	background: var(--gold-500);
	color: var(--forest-950);
	box-shadow: 0 14px 34px rgba(201, 167, 86, 0.2);
}

.button-gold:hover {
	background: #dab96b;
	box-shadow: 0 18px 38px rgba(201, 167, 86, 0.28);
}

.button-ghost {
	border-color: rgba(255, 255, 255, 0.48);
	background: rgba(255, 255, 255, 0.06);
	color: var(--white);
	backdrop-filter: blur(10px);
}

.button-ghost:hover {
	border-color: rgba(255, 255, 255, 0.85);
	background: rgba(255, 255, 255, 0.12);
}

.button-dark {
	border: 0;
	background: var(--forest-900);
	color: var(--white);
	cursor: pointer;
}

.button-dark:hover {
	background: var(--forest-700);
	box-shadow: 0 14px 35px rgba(8, 38, 26, 0.22);
}

/* Header */
.site-topbar {
	position: relative;
	z-index: 102;
	background: var(--forest-950);
	color: rgba(255, 255, 255, 0.77);
	font-size: 12px;
}

.topbar-inner {
	display: flex;
	min-height: 36px;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.topbar-inner p,
.topbar-links {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 0;
}

.topbar-inner svg {
	width: 16px;
	height: 16px;
	fill: var(--gold-500);
}

.topbar-links a {
	transition: color 0.2s ease;
}

.topbar-links a:hover {
	color: var(--white);
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	border-bottom: 1px solid rgba(18, 67, 46, 0.09);
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 3px 18px rgba(9, 42, 28, 0.03);
	backdrop-filter: blur(16px);
	transition: box-shadow 0.25s ease, background 0.25s ease;
}

.site-header.scrolled {
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 10px 35px rgba(9, 42, 28, 0.09);
}

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

.header-inner {
	display: flex;
	min-height: 82px;
	align-items: center;
	justify-content: space-between;
	gap: 36px;
}

.site-brand {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	gap: 12px;
}

.site-brand .custom-logo-link {
	display: block;
}

.site-brand .custom-logo {
	width: auto;
	max-height: 58px;
}

.brand-mark {
	display: block;
	width: 48px;
	height: 48px;
}

.brand-mark svg {
	display: block;
	width: 100%;
	height: 100%;
}

.mark-ring {
	fill: none;
	stroke: var(--gold-500);
	stroke-width: 1.5;
}

.mark-leaf {
	fill: var(--forest-800);
}

.mark-stem {
	fill: none;
	stroke: var(--forest-800);
	stroke-linecap: round;
	stroke-width: 2.1;
}

.brand-copy {
	display: grid;
	line-height: 1;
}

.brand-copy strong {
	color: var(--forest-900);
	font-family: var(--font-display);
	font-size: 25px;
	letter-spacing: 0.045em;
}

.brand-copy small {
	margin-top: 6px;
	color: var(--muted);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.27em;
}

.primary-navigation {
	margin-left: auto;
}

.nav-list {
	display: flex;
	align-items: center;
	gap: clamp(14px, 1.7vw, 27px);
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-list a {
	position: relative;
	display: block;
	padding: 29px 0;
	color: #39463f;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
	transition: color 0.2s ease;
}

.nav-list > li:not(.nav-cta) > a::after {
	position: absolute;
	right: 0;
	bottom: 22px;
	left: 0;
	height: 2px;
	background: var(--gold-500);
	content: "";
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.25s ease;
}

.nav-list > li:not(.nav-cta) > a:hover,
.nav-list > li:not(.nav-cta) > a.active,
.nav-list > li.current-menu-item:not(.nav-cta) > a {
	color: var(--forest-800);
}

.nav-list > li:not(.nav-cta) > a:hover::after,
.nav-list > li:not(.nav-cta) > a.active::after,
.nav-list > li.current-menu-item:not(.nav-cta) > a::after {
	transform: scaleX(1);
	transform-origin: left;
}

.nav-list .nav-cta a {
	padding: 12px 17px;
	border-radius: 5px;
	background: var(--forest-900);
	color: var(--white);
	transition: background 0.2s ease, transform 0.2s ease;
}

.nav-list .nav-cta a::after {
	content: "↗";
	margin-left: 10px;
}

.nav-list .nav-cta a:hover {
	background: var(--forest-700);
	transform: translateY(-1px);
}

.menu-toggle {
	display: none;
	align-items: center;
	gap: 12px;
	padding: 8px 0;
	border: 0;
	background: transparent;
	color: var(--forest-900);
	font-weight: 700;
	cursor: pointer;
}

.menu-lines {
	display: grid;
	width: 27px;
	gap: 5px;
}

.menu-lines i {
	display: block;
	height: 2px;
	background: currentColor;
	transition: transform 0.25s ease, opacity 0.25s ease;
}

/* Hero */
.hero {
	position: relative;
	display: grid;
	min-height: min(790px, calc(100vh - 40px));
	align-items: center;
	overflow: hidden;
	background: var(--forest-950) var(--hero-image) center 45% / cover no-repeat;
	color: var(--white);
}

.hero-overlay {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 74% 30%, rgba(196, 167, 90, 0.09), transparent 34%),
		linear-gradient(90deg, rgba(5, 32, 21, 0.96) 0%, rgba(5, 32, 21, 0.84) 44%, rgba(5, 32, 21, 0.28) 76%, rgba(5, 32, 21, 0.12) 100%);
}

.hero::before {
	position: absolute;
	inset: 0;
	z-index: 1;
	background-image: linear-gradient(rgba(255,255,255,0.028) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.028) 1px, transparent 1px);
	background-size: 80px 80px;
	content: "";
	mask-image: linear-gradient(to right, #000, transparent 75%);
}

.hero-layout {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	gap: 80px;
	align-items: center;
	padding-top: 70px;
	padding-bottom: 90px;
}

.hero-content {
	max-width: 760px;
}

.hero h1 {
	max-width: 760px;
	margin-bottom: 25px;
	font-size: clamp(55px, 7vw, 92px);
	font-weight: 600;
	letter-spacing: -0.05em;
}

.hero-content > p {
	max-width: 660px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.8);
	font-size: clamp(17px, 1.5vw, 20px);
	line-height: 1.72;
}

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

.hero-assurance {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 42px;
}

.assurance-avatars {
	display: flex;
}

.assurance-avatars span {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	margin-left: -7px;
	border: 2px solid rgba(255, 255, 255, 0.7);
	border-radius: 50%;
	background: var(--forest-700);
	color: var(--gold-300);
	font-size: 10px;
	font-weight: 800;
}

.assurance-avatars span:first-child {
	margin-left: 0;
}

.hero-assurance p {
	display: grid;
	margin: 0;
	line-height: 1.35;
}

.hero-assurance strong {
	font-size: 12px;
	letter-spacing: 0.05em;
}

.hero-assurance small {
	margin-top: 3px;
	color: rgba(255, 255, 255, 0.6);
	font-size: 11px;
}

.hero-card {
	align-self: end;
	margin-bottom: 30px;
	padding: 25px;
	border: 1px solid rgba(255, 255, 255, 0.19);
	border-radius: var(--radius-md);
	background: rgba(8, 38, 26, 0.72);
	box-shadow: var(--shadow-lg);
	backdrop-filter: blur(16px);
}

.hero-card-label {
	margin-bottom: 17px;
	color: var(--gold-300);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.hero-card-row {
	display: grid;
	grid-template-columns: 42px 1fr;
	gap: 13px;
	align-items: start;
	padding: 17px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-card-icon {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 50%;
	background: rgba(201, 167, 86, 0.14);
	color: var(--gold-300);
}

.hero-card-icon svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.hero-card-row div {
	display: grid;
}

.hero-card-row strong {
	font-size: 14px;
}

.hero-card-row small {
	margin-top: 3px;
	color: rgba(255, 255, 255, 0.58);
	font-size: 11px;
	line-height: 1.5;
}

.hero-card > a {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	padding-top: 17px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	color: var(--white);
	font-size: 12px;
	font-weight: 700;
}

.hero-card > a:hover {
	color: var(--gold-300);
}

.scroll-cue {
	position: absolute;
	right: 50%;
	bottom: 18px;
	z-index: 4;
	display: grid;
	justify-items: center;
	gap: 8px;
	color: rgba(255, 255, 255, 0.58);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	transform: translateX(50%);
}

.scroll-cue i {
	display: block;
	width: 1px;
	height: 28px;
	background: linear-gradient(var(--gold-300), transparent);
	animation: cue 1.8s ease-in-out infinite;
}

@keyframes cue {
	50% { transform: scaleY(0.55); transform-origin: top; }
}

/* Trust strip */
.trust-strip {
	position: relative;
	z-index: 5;
	border-bottom: 1px solid #e4e8e1;
	background: var(--cream);
}

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

.trust-item {
	display: flex;
	min-height: 94px;
	align-items: center;
	justify-content: center;
	gap: 13px;
	padding: 16px 25px;
	border-left: 1px solid rgba(8, 38, 26, 0.09);
}

.trust-item:last-child {
	border-right: 1px solid rgba(8, 38, 26, 0.09);
}

.trust-item svg {
	width: 28px;
	height: 28px;
	fill: none;
	stroke: var(--gold-600);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.5;
}

.trust-item:first-child svg {
	fill: var(--gold-600);
	stroke: none;
}

.trust-item span {
	display: grid;
	line-height: 1.35;
}

.trust-item strong {
	color: var(--forest-900);
	font-size: 13px;
}

.trust-item small {
	margin-top: 3px;
	color: var(--muted);
	font-size: 10px;
}

/* Categories */
.produce-categories {
	background: var(--white);
}

.category-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-rows: 275px;
	gap: 16px;
}

.category-card {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: var(--radius-sm);
	background: var(--forest-900);
	box-shadow: var(--shadow-sm);
}

.category-featured {
	grid-row: span 2;
	grid-column: span 2;
}

.category-card img,
.category-image-placeholder,
.category-shade {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.category-image-placeholder {
	display: grid;
	place-items: center;
	padding: 30px;
	background:
		radial-gradient(circle at 75% 20%, rgba(201, 166, 92, 0.24), transparent 34%),
		linear-gradient(145deg, #174b37, #082c20 68%);
	color: rgba(255, 255, 255, 0.6);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
}

.category-card img {
	object-fit: cover;
	transition: transform 0.65s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.category-shade {
	background: linear-gradient(180deg, rgba(4, 25, 16, 0.04) 20%, rgba(4, 25, 16, 0.88) 100%);
	transition: background 0.3s ease;
}

.category-card:hover img {
	transform: scale(1.055);
}

.category-card:hover .category-shade {
	background: linear-gradient(180deg, rgba(4, 25, 16, 0.08) 10%, rgba(4, 25, 16, 0.94) 100%);
}

.category-number {
	position: absolute;
	top: 20px;
	right: 20px;
	color: rgba(255, 255, 255, 0.7);
	font-family: var(--font-display);
	font-size: 14px;
}

.category-content {
	position: absolute;
	right: 24px;
	bottom: 24px;
	left: 24px;
	z-index: 2;
	display: grid;
	color: var(--white);
}

.category-content strong {
	font-family: var(--font-display);
	font-size: clamp(24px, 2.6vw, 37px);
	line-height: 1.1;
}

.category-card:not(.category-featured) .category-content strong {
	font-size: clamp(22px, 2vw, 28px);
}

.category-content small {
	margin-top: 8px;
	color: rgba(255, 255, 255, 0.69);
	font-size: 11px;
}

.category-content i {
	max-height: 0;
	margin-top: 0;
	overflow: hidden;
	color: var(--gold-300);
	font-size: 11px;
	font-style: normal;
	font-weight: 700;
	opacity: 0;
	transition: max-height 0.3s ease, margin 0.3s ease, opacity 0.3s ease;
}

.category-card:hover .category-content i {
	max-height: 24px;
	margin-top: 11px;
	opacity: 1;
}

/* About */
.about-section {
	background: var(--sage-50);
}

.about-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
	gap: clamp(60px, 8vw, 110px);
	align-items: center;
}

.about-visual {
	position: relative;
	padding: 0 0 34px 34px;
}

.about-visual::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 58%;
	height: 62%;
	border: 1px solid var(--gold-500);
	content: "";
}

.about-image {
	position: relative;
	z-index: 1;
	height: 620px;
	overflow: hidden;
	border-radius: 6px 6px 120px 6px;
	box-shadow: var(--shadow-lg);
}

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

.about-badge {
	position: absolute;
	right: -30px;
	bottom: 72px;
	z-index: 2;
	display: grid;
	width: 162px;
	height: 162px;
	place-content: center;
	justify-items: center;
	border: 7px solid var(--sage-50);
	border-radius: 50%;
	background: var(--forest-900);
	color: var(--white);
	text-align: center;
	box-shadow: var(--shadow-sm);
}

.about-badge svg {
	width: 27px;
	height: 27px;
	margin-bottom: 8px;
	fill: none;
	stroke: var(--gold-300);
	stroke-linejoin: round;
	stroke-width: 1.4;
}

.about-badge strong {
	font-family: var(--font-display);
	font-size: 17px;
}

.about-badge small {
	color: rgba(255, 255, 255, 0.63);
	font-size: 9px;
}

.about-copy h2 {
	margin-bottom: 27px;
}

.about-copy p {
	color: var(--muted);
}

.about-copy .lead {
	color: #35443b;
	font-size: 18px;
	font-weight: 500;
}

.feature-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	margin: 31px 0;
}

.feature-list > div {
	position: relative;
	display: grid;
	grid-template-columns: 30px 1fr;
	padding: 16px 13px;
	border: 1px solid var(--line);
	border-radius: 7px;
	background: rgba(255, 255, 255, 0.58);
}

.feature-list > div > span {
	grid-row: span 2;
	display: grid;
	width: 22px;
	height: 22px;
	place-items: center;
	margin-top: 1px;
	border-radius: 50%;
	background: rgba(55, 126, 76, 0.12);
	color: var(--leaf-600);
	font-size: 11px;
	font-weight: 800;
}

.feature-list strong {
	font-size: 13px;
}

.feature-list small {
	margin-top: 2px;
	color: var(--muted);
	font-size: 10px;
	line-height: 1.4;
}

.text-link {
	display: inline-flex;
	align-items: center;
	gap: 30px;
	padding-bottom: 5px;
	border-bottom: 1px solid var(--gold-500);
	color: var(--forest-900);
	font-size: 13px;
	font-weight: 700;
}

.text-link:hover {
	color: var(--leaf-600);
}

/* Wholesale */
.wholesale-section {
	position: relative;
	overflow: hidden;
	background: var(--forest-950);
	color: var(--white);
}

.wholesale-texture {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(circle at 10% 0%, rgba(201, 167, 86, 0.12), transparent 30%),
		radial-gradient(circle at 100% 100%, rgba(84, 148, 94, 0.16), transparent 34%),
		linear-gradient(135deg, transparent 49.7%, rgba(255,255,255,0.025) 50%, transparent 50.3%);
	background-size: auto, auto, 40px 40px;
}

.wholesale-section .container {
	position: relative;
}

.audience-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(255, 255, 255, 0.12);
}

.audience-card {
	display: grid;
	grid-template-columns: 32px 1fr 20px;
	min-height: 82px;
	align-items: center;
	gap: 15px;
	padding: 18px 22px;
	background: rgba(10, 44, 29, 0.96);
	transition: background 0.25s ease;
}

.audience-card:hover {
	background: var(--forest-800);
}

.audience-card span {
	color: var(--gold-500);
	font-family: var(--font-display);
	font-size: 12px;
}

.audience-card strong {
	font-size: 14px;
}

.audience-card i {
	color: rgba(255, 255, 255, 0.35);
	font-style: normal;
}

.wholesale-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	margin-top: 38px;
	padding: 24px 28px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--radius-sm);
	background: rgba(255, 255, 255, 0.04);
}

.wholesale-cta p {
	display: grid;
	margin: 0;
}

.wholesale-cta strong {
	font-family: var(--font-display);
	font-size: 21px;
}

.wholesale-cta p span {
	color: rgba(255, 255, 255, 0.57);
	font-size: 12px;
}

/* Journey */
.journey-section {
	background: var(--white);
}

.journey-line {
	position: relative;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 12px;
}

.journey-line::before {
	position: absolute;
	top: 27px;
	right: 8%;
	left: 8%;
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--gold-500) 12%, var(--gold-500) 88%, transparent);
	content: "";
}

.journey-step {
	position: relative;
	z-index: 1;
	padding: 0 10px;
	text-align: center;
}

.step-number {
	display: grid;
	width: 55px;
	height: 55px;
	place-items: center;
	margin: 0 auto 20px;
	border: 1px solid var(--gold-500);
	border-radius: 50%;
	background: var(--white);
	color: var(--gold-600);
	font-family: var(--font-display);
	font-size: 14px;
	box-shadow: 0 0 0 8px var(--white);
}

.journey-step h3 {
	margin-bottom: 9px;
	color: var(--forest-900);
	font-size: 19px;
}

.journey-step p {
	margin-bottom: 0;
	color: var(--muted);
	font-size: 11px;
	line-height: 1.55;
}

/* Catalogue */
.catalogue-section {
	background: var(--sage-50);
}

.catalogue-tools {
	display: grid;
	grid-template-columns: minmax(240px, 360px) 1fr;
	gap: 28px;
	align-items: center;
	margin-bottom: 25px;
	padding: 18px;
	border: 1px solid var(--line);
	border-radius: var(--radius-sm);
	background: var(--white);
	box-shadow: var(--shadow-sm);
}

.product-search {
	position: relative;
	display: block;
}

.product-search svg {
	position: absolute;
	top: 50%;
	left: 14px;
	width: 20px;
	height: 20px;
	fill: none;
	stroke: var(--muted);
	stroke-linecap: round;
	stroke-width: 1.7;
	transform: translateY(-50%);
}

.product-search input {
	width: 100%;
	height: 46px;
	padding: 0 14px 0 44px;
	border: 1px solid var(--line);
	border-radius: 5px;
	background: #fbfcfa;
	color: var(--ink);
	font-size: 13px;
}

.product-search input:focus {
	border-color: var(--leaf-500);
	outline: 3px solid rgba(84, 148, 94, 0.12);
}

.filter-tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 7px;
}

.filter-button {
	padding: 9px 13px;
	border: 1px solid var(--line);
	border-radius: 99px;
	background: var(--white);
	color: #536058;
	font-size: 11px;
	font-weight: 700;
	cursor: pointer;
	transition: border 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.filter-button:hover,
.filter-button.active {
	border-color: var(--forest-900);
	background: var(--forest-900);
	color: var(--white);
}

.catalogue-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
	color: var(--muted);
	font-size: 11px;
}

.catalogue-meta p {
	margin: 0;
}

.catalogue-meta strong {
	color: var(--forest-900);
	font-size: 14px;
}

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

.product-card {
	overflow: hidden;
	border: 1px solid #e5ebe4;
	border-radius: var(--radius-sm);
	background: var(--white);
	box-shadow: 0 9px 30px rgba(9, 42, 28, 0.045);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
	box-shadow: 0 18px 45px rgba(9, 42, 28, 0.11);
	transform: translateY(-5px);
}

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

.product-image {
	position: relative;
	height: 210px;
	overflow: hidden;
	background: var(--sage-100);
}

.product-image::after {
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 50%, rgba(7, 36, 24, 0.28));
	content: "";
}

.product-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.product-image-placeholder {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	padding: 24px;
	background: linear-gradient(145deg, var(--sage-100), var(--cream));
	color: var(--forest-700);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-align: center;
	text-transform: uppercase;
}

.product-card:hover .product-image img {
	transform: scale(1.045);
}

.product-image > span {
	position: absolute;
	top: 13px;
	left: 13px;
	z-index: 2;
	padding: 6px 9px;
	border-radius: 99px;
	background: rgba(255, 255, 255, 0.92);
	color: var(--leaf-600);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	backdrop-filter: blur(7px);
}

.product-content {
	padding: 18px;
}

.product-content h3 {
	margin-bottom: 10px;
	color: var(--forest-900);
	font-size: 23px;
}

.product-price {
	display: flex;
	align-items: baseline;
	gap: 6px;
	margin-bottom: 12px;
	padding-bottom: 11px;
	border-bottom: 1px solid #e8ede7;
}

.product-price > span {
	margin-right: auto;
	color: var(--muted);
	font-size: 8px;
	font-weight: 800;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.product-price strong {
	color: var(--forest-900);
	font-family: var(--font-display);
	font-size: 20px;
	line-height: 1;
}

.product-price strong small {
	color: var(--gold-600);
	font-family: var(--font-sans);
	font-size: 9px;
	font-weight: 800;
}

.product-price em {
	color: var(--muted);
	font-size: 9px;
	font-style: normal;
	font-weight: 600;
}

.product-price.price-request strong {
	font-family: var(--font-sans);
	font-size: 12px;
}

.product-content > p {
	margin-bottom: 12px;
	color: var(--muted);
	font-size: 11px;
	line-height: 1.6;
}

.product-enquire {
	display: flex;
	width: 100%;
	height: 42px;
	align-items: center;
	justify-content: space-between;
	padding: 0 14px;
	border: 1px solid var(--forest-900);
	border-radius: 4px;
	background: transparent;
	color: var(--forest-900);
	font-size: 11px;
	font-weight: 800;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease;
}

.product-enquire:hover {
	background: var(--forest-900);
	color: var(--white);
}

.no-results {
	padding: 70px 20px;
	border: 1px dashed #cbd5ca;
	border-radius: var(--radius-sm);
	background: rgba(255,255,255,0.6);
	text-align: center;
}

.no-results[hidden] {
	display: none;
}

.no-results > span {
	color: var(--gold-600);
	font-size: 35px;
}

.no-results h3 {
	margin: 6px 0;
	color: var(--forest-900);
	font-size: 24px;
}

.no-results p {
	color: var(--muted);
	font-size: 13px;
}

.no-results button {
	padding: 9px 15px;
	border: 0;
	border-radius: 4px;
	background: var(--forest-900);
	color: var(--white);
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
}

/* Quality */
.quality-section {
	background: var(--cream);
}

.quality-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
	gap: 80px;
	align-items: start;
}

.quality-intro {
	position: sticky;
	top: 140px;
}

.quality-intro h2 {
	margin-bottom: 24px;
}

.quality-intro > p {
	color: var(--muted);
	font-size: 16px;
}

.quality-quote {
	position: relative;
	margin-top: 34px;
	padding: 23px 25px 22px 46px;
	border-left: 2px solid var(--gold-500);
	background: rgba(255,255,255,0.55);
}

.quality-quote span {
	position: absolute;
	top: 2px;
	left: 15px;
	color: var(--gold-500);
	font-family: var(--font-display);
	font-size: 48px;
}

.quality-quote p {
	margin: 0;
	color: #3f4e45;
	font-family: var(--font-display);
	font-size: 16px;
	font-style: italic;
}

.quality-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 13px;
}

.quality-card {
	display: grid;
	grid-template-columns: 48px 1fr;
	gap: 14px;
	min-height: 170px;
	padding: 24px;
	border: 1px solid rgba(9, 42, 28, 0.08);
	border-radius: var(--radius-sm);
	background: rgba(255, 255, 255, 0.72);
	transition: transform 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.quality-card:hover {
	background: var(--white);
	box-shadow: var(--shadow-sm);
	transform: translateY(-3px);
}

.quality-card > span {
	display: grid;
	width: 45px;
	height: 45px;
	place-items: center;
	border: 1px solid var(--gold-300);
	border-radius: 50%;
	color: var(--gold-600);
	font-size: 18px;
}

.quality-card h3 {
	margin: 4px 0 8px;
	color: var(--forest-900);
	font-size: 20px;
}

.quality-card p {
	margin: 0;
	color: var(--muted);
	font-size: 11px;
	line-height: 1.6;
}

/* Contact */
.contact-section {
	position: relative;
	overflow: hidden;
	background: var(--forest-900);
	color: var(--white);
}

.contact-section::before {
	position: absolute;
	top: -220px;
	left: -210px;
	width: 600px;
	height: 600px;
	border: 1px solid rgba(201,167,86,0.14);
	border-radius: 50%;
	box-shadow: 0 0 0 80px rgba(201,167,86,0.025), 0 0 0 160px rgba(201,167,86,0.018);
	content: "";
}

.contact-layout {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 0.73fr) minmax(0, 1.27fr);
	gap: clamp(55px, 8vw, 105px);
	align-items: center;
}

.contact-copy h2 {
	margin-bottom: 22px;
	color: var(--white);
}

.contact-copy > p {
	color: rgba(255, 255, 255, 0.65);
	font-size: 16px;
}

.contact-methods {
	display: grid;
	gap: 1px;
	margin-top: 30px;
	background: rgba(255, 255, 255, 0.12);
}

.contact-methods > a,
.contact-methods > div {
	display: grid;
	grid-template-columns: 42px 1fr 20px;
	gap: 14px;
	align-items: center;
	padding: 16px;
	background: var(--forest-900);
	transition: background 0.2s ease;
}

.contact-methods > a:hover {
	background: var(--forest-800);
}

.contact-methods > a > span,
.contact-methods > div > span {
	display: grid;
	width: 40px;
	height: 40px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 50%;
	color: var(--gold-300);
}

.contact-methods svg {
	width: 19px;
	height: 19px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.5;
}

.contact-methods a > div,
.contact-methods > div > div {
	display: grid;
	min-width: 0;
}

.contact-methods small {
	color: rgba(255, 255, 255, 0.5);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.contact-methods strong {
	overflow: hidden;
	font-size: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.contact-methods i {
	color: rgba(255, 255, 255, 0.35);
	font-style: normal;
}

.response-note {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin-top: 21px;
	font-size: 10px !important;
}

.response-note span {
	color: var(--gold-300);
}

.enquiry-card {
	padding: clamp(25px, 4vw, 44px);
	border-radius: var(--radius-md);
	background: var(--white);
	box-shadow: 0 30px 80px rgba(0,0,0,0.24);
	color: var(--ink);
}

.form-heading {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 24px;
	padding-bottom: 17px;
	border-bottom: 1px solid var(--line);
}

.form-heading p {
	margin: 0;
	color: var(--forest-900);
	font-family: var(--font-display);
	font-size: 24px;
	font-weight: 700;
}

.form-heading span {
	color: var(--muted);
	font-size: 9px;
}

.form-message {
	display: grid;
	grid-template-columns: 28px 1fr;
	gap: 10px;
	align-items: center;
	margin-bottom: 20px;
	padding: 12px 14px;
	border-radius: 5px;
	font-size: 11px;
	font-weight: 600;
}

.form-message > span {
	display: grid;
	width: 24px;
	height: 24px;
	place-items: center;
	border-radius: 50%;
	font-weight: 800;
}

.form-message.success {
	border: 1px solid #b9dcc2;
	background: #effaf1;
	color: #27633a;
}

.form-message.success > span {
	background: #d6efdd;
}

.form-message.error {
	border: 1px solid #efd0c7;
	background: #fff3f0;
	color: #8a3d2a;
}

.form-message.error > span {
	background: #f5dcd5;
}

.enquiry-form {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
}

.enquiry-form > label {
	display: grid;
	gap: 6px;
}

.enquiry-form label > span {
	color: #46534b;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.03em;
}

.enquiry-form input,
.enquiry-form textarea {
	width: 100%;
	border: 1px solid #d9e1da;
	border-radius: 5px;
	background: #fcfdfb;
	color: var(--ink);
	font-size: 12px;
	transition: border 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.enquiry-form input {
	height: 45px;
	padding: 0 13px;
}

.enquiry-form textarea {
	min-height: 108px;
	padding: 12px 13px;
	resize: vertical;
}

.enquiry-form input:focus,
.enquiry-form textarea:focus {
	border-color: var(--leaf-500);
	background: var(--white);
	box-shadow: 0 0 0 3px rgba(84, 148, 94, 0.12);
	outline: 0;
}

.form-full {
	grid-column: 1 / -1;
}

.form-submit {
	display:flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	margin-top: 5px;
}

.form-submit .button {
	min-width: 230px;
}

.form-submit .whatsapp-submit {
	min-width: 300px;
	justify-content: flex-start;
	gap: 10px;
	background: #168b4c;
}

.form-submit .whatsapp-submit:hover {
	background: #10763f;
}

.form-submit .whatsapp-submit:disabled {
	cursor: wait;
	opacity: 0.72;
	transform: none;
}

.form-submit .whatsapp-button-icon {
	width: 21px;
	height: 21px;
	flex: 0 0 auto;
	fill: currentColor;
	stroke: none;
}

.form-submit .whatsapp-submit i {
	margin-left: auto;
	font-style: normal;
}

.form-submit > p {
	display: flex;
	align-items: center;
	gap: 7px;
	margin: 0;
	color: var(--muted);
	font-size: 9px;
}

.form-submit > p svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: var(--leaf-600);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.5;
}

/* Footer */
.site-footer {
	padding: 72px 0 84px;
	background: var(--forest-950);
	color: rgba(255,255,255,0.62);
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.55fr 0.75fr 1fr 1.05fr;
	gap: 55px;
}

.footer-brand .mark-leaf {
	fill: var(--gold-300);
}

.footer-brand .mark-stem {
	stroke: var(--gold-300);
}

.footer-brand .brand-copy strong {
	color: var(--white);
}

.footer-brand .brand-copy small {
	color: rgba(255,255,255,0.5);
}

.footer-intro > p {
	max-width: 330px;
	margin: 21px 0;
	font-size: 12px;
}

.footer-seal {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 11px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 99px;
	color: rgba(255,255,255,0.75);
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.footer-seal span {
	color: var(--gold-500);
}

.footer-grid h2 {
	margin: 7px 0 21px;
	color: var(--white);
	font-family: var(--font-sans);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.footer-grid > div:not(.footer-intro) > a,
.footer-grid > div:not(.footer-intro) > p {
	display: block;
	margin: 0 0 11px;
	font-size: 11px;
	line-height: 1.55;
}

.footer-grid > div:not(.footer-intro) > a:hover {
	color: var(--white);
}

.footer-cta {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px !important;
	padding: 12px 0;
	border-bottom: 1px solid var(--gold-500);
	color: var(--white);
	font-weight: 700;
}

.footer-cta span {
	color: var(--gold-300);
}

.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	margin-top: 55px;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 9px;
}

.footer-bottom p {
	margin: 0;
}

.footer-bottom-meta {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 18px;
	padding-right: 140px;
	text-align: right;
}

.footer-credit a {
	color: var(--gold-300);
	font-weight: 800;
	letter-spacing: 0.04em;
}

.footer-credit a:hover {
	color: var(--white);
}

.whatsapp-float {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 80;
	display: flex;
	align-items: center;
	gap: 8px;
	min-height: 48px;
	padding: 0 16px 0 12px;
	border: 2px solid rgba(255,255,255,0.78);
	border-radius: 99px;
	background: #1f9d58;
	box-shadow: 0 12px 32px rgba(0,0,0,0.22);
	color: var(--white);
	font-size: 11px;
	font-weight: 800;
	transition: transform 0.2s ease, background 0.2s ease;
}

.whatsapp-float:hover {
	background: #16864a;
	transform: translateY(-3px);
}

.whatsapp-float svg {
	width: 24px;
	height: 24px;
	fill: currentColor;
}

.back-to-top {
	position: fixed;
	right: 26px;
	bottom: 84px;
	z-index: 79;
	display: grid;
	width: 39px;
	height: 39px;
	place-items: center;
	border: 1px solid rgba(255,255,255,0.7);
	border-radius: 50%;
	background: var(--forest-900);
	box-shadow: var(--shadow-sm);
	color: var(--white);
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
	transform: translateY(10px);
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.back-to-top.visible {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}

/* General WordPress content */
.content-area {
	min-height: 60vh;
	padding: 90px 0;
	background: var(--sage-50);
}

.narrow-content {
	max-width: 920px;
}

.content-card {
	margin-bottom: 30px;
	padding: clamp(28px, 5vw, 60px);
	border: 1px solid var(--line);
	border-radius: var(--radius-md);
	background: var(--white);
	box-shadow: var(--shadow-sm);
}

.content-card h1 {
	color: var(--forest-900);
	font-size: clamp(36px, 5vw, 58px);
}

.entry-content a {
	color: var(--leaf-600);
	text-decoration: underline;
}

.entry-content > *:last-child {
	margin-bottom: 0;
}

/* Bank information */
.bank-info-page {
	min-height: calc(100vh - 114px);
	background:
		radial-gradient(circle at 15% 15%, rgba(201, 166, 92, 0.14), transparent 26%),
		linear-gradient(145deg, #f5f8f4 0%, #edf3ee 100%);
}

.bank-info-section {
	display: grid;
	min-height: 560px;
	padding: clamp(48px, 6vw, 76px) 0;
	place-items: center;
}

.bank-info-wrap {
	max-width: 660px;
}

.bank-info-heading {
	margin-bottom: 22px;
	text-align: center;
}

.bank-info-heading .eyebrow {
	justify-content: center;
}

.bank-info-heading h1 {
	margin-top: 10px;
	color: var(--forest-900);
	font-size: clamp(34px, 4.5vw, 46px);
}

.bank-details-card {
	position: relative;
	overflow: hidden;
	padding: clamp(24px, 3.5vw, 36px);
	border: 1px solid rgba(12, 51, 35, 0.12);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.97);
	box-shadow: 0 20px 52px rgba(10, 49, 34, 0.12);
}

.bank-details-card::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 4px;
	background: linear-gradient(90deg, #0067b1 0 72%, #ef3e42 72% 100%);
	content: "";
}

.bank-logo-panel {
	display: grid;
	min-height: 120px;
	margin-bottom: 22px;
	place-items: center;
	border-radius: 9px;
	background: #5bc2e7;
}

.bank-logo-panel img {
	display: block;
	width: min(240px, 58%);
	height: auto;
}

.bank-detail-list {
	margin: 0;
	border-top: 1px solid var(--line);
}

.bank-detail-row {
	display: grid;
	grid-template-columns: 125px minmax(0, 1fr);
	gap: 20px;
	align-items: center;
	padding: 15px 0;
	border-bottom: 1px solid var(--line);
}

.bank-detail-row dt {
	color: var(--muted);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.bank-detail-row dd {
	margin: 0;
	color: var(--forest-900);
	font-size: clamp(15px, 1.8vw, 18px);
	font-weight: 700;
	letter-spacing: 0.01em;
}

.bank-account-number {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
}

.bank-account-number strong {
	font-family: var(--font-display);
	font-size: clamp(20px, 3vw, 25px);
	letter-spacing: 0.035em;
}

.bank-copy-button {
	display: inline-flex;
	min-height: 36px;
	align-items: center;
	gap: 6px;
	padding: 8px 12px;
	border: 1px solid rgba(0, 103, 177, 0.22);
	border-radius: 7px;
	background: rgba(91, 194, 231, 0.11);
	color: #0067b1;
	cursor: pointer;
	font: inherit;
	font-size: 10px;
	font-weight: 800;
	transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.bank-copy-button:hover {
	border-color: rgba(0, 103, 177, 0.42);
	background: rgba(91, 194, 231, 0.2);
	transform: translateY(-1px);
}

.bank-copy-button svg {
	width: 15px;
	height: 15px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.bank-copy-button.is-copied {
	border-color: rgba(22, 134, 74, 0.26);
	background: rgba(22, 134, 74, 0.1);
	color: #16864a;
}

.page-bank-info .whatsapp-float,
.page-bank-info .back-to-top {
	display: none;
}

.single-product-card {
	display: grid;
	grid-template-columns: 0.85fr 1.15fr;
	gap: 45px;
	align-items: center;
}

.single-product-card > img {
	width: 100%;
	height: 440px;
	border-radius: var(--radius-sm);
	object-fit: cover;
}

.single-product-card > .product-image-placeholder {
	height: 440px;
	border-radius: var(--radius-sm);
}

.single-package {
	color: var(--muted);
	font-size: 13px;
}

.single-price {
	display: inline-grid;
	margin: 5px 0 22px;
	padding: 12px 18px;
	border-left: 3px solid var(--gold-500);
	background: var(--cream);
}

.single-price span {
	color: var(--muted);
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.single-price strong {
	color: var(--forest-900);
	font-family: var(--font-display);
	font-size: 24px;
}

/* Motion */
.motion-ready .reveal {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2, 0.65, 0.25, 1);
}

.motion-ready .reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
	.motion-ready .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1120px) {
	.container { width: min(100% - 40px, 1180px); }
	.header-inner { gap: 22px; }
	.nav-list { gap: 14px; }
	.nav-list a { font-size: 12px; }
	.hero-layout { grid-template-columns: 1fr 300px; gap: 45px; }
	.product-grid { grid-template-columns: repeat(3, 1fr); }
	.footer-grid { grid-template-columns: 1.35fr 0.7fr 0.9fr 1fr; gap: 35px; }
}

@media (max-width: 980px) {
	.admin-bar .site-header { top: 32px; }
	.site-topbar { display: none; }
	.header-inner { min-height: 76px; }
	.menu-toggle { display: flex; }
	.primary-navigation {
		position: fixed;
		top: 76px;
		right: 0;
		left: 0;
		max-height: 0;
		margin: 0;
		overflow: hidden;
		border-top: 1px solid var(--line);
		background: rgba(255,255,255,0.99);
		box-shadow: 0 24px 40px rgba(8,38,26,0.12);
		transition: max-height 0.35s ease;
	}
	.admin-bar .primary-navigation { top: 108px; }
	.primary-navigation.open { max-height: calc(100vh - 76px); overflow-y: auto; }
	.nav-list { display: grid; gap: 0; width: min(100% - 40px, 940px); margin: 0 auto; padding: 14px 0 24px; }
	.nav-list a { padding: 13px 4px; border-bottom: 1px solid var(--line); font-size: 14px; }
	.nav-list > li:not(.nav-cta) > a::after { display: none; }
	.nav-list .nav-cta { margin-top: 12px; }
	.nav-list .nav-cta a { display: flex; justify-content: space-between; padding: 14px 17px; border-bottom: 0; }
	.menu-toggle[aria-expanded="true"] .menu-lines i:first-child { transform: translateY(7px) rotate(45deg); }
	.menu-toggle[aria-expanded="true"] .menu-lines i:nth-child(2) { opacity: 0; }
	.menu-toggle[aria-expanded="true"] .menu-lines i:last-child { transform: translateY(-7px) rotate(-45deg); }
	.hero { min-height: 760px; }
	.hero-layout { grid-template-columns: 1fr; padding-top: 80px; }
	.hero-content { max-width: 780px; }
	.hero-card { display: none; }
	.trust-grid { grid-template-columns: repeat(2, 1fr); }
	.trust-item:nth-child(2) { border-right: 1px solid rgba(8,38,26,0.09); }
	.category-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 240px; }
	.category-featured { grid-row: span 1; grid-column: span 2; }
	.category-featured { min-height: 340px; }
	.about-grid { grid-template-columns: 1fr; }
	.about-visual { max-width: 700px; margin-inline: auto; }
	.about-image { height: 590px; }
	.about-copy { max-width: 760px; }
	.journey-line { grid-template-columns: repeat(3, 1fr); gap: 38px 15px; }
	.journey-line::before { display: none; }
	.catalogue-tools { grid-template-columns: 1fr; }
	.filter-tabs { justify-content: flex-start; }
	.quality-layout { grid-template-columns: 1fr; gap: 45px; }
	.quality-intro { position: static; max-width: 760px; }
	.contact-layout { grid-template-columns: 1fr; }
	.contact-copy { max-width: 700px; }
	.footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 782px) {
	.admin-bar .site-header { top: 46px; }
	.admin-bar .primary-navigation { top: 122px; }
}

@media (max-width: 720px) {
	.container { width: min(100% - 32px, 680px); }
	.section { padding: 80px 0; }
	.section-heading { margin-bottom: 38px; }
	.section-heading.heading-row { grid-template-columns: 1fr; gap: 18px; }
	.section-heading h2, .about-copy h2, .quality-intro h2, .contact-copy h2 { font-size: clamp(36px, 10vw, 48px); }
	.hero { min-height: 720px; }
	.hero::before { display: none; }
	.hero-overlay { background: linear-gradient(90deg, rgba(5,32,21,0.94), rgba(5,32,21,0.61)); }
	.hero-layout { padding-top: 70px; padding-bottom: 85px; }
	.hero h1 { font-size: clamp(50px, 15vw, 68px); }
	.hero-content > p { font-size: 16px; }
	.hero-actions { display: grid; }
	.hero-actions .button { width: 100%; }
	.hero-assurance { margin-top: 32px; }
	.trust-item { min-height: 84px; justify-content: flex-start; padding: 14px; }
	.trust-item svg { width: 23px; height: 23px; }
	.category-grid { display: grid; grid-template-columns: 1fr; grid-auto-rows: 300px; }
	.category-featured { grid-row: auto; grid-column: auto; }
	.category-featured { min-height: 0; }
	.about-visual { padding: 0 0 22px 22px; }
	.about-image { height: 480px; border-radius: 6px 6px 80px 6px; }
	.about-badge { right: -6px; bottom: 36px; width: 130px; height: 130px; }
	.feature-list { grid-template-columns: 1fr; }
	.audience-grid { grid-template-columns: repeat(2, 1fr); }
	.wholesale-cta { display: grid; }
	.wholesale-cta .button { width: 100%; }
	.journey-line { grid-template-columns: repeat(2, 1fr); }
	.product-grid { grid-template-columns: repeat(2, 1fr); }
	.quality-grid { grid-template-columns: 1fr; }
	.quality-card { min-height: auto; }
	.enquiry-form { grid-template-columns: 1fr; }
	.form-full { grid-column: auto; }
	.form-submit { align-items: stretch; flex-direction: column; }
	.form-submit .button { width: 100%; min-width: 0; }
	.form-submit > p { justify-content: center; }
	.footer-grid { grid-template-columns: 1fr; gap: 28px; }
	.footer-bottom { align-items: flex-start; flex-direction: column; gap: 7px; }
	.footer-bottom-meta { align-items: flex-start; flex-direction: column; gap: 7px; padding-right: 0; text-align: left; }
	.single-product-card { grid-template-columns: 1fr; }
	.single-product-card > img,
	.single-product-card > .product-image-placeholder { height: 360px; }
	.bank-info-section { min-height: 500px; padding: 42px 0; }
	.bank-logo-panel { min-height: 110px; margin-bottom: 18px; }
	.bank-detail-row { grid-template-columns: 1fr; gap: 6px; padding: 14px 0; }
}

@media (max-width: 520px) {
	.container { width: calc(100% - 28px); }
	.header-inner { min-height: 70px; }
	.brand-mark { width: 42px; height: 42px; }
	.brand-copy strong { font-size: 22px; }
	.menu-label { display: none; }
	.primary-navigation { top: 70px; }
	.admin-bar .primary-navigation { top: 116px; }
	.hero { min-height: 690px; }
	.hero h1 { font-size: 48px; }
	.hero-assurance small { display: none; }
	.scroll-cue { display: none; }
	.trust-grid { grid-template-columns: 1fr; }
	.trust-item { border-right: 1px solid rgba(8,38,26,0.09); }
	.category-grid { grid-auto-rows: 275px; }
	.category-content { right: 19px; bottom: 19px; left: 19px; }
	.bank-details-card { padding: 20px 16px; border-radius: 11px; }
	.bank-logo-panel { min-height: 96px; }
	.bank-logo-panel img { width: 62%; }
	.bank-account-number { align-items: flex-start; flex-direction: column; }
	.about-image { height: 400px; }
	.about-badge { display: none; }
	.audience-grid { grid-template-columns: 1fr; }
	.audience-card { min-height: 68px; }
	.journey-line { grid-template-columns: 1fr; gap: 30px; }
	.journey-step { display: grid; grid-template-columns: 55px 1fr; column-gap: 18px; text-align: left; }
	.journey-step .step-number { grid-row: span 2; margin: 0; }
	.journey-step h3 { margin-top: 4px; }
	.product-grid { grid-template-columns: 1fr; }
	.product-image { height: 245px; }
	.catalogue-tools { padding: 13px; }
	.filter-tabs { flex-wrap: nowrap; margin-right: -13px; padding-right: 13px; overflow-x: auto; scrollbar-width: none; }
	.filter-tabs::-webkit-scrollbar { display: none; }
	.filter-button { flex: 0 0 auto; }
	.catalogue-meta > span { display: none; }
	.contact-methods strong { font-size: 11px; }
	.enquiry-card { margin-inline: -4px; padding: 24px 18px; }
	.form-heading { align-items: flex-start; flex-direction: column; gap: 3px; }
	.whatsapp-float { width: 52px; height: 52px; justify-content: center; padding: 0; }
	.whatsapp-float span { display: none; }
	.back-to-top { right: 29px; bottom: 83px; }
}
