/*
Theme Name: Arcan Crop Care
Author: D. J. Patel
Author URI: https://github.com/deven1983
Description: Arcan Crop Care WordPress theme developed by D. J. Patel, Junagadh, Gujarat, India.
Version: 1.0
Text Domain: arcane-crop-care
*/
:root {
	--acc-ink: #15251b;
	--acc-ink-soft: #33463a;
	--acc-green: #2f7d42;
	--acc-green-dark: #1d5f31;
	--acc-green-light: #86b94f;
	--acc-gold: #d89b2b;
	--acc-cream: #f4f2e9;
	--acc-mist: #eef3ed;
	--acc-white: #ffffff;
	--acc-line: #dce4dc;
	--acc-shadow: 0 22px 55px rgba(20, 50, 30, .12);
	--acc-radius: 22px;
	--acc-radius-sm: 12px;
	--acc-container: 1240px;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	color: var(--acc-ink);
	background: var(--acc-white);
	font-family: "Segoe UI", Tahoma, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.7;
	-webkit-font-smoothing: antialiased;
}

body.nav-open,
body.dialog-open {
	overflow: hidden;
}

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

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

button,
input,
textarea {
	font: inherit;
}

button {
	color: inherit;
}

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

h1,
h2,
h3,
h4 {
	font-family: Georgia, "Times New Roman", serif;
	line-height: 1.12;
	letter-spacing: -.025em;
}

h1 {
	font-size: clamp(3.25rem, 6.6vw, 6.4rem);
}

h2 {
	font-size: clamp(2.25rem, 4vw, 4.2rem);
}

h3 {
	font-size: clamp(1.25rem, 2vw, 1.65rem);
}

::selection {
	color: var(--acc-white);
	background: var(--acc-green);
}

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

.section {
	padding: 110px 0;
}

.section--cream {
	background: var(--acc-cream);
}

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

.content-narrow > * + * {
	margin-top: 1.5em;
}

.content-narrow img {
	border-radius: var(--acc-radius);
}

.screen-reader-text {
	position: absolute !important;
	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: 100000;
	top: 10px;
	left: 10px;
	width: auto;
	height: auto;
	padding: 12px 18px;
	clip: auto;
	color: var(--acc-white);
	background: var(--acc-ink);
}

.acc-icon {
	flex: 0 0 auto;
	width: 20px;
	height: 20px;
}

.eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 18px;
	color: var(--acc-green);
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .18em;
	line-height: 1.2;
	text-transform: uppercase;
}

.eyebrow::before {
	width: 30px;
	height: 2px;
	content: "";
	background: currentColor;
}

.eyebrow--light {
	color: #a9d174;
}

.button {
	display: inline-flex;
	min-height: 54px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 13px 24px;
	border: 1px solid transparent;
	border-radius: 999px;
	cursor: pointer;
	font-size: .9rem;
	font-weight: 800;
	letter-spacing: .025em;
	line-height: 1.2;
	transition: transform .22s ease, color .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease;
}

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

.button .acc-icon {
	width: 18px;
	transition: transform .22s ease;
}

.button:hover .acc-icon {
	transform: translateX(3px);
}

.button--primary {
	color: var(--acc-white);
	background: var(--acc-green);
	box-shadow: 0 14px 30px rgba(47, 125, 66, .23);
}

.button--primary:hover {
	background: var(--acc-green-dark);
}

.button--dark {
	color: var(--acc-white);
	background: var(--acc-ink);
}

.button--dark:hover {
	background: var(--acc-green);
}

.button--light {
	color: var(--acc-ink);
	background: var(--acc-white);
}

.button--light:hover {
	color: var(--acc-white);
	background: var(--acc-gold);
}

.button--outline {
	color: var(--acc-ink);
	border-color: rgba(21, 37, 27, .28);
	background: transparent;
}

.button--outline:hover {
	color: var(--acc-white);
	border-color: var(--acc-green);
	background: var(--acc-green);
}

.button--ghost {
	color: var(--acc-ink);
	border-color: rgba(21, 37, 27, .18);
	background: rgba(255, 255, 255, .68);
}

.button--ghost:hover {
	border-color: var(--acc-ink);
	background: var(--acc-white);
}

.text-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--acc-green-dark);
	font-size: .88rem;
	font-weight: 800;
}

.text-link .acc-icon {
	width: 17px;
	transition: transform .2s ease;
}

.text-link:hover .acc-icon {
	transform: translateX(4px);
}

.text-link--large {
	margin-top: 12px;
	font-size: 1rem;
}

.topbar {
	color: rgba(255, 255, 255, .82);
	background: var(--acc-ink);
	font-size: .78rem;
}

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

.topbar p {
	margin: 0;
	letter-spacing: .03em;
}

.topbar__contact {
	display: flex;
	align-items: center;
	gap: 22px;
}

.topbar__contact a {
	display: flex;
	align-items: center;
	gap: 7px;
	transition: color .2s ease;
}

.topbar__contact a:hover {
	color: #a9d174;
}

.topbar__contact .acc-icon {
	width: 15px;
	height: 15px;
}

.site-header {
	position: relative;
	z-index: 100;
}

.nav-wrap {
	position: relative;
	background: rgba(255, 255, 255, .96);
	border-bottom: 1px solid rgba(21, 37, 27, .08);
	transition: box-shadow .25s ease;
}

.site-header.is-sticky .nav-wrap {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	box-shadow: 0 12px 30px rgba(21, 37, 27, .09);
}

.nav-wrap__inner {
	display: flex;
	min-height: 92px;
	align-items: center;
	gap: 34px;
}

.site-brand {
	display: flex;
	width: 205px;
	align-items: center;
	margin-right: auto;
}

.site-brand__logo {
	width: 100%;
	max-height: 74px;
	object-fit: contain;
	object-position: left center;
}

.primary-navigation .menu,
.primary-navigation ul {
	display: flex;
	align-items: center;
	gap: 32px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.primary-navigation a {
	position: relative;
	display: block;
	padding: 32px 0;
	font-size: .9rem;
	font-weight: 700;
}

.primary-navigation a::after {
	position: absolute;
	right: 0;
	bottom: 25px;
	left: 0;
	width: 0;
	height: 2px;
	margin: auto;
	content: "";
	background: var(--acc-green);
	transition: width .2s ease;
}

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

.nav-toggle {
	display: none;
	width: 46px;
	height: 46px;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: var(--acc-mist);
	cursor: pointer;
}

.hero {
	position: relative;
	overflow: hidden;
	min-height: 780px;
	padding: 95px 0 80px;
	background:
		linear-gradient(115deg, rgba(244, 242, 233, .98) 0%, rgba(244, 242, 233, .94) 55%, rgba(238, 243, 237, .85) 100%);
}

.hero::after {
	position: absolute;
	right: -10%;
	bottom: -180px;
	width: 680px;
	height: 680px;
	border: 1px solid rgba(47, 125, 66, .12);
	border-radius: 50%;
	content: "";
}

.hero__shape {
	position: absolute;
	z-index: 0;
	transform: rotate(45deg);
	border: 1px solid rgba(216, 155, 43, .18);
}

.hero__shape--one {
	top: -170px;
	left: -120px;
	width: 360px;
	height: 360px;
}

.hero__shape--two {
	right: 36%;
	bottom: -150px;
	width: 250px;
	height: 250px;
}

.hero__grid {
	position: relative;
	z-index: 2;
	display: grid;
	align-items: center;
	grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
	gap: clamp(45px, 7vw, 100px);
}

.hero__content h1 {
	max-width: 760px;
	margin-bottom: 28px;
}

.hero__content h1 em {
	position: relative;
	color: var(--acc-green);
	font-weight: 400;
}

.hero__content h1 em::after {
	position: absolute;
	right: 0;
	bottom: -3px;
	left: 0;
	height: 7px;
	border-radius: 100%;
	content: "";
	background: var(--acc-gold);
	opacity: .65;
}

.hero__content > p {
	max-width: 660px;
	margin-bottom: 34px;
	color: var(--acc-ink-soft);
	font-size: 1.15rem;
}

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

.hero__trust {
	display: grid;
	max-width: 690px;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 58px;
	padding-top: 28px;
	border-top: 1px solid rgba(21, 37, 27, .15);
}

.hero__trust div {
	display: flex;
	flex-direction: column;
	padding-right: 22px;
}

.hero__trust div + div {
	padding-left: 28px;
	border-left: 1px solid rgba(21, 37, 27, .15);
}

.hero__trust strong {
	color: var(--acc-green-dark);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2rem;
	line-height: 1;
}

.hero__trust span {
	margin-top: 8px;
	color: var(--acc-ink-soft);
	font-size: .78rem;
	font-weight: 700;
	line-height: 1.35;
	text-transform: uppercase;
}

.hero__visual {
	position: relative;
	min-height: 590px;
}

.hero__image-frame {
	position: absolute;
	inset: 0 0 0 8%;
	overflow: hidden;
	border: 12px solid var(--acc-white);
	border-radius: 180px 24px 180px 24px;
	box-shadow: var(--acc-shadow);
}

.hero__image-frame::after {
	position: absolute;
	inset: 0;
	content: "";
	background: linear-gradient(180deg, transparent 45%, rgba(15, 54, 30, .25));
}

.hero__image-frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero__badge {
	position: absolute;
	right: -28px;
	bottom: 54px;
	display: flex;
	width: 220px;
	align-items: center;
	gap: 14px;
	padding: 20px;
	color: var(--acc-white);
	border-radius: 18px;
	background: var(--acc-green);
	box-shadow: 0 20px 38px rgba(29, 95, 49, .28);
	font-size: .82rem;
	font-weight: 800;
	line-height: 1.4;
}

.hero__badge .acc-icon {
	width: 38px;
	height: 38px;
}

.intro-grid {
	display: grid;
	align-items: center;
	grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
	gap: clamp(60px, 8vw, 120px);
}

.intro-visual {
	position: relative;
	min-height: 610px;
}

.intro-visual__backdrop {
	position: absolute;
	inset: 30px 70px 0 0;
	border-radius: 30px 160px 30px 30px;
	background: var(--acc-mist);
}

.intro-visual > img {
	position: absolute;
	z-index: 2;
	right: 8%;
	bottom: 0;
	width: 84%;
	max-height: 580px;
	object-fit: contain;
	filter: drop-shadow(0 25px 28px rgba(20, 50, 30, .16));
}

.intro-visual__card {
	position: absolute;
	z-index: 3;
	right: 0;
	bottom: 34px;
	display: flex;
	width: min(300px, 75%);
	flex-direction: column;
	padding: 24px 28px;
	color: var(--acc-white);
	border-radius: 18px 0 18px 18px;
	background: var(--acc-ink);
	box-shadow: var(--acc-shadow);
}

.intro-visual__card strong {
	margin-bottom: 6px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.28rem;
}

.intro-visual__card span {
	color: rgba(255, 255, 255, .72);
	font-size: .82rem;
	line-height: 1.5;
}

.section-copy h2 {
	max-width: 700px;
	margin-bottom: 26px;
}

.section-copy p {
	max-width: 700px;
	color: var(--acc-ink-soft);
}

.section-copy .lead {
	color: var(--acc-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.3rem;
	line-height: 1.55;
}

.check-list {
	display: grid;
	gap: 13px;
	padding: 0;
	margin: 30px 0;
	list-style: none;
}

.check-list li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	font-weight: 650;
	line-height: 1.5;
}

.check-list .acc-icon {
	width: 22px;
	height: 22px;
	padding: 4px;
	color: var(--acc-white);
	border-radius: 50%;
	background: var(--acc-green);
}

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

.section-heading h2 {
	max-width: 760px;
	margin-bottom: 0;
}

.section-heading--split {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 60px;
}

.section-heading--split > p {
	max-width: 410px;
	margin-bottom: 8px;
	color: var(--acc-ink-soft);
}

.section-heading--center {
	max-width: 850px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

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

.section-heading--center p {
	color: var(--acc-ink-soft);
	font-size: 1.08rem;
}

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

.category-card {
	position: relative;
	display: flex;
	min-height: 390px;
	flex-direction: column;
	padding: 42px;
	overflow: hidden;
	border: 1px solid rgba(21, 37, 27, .09);
	border-radius: var(--acc-radius);
	background: var(--acc-white);
	transition: transform .25s ease, box-shadow .25s ease, color .25s ease, background .25s ease;
}

.category-card::after {
	position: absolute;
	right: -60px;
	bottom: -60px;
	width: 180px;
	height: 180px;
	border: 1px solid rgba(47, 125, 66, .15);
	border-radius: 50%;
	content: "";
	transition: transform .3s ease;
}

.category-card:hover {
	color: var(--acc-white);
	transform: translateY(-8px);
	background: var(--acc-green-dark);
	box-shadow: var(--acc-shadow);
}

.category-card:hover::after {
	transform: scale(1.35);
	border-color: rgba(255, 255, 255, .18);
}

.category-card__number {
	position: absolute;
	top: 32px;
	right: 34px;
	color: rgba(21, 37, 27, .18);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2.8rem;
	font-weight: 700;
}

.category-card:hover .category-card__number {
	color: rgba(255, 255, 255, .18);
}

.category-card__icon {
	display: flex;
	width: 66px;
	height: 66px;
	align-items: center;
	justify-content: center;
	margin-bottom: 54px;
	color: var(--acc-green);
	border-radius: 50% 50% 50% 12px;
	background: var(--acc-mist);
}

.category-card__icon .acc-icon {
	width: 32px;
	height: 32px;
}

.category-card h3 {
	margin-bottom: 16px;
	font-size: 1.75rem;
}

.category-card p {
	margin-bottom: 24px;
	color: var(--acc-ink-soft);
	font-size: .94rem;
}

.category-card .text-link {
	margin-top: auto;
}

.category-card:hover p,
.category-card:hover .text-link {
	color: rgba(255, 255, 255, .76);
}

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

.product-card {
	overflow: hidden;
	border: 1px solid var(--acc-line);
	border-radius: var(--acc-radius);
	background: var(--acc-white);
	transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.product-card:hover {
	transform: translateY(-7px);
	border-color: transparent;
	box-shadow: var(--acc-shadow);
}

.product-card__image {
	position: relative;
	display: flex;
	height: 330px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	padding: 28px;
	background:
		radial-gradient(circle at 50% 80%, rgba(47, 125, 66, .1), transparent 45%),
		var(--acc-mist);
}

.product-card__image::before {
	position: absolute;
	top: 18px;
	right: 18px;
	width: 56px;
	height: 56px;
	border: 1px solid rgba(47, 125, 66, .15);
	border-radius: 50%;
	content: "";
}

.product-card__image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	filter: drop-shadow(0 17px 13px rgba(17, 49, 28, .12));
	transition: transform .35s ease;
}

.product-card:hover .product-card__image img {
	transform: scale(1.05);
}

.product-card__view {
	position: absolute;
	right: 20px;
	bottom: 18px;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	color: var(--acc-white);
	border-radius: 999px;
	background: var(--acc-green);
	font-size: .72rem;
	font-weight: 800;
	opacity: 0;
	transform: translateY(8px);
	transition: opacity .25s ease, transform .25s ease;
}

.product-card:hover .product-card__view {
	opacity: 1;
	transform: translateY(0);
}

.product-card__view .acc-icon {
	width: 14px;
}

.product-card__body {
	padding: 26px;
}

.product-card__category {
	display: block;
	margin-bottom: 10px;
	color: var(--acc-green);
	font-size: .68rem;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.product-card h3 {
	min-height: 2.3em;
	margin-bottom: 9px;
	font-size: 1.38rem;
}

.product-card h3 a:hover {
	color: var(--acc-green);
}

.product-card__formula {
	min-height: 3em;
	margin-bottom: 20px;
	color: var(--acc-ink-soft);
	font-size: .82rem;
	line-height: 1.45;
}

.product-card__actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 18px;
	border-top: 1px solid var(--acc-line);
}

.icon-button {
	display: inline-flex;
	width: 42px;
	height: 42px;
	align-items: center;
	justify-content: center;
	padding: 0;
	color: var(--acc-green);
	border: 0;
	border-radius: 50%;
	background: var(--acc-mist);
	cursor: pointer;
	transition: color .2s ease, background .2s ease;
}

.icon-button:hover {
	color: var(--acc-white);
	background: var(--acc-green);
}

.strength-section {
	position: relative;
	overflow: hidden;
	color: var(--acc-white);
	background: var(--acc-ink);
}

.strength-section::before {
	position: absolute;
	top: -210px;
	left: -140px;
	width: 520px;
	height: 520px;
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 50%;
	content: "";
}

.strength-grid {
	position: relative;
	display: grid;
	grid-template-columns: .8fr 1.2fr;
	gap: 110px;
}

.strength-copy {
	align-self: center;
}

.strength-copy p {
	margin-bottom: 34px;
	color: rgba(255, 255, 255, .7);
	font-size: 1.06rem;
}

.strength-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	border-top: 1px solid rgba(255, 255, 255, .14);
	border-left: 1px solid rgba(255, 255, 255, .14);
}

.strength-list article {
	display: flex;
	min-height: 230px;
	gap: 20px;
	padding: 34px;
	border-right: 1px solid rgba(255, 255, 255, .14);
	border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.strength-list article > span {
	color: #a9d174;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.15rem;
}

.strength-list h3 {
	margin-bottom: 12px;
	font-size: 1.45rem;
}

.strength-list p {
	margin: 0;
	color: rgba(255, 255, 255, .62);
	font-size: .9rem;
}

.contact-strip__grid {
	display: grid;
	align-items: end;
	grid-template-columns: 1.2fr .85fr auto;
	gap: 48px;
}

.contact-strip h2 {
	margin-bottom: 0;
	font-size: clamp(2rem, 3.3vw, 3.5rem);
}

.contact-strip__grid > p {
	margin-bottom: 7px;
	color: var(--acc-ink-soft);
}

.footer-cta {
	padding: 60px 0;
	color: var(--acc-white);
	background: var(--acc-green);
}

.footer-cta__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
}

.footer-cta h2 {
	max-width: 790px;
	margin: 0;
	font-size: clamp(2rem, 3.6vw, 3.6rem);
}

.site-footer {
	padding: 84px 0 24px;
	color: rgba(255, 255, 255, .72);
	background: #101c14;
}

.footer-grid {
	display: grid;
	grid-template-columns: 1.25fr .65fr .75fr 1.25fr;
	gap: 60px;
}

.footer-brand img {
	width: 220px;
	margin-bottom: 25px;
	filter: brightness(0) invert(1);
}

.footer-brand p {
	max-width: 330px;
	font-size: .9rem;
}

.site-footer h3 {
	margin: 12px 0 24px;
	color: var(--acc-white);
	font-family: "Segoe UI", Tahoma, Arial, sans-serif;
	font-size: .88rem;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.footer-menu,
.footer-menu .menu,
.footer-links,
.footer-contact {
	display: grid;
	gap: 11px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-menu a,
.footer-links a,
.footer-contact a {
	transition: color .2s ease;
}

.footer-menu a:hover,
.footer-links a:hover,
.footer-contact a:hover {
	color: #a9d174;
}

.footer-contact li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.footer-contact .acc-icon {
	width: 18px;
	margin-top: 4px;
	color: #a9d174;
}

.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	margin-top: 65px;
	padding-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, .11);
	font-size: .76rem;
}

.footer-bottom p {
	margin: 0;
}

.page-hero {
	position: relative;
	overflow: hidden;
	padding: 120px 0;
	color: var(--acc-white);
	background:
		linear-gradient(105deg, rgba(21, 37, 27, .98), rgba(29, 95, 49, .91)),
		url("../images/hero-crop-technology.jpg") center 48% / cover;
}

.page-hero::after {
	position: absolute;
	top: -180px;
	right: -120px;
	width: 520px;
	height: 520px;
	border: 1px solid rgba(255, 255, 255, .12);
	border-radius: 50%;
	content: "";
}

.page-hero__inner {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 80px;
}

.page-hero__inner > div {
	max-width: 850px;
}

.page-hero h1 {
	margin-bottom: 22px;
	font-size: clamp(3rem, 5.4vw, 5.7rem);
}

.page-hero p,
.page-hero__description {
	max-width: 720px;
	margin: 0;
	color: rgba(255, 255, 255, .72);
	font-size: 1.1rem;
}

.page-hero__description p {
	margin: 0;
}

.page-hero__mark {
	color: rgba(255, 255, 255, .08);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(7rem, 14vw, 13rem);
	font-weight: 700;
	line-height: .8;
}

.page-hero--simple {
	padding: 90px 0;
}

.catalog-section {
	min-height: 650px;
}

.catalog-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 48px;
}

.catalog-filters a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 11px 17px;
	border: 1px solid var(--acc-line);
	border-radius: 999px;
	background: var(--acc-white);
	font-size: .82rem;
	font-weight: 750;
	transition: color .2s ease, background .2s ease, border-color .2s ease;
}

.catalog-filters a:hover,
.catalog-filters a.is-active {
	color: var(--acc-white);
	border-color: var(--acc-green);
	background: var(--acc-green);
}

.catalog-filters span {
	opacity: .65;
}

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

.pagination {
	margin-top: 50px;
}

.nav-links {
	display: flex;
	justify-content: center;
	gap: 8px;
}

.page-numbers {
	display: inline-flex;
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--acc-line);
	border-radius: 50%;
	font-weight: 700;
}

.page-numbers.current,
.page-numbers:hover {
	color: var(--acc-white);
	border-color: var(--acc-green);
	background: var(--acc-green);
}

.product-detail {
	padding: 85px 0 100px;
	background: linear-gradient(180deg, var(--acc-mist), var(--acc-white));
}

.product-detail__grid {
	display: grid;
	align-items: start;
	grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
	gap: clamp(60px, 8vw, 110px);
}

.product-detail__visual {
	position: sticky;
	top: 120px;
}

.product-detail__image {
	display: flex;
	min-height: 610px;
	align-items: center;
	justify-content: center;
	padding: 60px;
	border: 1px solid rgba(47, 125, 66, .12);
	border-radius: 34px 120px 34px 34px;
	background:
		radial-gradient(circle at 50% 72%, rgba(47, 125, 66, .15), transparent 45%),
		var(--acc-white);
	box-shadow: var(--acc-shadow);
}

.product-detail__image img {
	width: 100%;
	max-height: 510px;
	object-fit: contain;
	filter: drop-shadow(0 24px 18px rgba(20, 50, 30, .15));
}

.product-detail__quality {
	display: flex;
	max-width: 85%;
	align-items: center;
	gap: 15px;
	margin: -28px auto 0;
	padding: 20px 24px;
	color: var(--acc-white);
	border-radius: 16px;
	background: var(--acc-ink);
	box-shadow: 0 18px 30px rgba(21, 37, 27, .22);
}

.product-detail__quality .acc-icon {
	width: 30px;
	height: 30px;
	padding: 6px;
	border-radius: 50%;
	background: var(--acc-green);
}

.product-detail__quality div {
	display: flex;
	flex-direction: column;
}

.product-detail__quality span {
	color: rgba(255, 255, 255, .65);
	font-size: .75rem;
}

.product-detail__content {
	padding-top: 22px;
}

.product-detail__content h1 {
	margin-bottom: 14px;
	font-size: clamp(3.1rem, 5vw, 5.5rem);
}

.product-detail__formula {
	margin-bottom: 30px;
	color: var(--acc-green-dark);
	font-size: 1.15rem;
	font-weight: 800;
}

.product-detail__description {
	color: var(--acc-ink-soft);
	font-size: 1.05rem;
}

.product-detail__benefits {
	margin-top: 38px;
	padding-top: 32px;
	border-top: 1px solid var(--acc-line);
}

.product-detail__benefits h2 {
	font-size: 1.8rem;
}

.product-detail__benefits .check-list {
	margin-bottom: 0;
}

.product-detail__benefits .check-list li {
	font-weight: 500;
}

.product-detail__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 38px;
}

.product-data__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
}

.data-card {
	padding: 45px;
	border-radius: var(--acc-radius);
	background: var(--acc-white);
	box-shadow: 0 15px 40px rgba(20, 50, 30, .07);
}

.data-card h2 {
	font-size: 2.3rem;
}

.spec-table {
	margin-top: 28px;
	border-top: 1px solid var(--acc-line);
}

.spec-table > div {
	display: grid;
	grid-template-columns: 1.2fr .8fr;
	gap: 20px;
	padding: 15px 0;
	border-bottom: 1px solid var(--acc-line);
	font-size: .9rem;
}

.spec-table span {
	color: var(--acc-ink-soft);
}

.spec-table strong {
	text-align: right;
}

.data-card--dark {
	color: var(--acc-white);
	background: var(--acc-ink);
}

.data-card--dark p {
	color: rgba(255, 255, 255, .74);
	font-size: 1.05rem;
}

.data-card--dark small {
	display: block;
	margin-top: 26px;
	color: rgba(255, 255, 255, .52);
	line-height: 1.5;
}

.pack-sizes {
	display: flex;
	flex-direction: column;
	margin-top: 34px;
	padding: 20px 0;
	border-top: 1px solid rgba(255, 255, 255, .16);
	border-bottom: 1px solid rgba(255, 255, 255, .16);
}

.pack-sizes span {
	color: #a9d174;
	font-size: .72rem;
	font-weight: 800;
	letter-spacing: .13em;
	text-transform: uppercase;
}

.pack-sizes strong {
	margin-top: 6px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.45rem;
}

.inquiry-section {
	scroll-margin-top: 100px;
}

.inquiry-section__grid {
	display: grid;
	align-items: start;
	grid-template-columns: .82fr 1.18fr;
	gap: 90px;
}

.inquiry-section__grid h2 {
	margin-bottom: 24px;
}

.inquiry-section__grid > div:first-child > p {
	color: var(--acc-ink-soft);
	font-size: 1.05rem;
}

.inquiry-contact-card {
	display: grid;
	gap: 14px;
	margin-top: 35px;
}

.inquiry-contact-card a {
	display: flex;
	align-items: center;
	gap: 14px;
}

.inquiry-contact-card > a > .acc-icon {
	width: 46px;
	height: 46px;
	padding: 12px;
	color: var(--acc-green);
	border-radius: 50%;
	background: var(--acc-mist);
}

.inquiry-contact-card span {
	display: flex;
	flex-direction: column;
	font-weight: 750;
}

.inquiry-contact-card small {
	color: var(--acc-ink-soft);
	font-weight: 500;
}

.form-card {
	padding: 42px;
	border: 1px solid var(--acc-line);
	border-radius: var(--acc-radius);
	background: var(--acc-white);
	box-shadow: var(--acc-shadow);
}

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

.form-field {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

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

.form-field label {
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .02em;
}

.form-field input,
.form-field textarea {
	width: 100%;
	padding: 14px 16px;
	color: var(--acc-ink);
	border: 1px solid var(--acc-line);
	border-radius: 10px;
	outline: none;
	background: #fbfcfa;
	transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.form-field input {
	min-height: 52px;
}

.form-field textarea {
	resize: vertical;
}

.form-field input:focus,
.form-field textarea:focus {
	border-color: var(--acc-green);
	background: var(--acc-white);
	box-shadow: 0 0 0 4px rgba(47, 125, 66, .1);
}

.product-field input {
	color: var(--acc-green-dark);
	background: var(--acc-mist);
	font-weight: 750;
}

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

.form-submit p {
	max-width: 220px;
	margin: 0;
	color: var(--acc-ink-soft);
	font-size: .7rem;
	line-height: 1.45;
}

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

.acc-alert {
	margin-bottom: 20px;
	padding: 13px 16px;
	border-radius: 10px;
	font-size: .88rem;
	font-weight: 700;
}

.acc-alert--success {
	color: #145c2a;
	background: #e4f5e8;
}

.acc-alert--error {
	color: #8c2525;
	background: #fceaea;
}

.inquiry-dialog {
	width: min(760px, calc(100% - 30px));
	max-height: calc(100vh - 30px);
	padding: 0;
	overflow: auto;
	border: 0;
	border-radius: 24px;
	background: var(--acc-white);
	box-shadow: 0 35px 90px rgba(10, 26, 16, .35);
}

.inquiry-dialog::backdrop {
	background: rgba(8, 20, 12, .72);
	backdrop-filter: blur(4px);
}

.inquiry-dialog__panel {
	position: relative;
	padding: 48px;
}

.inquiry-dialog__close {
	position: absolute;
	top: 18px;
	right: 18px;
	display: flex;
	width: 42px;
	height: 42px;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: var(--acc-mist);
	cursor: pointer;
}

.inquiry-dialog__intro {
	max-width: 590px;
	margin-bottom: 26px;
}

.inquiry-dialog__intro h2 {
	margin-bottom: 12px;
	font-size: 2.5rem;
}

.inquiry-dialog__intro p {
	color: var(--acc-ink-soft);
}

.about-story .intro-visual--about {
	min-height: 580px;
}

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

.vision-grid article {
	min-height: 380px;
	padding: 55px;
	border-radius: var(--acc-radius);
	background: var(--acc-white);
	box-shadow: 0 15px 40px rgba(20, 50, 30, .06);
}

.vision-grid article:last-child {
	color: var(--acc-white);
	background: var(--acc-green-dark);
}

.vision-grid__label {
	display: inline-block;
	margin-bottom: 70px;
	color: var(--acc-green);
	font-size: .76rem;
	font-weight: 850;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.vision-grid article:last-child .vision-grid__label {
	color: #a9d174;
}

.vision-grid h2 {
	font-size: clamp(2rem, 3.2vw, 3.2rem);
}

.vision-grid p {
	margin: 0;
	color: var(--acc-ink-soft);
}

.vision-grid article:last-child p {
	color: rgba(255, 255, 255, .7);
}

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

.value-grid article {
	padding: 32px;
	border: 1px solid var(--acc-line);
	border-radius: var(--acc-radius-sm);
	transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.value-grid article:hover {
	transform: translateY(-5px);
	border-color: transparent;
	box-shadow: var(--acc-shadow);
}

.value-grid article > span {
	color: var(--acc-gold);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.15rem;
}

.value-grid h3 {
	margin: 30px 0 12px;
}

.value-grid p {
	margin: 0;
	color: var(--acc-ink-soft);
	font-size: .9rem;
}

.contact-page__grid {
	display: grid;
	align-items: start;
	grid-template-columns: .85fr 1.15fr;
	gap: 80px;
}

.contact-page__details > p {
	color: var(--acc-ink-soft);
	font-size: 1.05rem;
}

.contact-cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 38px;
}

.contact-cards > a,
.contact-cards > div {
	display: flex;
	min-height: 145px;
	flex-direction: column;
	gap: 18px;
	padding: 22px;
	border: 1px solid var(--acc-line);
	border-radius: var(--acc-radius-sm);
	background: var(--acc-white);
	transition: transform .2s ease, box-shadow .2s ease;
}

.contact-cards > a:hover {
	transform: translateY(-4px);
	box-shadow: 0 14px 30px rgba(20, 50, 30, .09);
}

.contact-cards > a > span,
.contact-cards > div > span {
	display: flex;
	width: 42px;
	height: 42px;
	align-items: center;
	justify-content: center;
	color: var(--acc-green);
	border-radius: 50%;
	background: var(--acc-mist);
}

.contact-cards div div,
.contact-cards a div {
	display: flex;
	flex-direction: column;
}

.contact-cards small {
	margin-bottom: 3px;
	color: var(--acc-ink-soft);
}

.contact-cards strong {
	font-size: .86rem;
	line-height: 1.5;
}

.form-card__heading h2 {
	font-size: 2.5rem;
}

.office-band {
	padding: 90px 0;
	color: var(--acc-white);
	background: var(--acc-ink);
}

.office-band__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
}

.office-band h2 {
	margin-bottom: 12px;
}

.office-band p {
	max-width: 700px;
	margin: 0;
	color: rgba(255, 255, 255, .68);
}

.office-band__mark {
	display: flex;
	width: 100px;
	height: 100px;
	align-items: center;
	justify-content: center;
	color: #a9d174;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 50%;
}

.office-band__mark .acc-icon {
	width: 46px;
	height: 46px;
}

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

.post-card {
	overflow: hidden;
	border: 1px solid var(--acc-line);
	border-radius: var(--acc-radius);
}

.post-card__image {
	display: block;
	height: 240px;
	overflow: hidden;
}

.post-card__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .3s ease;
}

.post-card:hover .post-card__image img {
	transform: scale(1.04);
}

.post-card__body {
	padding: 28px;
}

.post-card__body > span {
	color: var(--acc-green);
	font-size: .72rem;
	font-weight: 800;
	text-transform: uppercase;
}

.post-card h2 {
	margin: 12px 0;
	font-size: 1.7rem;
}

.post-card p {
	color: var(--acc-ink-soft);
	font-size: .9rem;
}

.entry-featured {
	margin-bottom: 40px;
}

.not-found {
	display: flex;
	min-height: 720px;
	align-items: center;
	padding: 80px 0;
	text-align: center;
	background: var(--acc-cream);
}

.not-found__inner {
	max-width: 760px;
}

.not-found__inner > span {
	color: var(--acc-green);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(7rem, 18vw, 14rem);
	font-weight: 700;
	line-height: .8;
	opacity: .18;
}

.not-found h1 {
	margin: 25px 0 18px;
	font-size: clamp(2.5rem, 5vw, 4.8rem);
}

.not-found p {
	color: var(--acc-ink-soft);
}

.not-found__inner > div {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin-top: 30px;
}

@media (max-width: 1120px) {
	.nav-wrap__inner {
		gap: 20px;
	}

	.primary-navigation .menu,
	.primary-navigation ul {
		gap: 20px;
	}

	.header-inquiry {
		padding-right: 18px;
		padding-left: 18px;
	}

	.hero__grid {
		grid-template-columns: 1fr 440px;
		gap: 40px;
	}

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

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

	.contact-strip__grid .button {
		justify-self: start;
	}

	.footer-grid {
		grid-template-columns: 1.2fr .8fr .8fr;
	}

	.footer-grid > div:last-child {
		grid-column: 1 / -1;
	}
}

@media (max-width: 920px) {
	.section {
		padding: 85px 0;
	}

	.topbar p,
	.topbar__contact a:last-child,
	.header-inquiry {
		display: none;
	}

	.topbar__inner {
		justify-content: center;
	}

	.nav-wrap__inner {
		min-height: 78px;
	}

	.site-brand {
		width: 180px;
	}

	.nav-toggle {
		display: inline-flex;
	}

	.primary-navigation {
		position: fixed;
		z-index: 999;
		top: 120px;
		right: 20px;
		left: 20px;
		padding: 22px;
		border-radius: 18px;
		background: var(--acc-white);
		box-shadow: 0 25px 60px rgba(10, 30, 17, .25);
		opacity: 0;
		pointer-events: none;
		transform: translateY(-10px);
		transition: opacity .2s ease, transform .2s ease;
	}

	.site-header.is-sticky .primary-navigation {
		top: 88px;
	}

	.nav-open .primary-navigation {
		opacity: 1;
		pointer-events: auto;
		transform: translateY(0);
	}

	.primary-navigation .menu,
	.primary-navigation ul {
		display: grid;
		gap: 0;
	}

	.primary-navigation a {
		padding: 12px 8px;
		border-bottom: 1px solid var(--acc-line);
	}

	.primary-navigation a::after {
		display: none;
	}

	.hero {
		padding-top: 70px;
	}

	.hero__grid {
		grid-template-columns: 1fr;
	}

	.hero__content {
		max-width: 760px;
	}

	.hero__visual {
		min-height: 520px;
	}

	.hero__image-frame {
		inset: 0 8%;
	}

	.hero__badge {
		right: 4%;
	}

	.intro-grid,
	.product-detail__grid,
	.inquiry-section__grid,
	.contact-page__grid {
		grid-template-columns: 1fr;
	}

	.intro-visual {
		min-height: 550px;
	}

	.category-grid,
	.value-grid {
		grid-template-columns: repeat(2, 1fr);
	}

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

	.strength-grid {
		grid-template-columns: 1fr;
		gap: 60px;
	}

	.contact-strip__grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

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

	.footer-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.footer-grid > div:last-child {
		grid-column: auto;
	}

	.product-detail__visual {
		position: relative;
		top: auto;
	}

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

	.contact-page__details {
		max-width: 720px;
	}
}

@media (max-width: 640px) {
	body {
		font-size: 15px;
	}

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

	.section {
		padding: 68px 0;
	}

	.topbar {
		display: none;
	}

	.nav-wrap__inner {
		min-height: 72px;
	}

	.site-brand {
		width: 160px;
	}

	.primary-navigation {
		top: 84px;
		right: 14px;
		left: 14px;
	}

	.hero {
		min-height: 0;
		padding: 60px 0;
	}

	.hero__content h1 {
		font-size: clamp(2.8rem, 14vw, 4.2rem);
	}

	.hero__actions,
	.product-detail__actions,
	.not-found__inner > div {
		align-items: stretch;
		flex-direction: column;
	}

	.hero__actions .button,
	.product-detail__actions .button,
	.not-found .button {
		width: 100%;
	}

	.hero__trust {
		grid-template-columns: 1fr;
		gap: 17px;
		margin-top: 40px;
	}

	.hero__trust div,
	.hero__trust div + div {
		padding: 0;
		border: 0;
	}

	.hero__trust div {
		display: grid;
		grid-template-columns: 74px 1fr;
		align-items: center;
	}

	.hero__trust span {
		margin: 0;
	}

	.hero__visual {
		min-height: 410px;
	}

	.hero__image-frame {
		inset: 0;
		border-width: 7px;
		border-radius: 100px 18px 100px 18px;
	}

	.hero__badge {
		right: 5px;
		bottom: 25px;
		width: 200px;
	}

	.intro-visual {
		min-height: 430px;
	}

	.intro-visual__backdrop {
		inset: 20px 35px 0 0;
	}

	.intro-visual > img {
		right: 0;
		width: 100%;
		max-height: 410px;
	}

	.intro-visual__card {
		right: 0;
		bottom: 0;
		padding: 18px;
	}

	.section-heading--split {
		align-items: flex-start;
		flex-direction: column;
		gap: 24px;
	}

	.category-grid,
	.product-grid,
	.product-grid--catalog,
	.value-grid,
	.post-grid,
	.vision-grid,
	.contact-cards {
		grid-template-columns: 1fr;
	}

	.category-card {
		min-height: 330px;
		padding: 32px;
	}

	.category-card__icon {
		margin-bottom: 36px;
	}

	.product-card__image {
		height: 350px;
	}

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

	.strength-list article {
		min-height: 190px;
	}

	.footer-grid {
		grid-template-columns: 1fr;
	}

	.footer-bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.page-hero {
		padding: 82px 0;
	}

	.page-hero__mark {
		display: none;
	}

	.page-hero h1 {
		font-size: 3rem;
	}

	.catalog-filters {
		flex-wrap: nowrap;
		padding-bottom: 8px;
		overflow-x: auto;
	}

	.catalog-filters a {
		flex: 0 0 auto;
	}

	.product-detail {
		padding: 55px 0 70px;
	}

	.product-detail__image {
		min-height: 420px;
		padding: 38px;
		border-radius: 24px 75px 24px 24px;
	}

	.product-detail__content h1 {
		font-size: 3rem;
	}

	.data-card,
	.form-card,
	.inquiry-dialog__panel,
	.vision-grid article {
		padding: 28px;
	}

	.spec-table > div {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.spec-table strong {
		text-align: left;
	}

	.inquiry-form {
		grid-template-columns: 1fr;
	}

	.form-field--full {
		grid-column: auto;
	}

	.form-submit {
		align-items: stretch;
		flex-direction: column;
	}

	.form-submit p {
		max-width: none;
	}

	.form-submit .button {
		width: 100%;
	}

	.inquiry-dialog__intro {
		padding-right: 25px;
	}

	.inquiry-dialog__intro h2 {
		font-size: 2rem;
	}

	.vision-grid article {
		min-height: 330px;
	}

	.vision-grid__label {
		margin-bottom: 45px;
	}

	.office-band__inner {
		align-items: flex-start;
		flex-direction: column;
	}
}

@media (prefers-reduced-motion: reduce) {
	* {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}

