/*
 * ARK V7 Stage 3 reusable front-end module library.
 * No database editor or motion system is included in this file.
 */

:root {
	--ark-section-space: clamp(54px, 5.8vw, 82px);
	--ark-section-space-compact: clamp(34px, 4vw, 52px);
	--ark-radius-xl: 38px;
	--ark-radius-lg: 28px;
	--ark-radius-md: 20px;
	--ark-shadow-card: 0 20px 55px rgba(31, 79, 45, 0.08);
	--ark-shadow-media: 0 28px 70px rgba(31, 79, 45, 0.12);
}

.site-main {
	overflow: clip;
}

.ark-module {
	position: relative;
	padding-block: var(--ark-section-space);
}

.ark-module:nth-of-type(even) {
	background: var(--ark-bg-soft);
}

.ark-module img {
	width: 100%;
	object-fit: cover;
}

.ark-eyebrow {
	margin: 0 0 14px;
	color: var(--ark-primary);
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .13em;
	line-height: 1.3;
	text-transform: uppercase;
}

.ark-section-heading {
	max-width: min(820px, 100%);
	margin-bottom: clamp(26px, 3vw, 42px);
}

.ark-section-heading--center {
	margin-inline: auto;
	text-align: center;
}

.ark-section-heading h2,
.ark-content-block h2,
.ark-product-detail-prototype h2,
.ark-compact-banner h2,
.ark-case-study h2,
.ark-catalog-cta h2,
.ark-inquiry-shell h2,
.ark-cta h2 {
	margin: 0;
	color: var(--ark-text);
	font-size: clamp(1.95rem, 2.8vw, 3.1rem);
	font-weight: 750;
	letter-spacing: -.018em;
	line-height: 1.12;
	text-wrap: balance;
}

.ark-section-heading > p:last-child,
.ark-lead,
.ark-hero__text,
.ark-compact-banner p,
.ark-cta p {
	max-width: 730px;
	margin: 22px 0 0;
	color: var(--ark-text-muted);
	font-size: clamp(1rem, 1.2vw, 1.12rem);
	line-height: 1.75;
}

.ark-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-top: 30px;
}

.ark-actions--center {
	justify-content: center;
}

.ark-button--light {
	border-color: var(--ark-white);
	color: var(--ark-primary-deep);
	background: var(--ark-white);
}

.ark-button--light:hover,
.ark-button--light:focus-visible {
	border-color: var(--ark-white);
	color: var(--ark-white);
	background: transparent;
}

.ark-inquiry-visual {
	appearance: none;
}

.ark-source-label,
.ark-cta__action small {
	color: var(--ark-text-muted);
	font-size: .72rem;
	line-height: 1.4;
}

.ark-text-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-weight: 750;
	text-decoration: none;
}

.ark-text-link::after {
	content: "→";
}

.ark-check-list {
	display: grid;
	gap: 12px;
	margin: 26px 0 0;
	padding: 0;
	list-style: none;
}

.ark-check-list li {
	position: relative;
	padding-left: 30px;
	color: var(--ark-text);
	line-height: 1.65;
}

.ark-check-list li::before {
	position: absolute;
	top: .42em;
	left: 0;
	width: 18px;
	height: 18px;
	content: "✓";
	border-radius: 50%;
	color: var(--ark-white);
	background: var(--ark-primary);
	font-size: .72rem;
	font-weight: 800;
	line-height: 18px;
	text-align: center;
}

.ark-check-list--light li {
	color: rgba(255,255,255,.88);
}

.ark-check-list--light li::before {
	color: var(--ark-primary-deep);
	background: var(--ark-white);
}

/* Hero systems */
.ark-hero {
	padding-block: clamp(48px, 5vw, 74px);
	background:
		radial-gradient(circle at 82% 18%, rgba(129, 188, 143, .18), transparent 29%),
		linear-gradient(135deg, #f8fbf9 0%, #ffffff 56%, #eef6f0 100%);
}

.ark-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(330px, .92fr);
	align-items: center;
	gap: clamp(36px, 4.5vw, 66px);
}

.ark-hero__content {
	max-width: 760px;
}

.ark-hero__title {
	max-width: 760px;
	margin: 0;
	color: var(--ark-text);
	font-size: clamp(2.35rem, 3.45vw, 3.75rem);
	font-weight: 750;
	letter-spacing: -.018em;
	line-height: 1.08;
	text-wrap: balance;
	word-break: normal;
	overflow-wrap: normal;
	hyphens: none;
}

.ark-hero__text {
	max-width: 650px;
	margin-top: 18px;
}

.ark-hero__media {
	position: relative;
	min-width: 0;
}

.ark-hero__media img {
	width: 100%;
	aspect-ratio: 5 / 4;
	border: 1px solid rgba(47, 107, 63, .08);
	border-radius: 30px;
	box-shadow: 0 22px 56px rgba(31, 79, 45, .11);
}

.ark-media-badge {
	position: absolute;
	right: 18px;
	bottom: 18px;
	padding: 9px 13px;
	border: 1px solid rgba(255,255,255,.78);
	border-radius: 999px;
	color: var(--ark-primary-deep);
	background: rgba(255,255,255,.9);
	backdrop-filter: blur(8px);
	font-size: .74rem;
	font-weight: 750;
}

.ark-hero__facts {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 28px;
}

.ark-hero__facts > div {
	min-width: 132px;
	padding: 12px 15px;
	border: 1px solid var(--ark-border);
	border-radius: 16px;
	background: rgba(255,255,255,.76);
}

.ark-hero__facts strong,
.ark-hero__facts span {
	display: block;
}

.ark-hero__facts strong {
	color: var(--ark-primary-deep);
	font-size: .98rem;
	line-height: 1.25;
}

.ark-hero__facts span {
	margin-top: 3px;
	color: var(--ark-text-muted);
	font-size: .72rem;
	line-height: 1.35;
}

/* 02: editorial reverse */
.ark-hero--split-reverse {
	background: var(--ark-white);
}
.ark-hero--split-reverse .ark-hero__grid {
	grid-template-columns: minmax(380px, 1.03fr) minmax(0, .97fr);
}
.ark-hero--split-reverse .ark-hero__media { order: 1; }
.ark-hero--split-reverse .ark-hero__content {
	order: 2;
	padding: clamp(24px, 3vw, 44px);
	border-left: 3px solid var(--ark-primary);
}
.ark-hero--split-reverse .ark-hero__media img { aspect-ratio: 4 / 5; max-height: 510px; }

/* 03: centered panorama */
.ark-hero--centered .ark-hero__grid {
	grid-template-columns: 1fr;
	gap: 30px;
	text-align: center;
}
.ark-hero--centered .ark-hero__content {
	max-width: 820px;
	margin-inline: auto;
}
.ark-hero--centered .ark-hero__title,
.ark-hero--centered .ark-hero__text { margin-inline: auto; }
.ark-hero--centered .ark-actions,
.ark-hero--centered .ark-hero__facts { justify-content: center; }
.ark-hero--centered .ark-hero__media {
	width: min(100%, 1040px);
	margin-inline: auto;
}
.ark-hero--centered .ark-hero__media img {
	max-height: 330px;
	aspect-ratio: 16 / 6;
}

/* 04: full-background */
.ark-hero--full-background {
	padding-block: clamp(36px, 4vw, 58px);
	color: var(--ark-white);
	background: var(--ark-primary-deep);
}
.ark-hero--full-background .ark-hero__grid {
	min-height: 460px;
	grid-template-columns: 1fr;
	align-items: center;
	padding: clamp(38px, 6vw, 72px);
	border-radius: 32px;
	background:
		linear-gradient(100deg, rgba(14,54,30,.96) 0%, rgba(14,54,30,.82) 52%, rgba(14,54,30,.34) 100%),
		var(--ark-hero-bg) center / cover no-repeat;
}
.ark-hero--full-background .ark-hero__content { max-width: 720px; }
.ark-hero--full-background .ark-hero__title,
.ark-hero--full-background .ark-hero__text,
.ark-hero--full-background .ark-eyebrow { color: var(--ark-white); }
.ark-hero--full-background .ark-hero__facts > div {
	border-color: rgba(255,255,255,.2);
	background: rgba(255,255,255,.09);
}
.ark-hero--full-background .ark-hero__facts strong,
.ark-hero--full-background .ark-hero__facts span { color: var(--ark-white); }

/* 05: factory evidence card */
.ark-hero--factory { background: #edf6ef; }
.ark-hero--factory .ark-hero__grid {
	padding: clamp(28px, 4vw, 52px);
	border: 1px solid #d8e9dd;
	border-radius: 34px;
	background: rgba(255,255,255,.72);
}
.ark-hero--factory .ark-hero__media img {
	aspect-ratio: 16 / 10;
	box-shadow: none;
}
.ark-hero--factory .ark-hero__facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.ark-hero--factory .ark-hero__facts > div {
	min-width: 0;
	border: 0;
	border-top: 1px solid var(--ark-border);
	border-radius: 0;
	background: transparent;
}

/* 06: data dashboard */
.ark-hero--data {
	background: linear-gradient(135deg, #ffffff 0%, #eff7f1 100%);
}
.ark-hero--data .ark-hero__grid {
	grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr);
}
.ark-hero__data-panel {
	padding: clamp(24px, 3vw, 38px);
	border-radius: 30px;
	color: var(--ark-white);
	background: var(--ark-primary-deep);
	box-shadow: var(--ark-shadow-card);
}
.ark-hero__data-label {
	margin: 0 0 18px;
	color: #bfe7c8;
	font-size: .76rem;
	font-weight: 750;
	letter-spacing: .12em;
	text-transform: uppercase;
}
.ark-hero__data-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}
.ark-hero__data-grid > div {
	padding: 22px;
	border: 1px solid rgba(255,255,255,.16);
	border-radius: 20px;
	background: rgba(255,255,255,.07);
}
.ark-hero__data-grid strong,
.ark-hero__data-grid span { display: block; }
.ark-hero__data-grid strong {
	font-size: clamp(1.5rem, 2.2vw, 2.25rem);
	letter-spacing: -.015em;
	line-height: 1.08;
}
.ark-hero__data-grid span {
	margin-top: 7px;
	color: rgba(255,255,255,.72);
	font-size: .82rem;
}

/* 07: media-first video */
.ark-hero--video { background: var(--ark-white); }
.ark-hero--video .ark-hero__grid {
	grid-template-columns: minmax(430px, 1.15fr) minmax(0, .85fr);
}
.ark-hero--video .ark-hero__media { order: 1; }
.ark-hero--video .ark-hero__content { order: 2; }
.ark-hero--video .ark-hero__media img { aspect-ratio: 16 / 10; }
.ark-video-play {
	position: absolute;
	top: 50%;
	left: 50%;
	display: grid;
	width: 68px;
	height: 68px;
	place-items: center;
	transform: translate(-50%,-50%);
	border: 6px solid rgba(255,255,255,.78);
	border-radius: 50%;
	color: var(--ark-white);
	background: rgba(31,79,45,.88);
	font-size: 1.1rem;
}

/* 08: compact dual route */
.ark-hero--dual-button {
	padding-block: clamp(42px, 5vw, 68px);
	text-align: center;
	background: linear-gradient(135deg, #f5faf6, #e7f3e9);
}
.ark-hero--dual-button .ark-hero__grid { grid-template-columns: 1fr; }
.ark-hero--dual-button .ark-hero__content {
	max-width: 840px;
	margin-inline: auto;
}
.ark-hero--dual-button .ark-hero__title,
.ark-hero--dual-button .ark-hero__text { margin-inline: auto; }
.ark-hero--dual-button .ark-actions,
.ark-hero--dual-button .ark-hero__facts { justify-content: center; }
.ark-hero__mini-visual {
	display: grid;
	width: 88px;
	height: 88px;
	place-items: center;
	margin: 0 auto 20px;
	border: 1px solid #d6e8db;
	border-radius: 24px;
	background: rgba(255,255,255,.78);
}
.ark-hero__mini-visual img { width: 68px; height: 68px; object-fit: contain; }
/* Compact directory header */
.ark-compact-banner {
	padding-block: var(--ark-section-space-compact);
	background: linear-gradient(110deg, #f6faf7, #ffffff);
}

.ark-compact-banner__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
	align-items: center;
	gap: clamp(30px, 5vw, 72px);
}

.ark-compact-banner__media img {
	aspect-ratio: 16 / 9;
	border-radius: 24px;
}

.ark-inline-meta,
.ark-chip-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
}

.ark-inline-meta li,
.ark-chip-list li {
	padding: 8px 12px;
	border-radius: 999px;
	color: var(--ark-primary-deep);
	background: var(--ark-tag-bg);
	font-size: .8rem;
	font-weight: 700;
}

/* Product detail prototype */
.ark-product-detail-prototype {
	padding-block: clamp(42px, 4vw, 64px);
}

.ark-product-detail-prototype__grid {
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(500px, 1.08fr);
	align-items: start;
	gap: clamp(38px, 4.5vw, 62px);
}

.ark-product-gallery-prototype {
	display: grid;
	grid-template-columns: 78px minmax(0, 1fr);
	align-items: start;
	gap: 12px;
	width: 100%;
	max-width: 650px;
	min-width: 0;
}

.ark-product-gallery-prototype__main {
	grid-column: 2;
	grid-row: 1;
	justify-self: end;
	overflow: hidden;
	width: min(100%, 560px);
	border-radius: var(--ark-radius-xl);
	background: var(--ark-bg-soft);
}

.ark-product-gallery-prototype__main img {
	aspect-ratio: 1;
}

.ark-product-gallery-prototype__thumbs {
	display: grid;
	grid-column: 1;
	grid-row: 1;
	grid-template-columns: 1fr;
	grid-auto-rows: 78px;
	align-content: start;
	gap: 10px;
	overflow-y: auto;
	max-height: 560px;
	margin: 0;
	padding: 2px 4px 2px 2px;
	scrollbar-width: thin;
}

.ark-product-gallery-prototype__thumb {
	position: relative;
	overflow: hidden;
	border: 2px solid transparent;
	border-radius: 16px;
	background: var(--ark-bg-soft);
}

.ark-product-gallery-prototype__thumb.is-active {
	border-color: var(--ark-primary);
}

.ark-product-gallery-prototype__thumb img {
	aspect-ratio: 1;
}

.ark-product-gallery-prototype__thumb span {
	position: absolute;
	top: 50%;
	left: 50%;
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	color: var(--ark-white);
	background: rgba(31,79,45,.82);
}

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

.ark-product-facts > div {
	padding: 16px;
	border: 1px solid var(--ark-border);
	border-radius: 16px;
	background: var(--ark-bg-soft);
}

.ark-product-facts dt {
	color: var(--ark-text-muted);
	font-size: .76rem;
	font-weight: 700;
	text-transform: uppercase;
}

.ark-product-facts dd {
	margin: 6px 0 0;
	color: var(--ark-text);
	font-weight: 750;
	line-height: 1.45;
}


/* Product categories, tags, plant types and export markets. */
.ark-product-taxonomies {
	display: grid;
	gap: 11px;
	margin-top: 24px;
}

.ark-product-taxonomies__group {
	display: grid;
	grid-template-columns: minmax(118px, auto) minmax(0, 1fr);
	align-items: start;
	gap: 12px 18px;
}

.ark-product-taxonomies__group > strong {
	padding-top: 7px;
	color: var(--ark-text-muted);
	font-size: .74rem;
	font-weight: 800;
	letter-spacing: .07em;
	line-height: 1.35;
	text-transform: uppercase;
}

.ark-product-taxonomies ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ark-product-taxonomies li {
	min-width: 0;
}

.ark-product-taxonomies a,
.ark-product-taxonomies__term {
	display: inline-flex;
	min-height: 34px;
	align-items: center;
	padding: 7px 12px;
	border: 1px solid #d7e7dc;
	border-radius: 999px;
	color: var(--ark-primary-deep);
	background: var(--ark-tag-bg);
	font-size: .82rem;
	font-weight: 700;
	line-height: 1.3;
	text-decoration: none;
}

.ark-product-taxonomies a:hover,
.ark-product-taxonomies a:focus-visible {
	border-color: var(--ark-primary);
	color: var(--ark-white);
	background: var(--ark-primary);
}

/* Product cards */
.ark-product-collection__items {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.ark-product-collection--categories .ark-product-collection__items {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.ark-product-collection--slider .ark-product-collection__items {
	display: flex;
	overflow-x: auto;
	padding: 5px 2px 18px;
	scroll-snap-type: x mandatory;
	scrollbar-width: thin;
}

.ark-product-collection--slider .ark-product-card {
	min-width: min(360px, 82vw);
	scroll-snap-align: start;
}

.ark-product-card {
	overflow: hidden;
	min-width: 0;
	border: 1px solid var(--ark-border);
	border-radius: var(--ark-radius-lg);
	background: var(--ark-white);
	box-shadow: var(--ark-shadow-card);
}

.ark-product-card__media {
	display: block;
	overflow: hidden;
	background: var(--ark-bg-soft);
}

.ark-product-card__media img {
	aspect-ratio: 4 / 3;
}

.ark-product-card__body {
	padding: 22px;
}

.ark-product-card h3,
.ark-articles h3,
.ark-team h3,
.ark-card-grid h3,
.ark-process h3,
.ark-resources h3,
.ark-timeline h3 {
	margin: 0;
	font-size: clamp(1.08rem, 1.35vw, 1.32rem);
	letter-spacing: -.02em;
	line-height: 1.28;
	text-wrap: balance;
}

.ark-product-card h3 a,
.ark-articles h3 a {
	color: var(--ark-text);
	text-decoration: none;
}

.ark-product-card p,
.ark-articles article p,
.ark-team article p,
.ark-card-grid article p,
.ark-process li p,
.ark-resources article p {
	margin: 13px 0 0;
	color: var(--ark-text-muted);
	font-size: .94rem;
	line-height: 1.68;
}

.ark-card-label,
.ark-resource-type {
	margin: 0 0 10px !important;
	color: var(--ark-primary) !important;
	font-size: .72rem !important;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.ark-card-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin-top: 22px;
}

.ark-card-actions .ark-button {
	min-height: 40px;
	padding: 9px 14px;
	font-size: .82rem;
}

.ark-product-collection--list .ark-product-collection__items {
	grid-template-columns: 1fr;
}

.ark-product-collection--list .ark-product-card {
	display: grid;
	grid-template-columns: minmax(260px, .65fr) minmax(0, 1.35fr);
}

.ark-product-collection--list .ark-product-card__media img {
	height: 100%;
	aspect-ratio: 4 / 3;
}

/* Content block systems */
.ark-content-block__shell,
.ark-case-study__grid,
.ark-catalog-cta__grid,
.ark-inquiry-shell__grid {
	display: grid;
	grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
	align-items: center;
	gap: clamp(34px, 4.5vw, 64px);
}

.ark-content-block__media {
	position: relative;
	min-width: 0;
}

.ark-content-block__media > img:first-child,
.ark-case-study__media img {
	width: 100%;
	max-height: 470px;
	aspect-ratio: 4 / 3;
	border: 1px solid rgba(47,107,63,.08);
	border-radius: 28px;
	box-shadow: 0 20px 54px rgba(31,79,45,.1);
}

.ark-content-block__caption {
	margin: 12px 0 0;
	color: var(--ark-text-muted);
	font-size: .82rem;
	line-height: 1.55;
}

.ark-content-block__heading h2 { max-width: 760px; }
.ark-content-block__body .ark-lead { margin-top: 18px; }

.ark-content-points {
	display: grid;
	gap: 10px;
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
}
.ark-content-points li {
	position: relative;
	padding-left: 24px;
	line-height: 1.55;
}
.ark-content-points li::before {
	position: absolute;
	top: .65em;
	left: 0;
	width: 8px;
	height: 8px;
	content: "";
	transform: translateY(-50%);
	border-radius: 50%;
	background: var(--ark-primary);
}

/* 01 and 02: true split layouts */
.ark-content-block--split-right .ark-content-block__media { order: 2; }
.ark-content-block--split-right .ark-content-block__content { order: 1; }
.ark-content-block--split-right .ark-content-block__media > img:first-child {
	aspect-ratio: 4 / 5;
	max-height: 500px;
}

/* 03: panoramic media with two-column copy */
.ark-content-block--image-top .ark-content-block__shell {
	grid-template-columns: 1fr;
	gap: 28px;
}
.ark-content-block--image-top .ark-content-block__media > img:first-child {
	max-height: 330px;
	aspect-ratio: 16 / 5;
}
.ark-content-block--image-top .ark-content-block__content {
	display: grid;
	grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
	gap: clamp(30px, 4vw, 58px);
	align-items: start;
}
.ark-content-block--image-top .ark-content-block__body .ark-lead { margin-top: 0; }
.ark-content-block--image-top .ark-content-points {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.ark-content-block--image-top .ark-content-points li {
	padding: 12px 14px;
	border: 1px solid var(--ark-border);
	border-radius: 14px;
	background: var(--ark-bg-soft);
}
.ark-content-block--image-top .ark-content-points li::before { display: none; }

/* 04: copy grid above a restrained panorama */
.ark-content-block--text-top .ark-content-block__shell {
	grid-template-columns: 1fr;
	gap: 30px;
}
.ark-content-block--text-top .ark-content-block__content {
	display: grid;
	grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
	gap: clamp(30px, 4vw, 58px);
	align-items: start;
}
.ark-content-block--text-top .ark-content-block__media { order: 2; }
.ark-content-block--text-top .ark-content-block__content { order: 1; }
.ark-content-block--text-top .ark-content-block__body .ark-lead { margin-top: 0; }
.ark-content-block--text-top .ark-content-block__media > img:first-child {
	max-height: 300px;
	aspect-ratio: 16 / 5;
}
.ark-content-block--text-top .ark-content-points {
	display: flex;
	flex-wrap: wrap;
}
.ark-content-block--text-top .ark-content-points li {
	padding: 8px 12px;
	border-radius: 999px;
	background: var(--ark-tag-bg);
}
.ark-content-block--text-top .ark-content-points li::before { display: none; }

/* 05: equal dual images, no oversized overlap */
.ark-content-block--dual-image .ark-content-block__shell {
	grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
}
.ark-content-block--dual-image .ark-content-block__media {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}
.ark-content-block--dual-image .ark-content-block__media > img:first-child,
.ark-content-block--dual-image .ark-content-block__media-secondary {
	position: static;
	width: 100% !important;
	max-height: 360px;
	aspect-ratio: 4 / 5;
	border: 0;
	border-radius: 22px;
	box-shadow: var(--ark-shadow-card);
}

/* 06: image plus benefit cards */
.ark-content-block--feature-image .ark-content-block__shell {
	grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr);
}
.ark-content-block--feature-image .ark-content-block__media > img:first-child {
	max-height: 430px;
	aspect-ratio: 16 / 11;
}
.ark-content-block--feature-image .ark-content-points {
	grid-template-columns: 1fr;
}
.ark-content-block--feature-image .ark-content-points li {
	padding: 14px 16px;
	border: 1px solid var(--ark-border);
	border-radius: 16px;
	background: var(--ark-white);
	box-shadow: 0 8px 24px rgba(31,79,45,.05);
}
.ark-content-block--feature-image .ark-content-points li::before { display: none; }

/* 07: facility image behind a floating evidence card */
.ark-content-block--factory {
	background: #eef6f0 !important;
}
.ark-content-block--factory .ark-content-block__shell {
	grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr);
}
.ark-content-block--factory .ark-content-block__media > img:first-child {
	max-height: 430px;
	aspect-ratio: 16 / 10;
	box-shadow: none;
}
.ark-content-block--factory .ark-content-block__content {
	margin-left: -76px;
	padding: clamp(28px, 3.5vw, 46px);
	border: 1px solid var(--ark-border);
	border-radius: 26px;
	background: rgba(255,255,255,.96);
	box-shadow: var(--ark-shadow-card);
}
.ark-content-block--factory .ark-content-block__caption {
	padding: 10px 14px;
	border-radius: 12px;
	color: var(--ark-primary-deep);
	background: rgba(255,255,255,.9);
	font-weight: 700;
}

/* 08: founder portrait and quote */
.ark-content-block--founder {
	background: var(--ark-white) !important;
}
.ark-content-block--founder .ark-content-block__shell {
	grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr);
	padding: clamp(26px, 4vw, 48px);
	border: 1px solid var(--ark-border);
	border-radius: 30px;
	background: var(--ark-bg-soft);
}
.ark-content-block--founder .ark-content-block__media > img:first-child {
	max-height: 410px;
	aspect-ratio: 4 / 5;
	box-shadow: none;
}
.ark-content-block--founder blockquote {
	margin: 0 0 20px;
	padding-left: 20px;
	border-left: 3px solid var(--ark-primary);
	color: var(--ark-primary-deep);
	font-size: 1.08rem;
	font-weight: 650;
	line-height: 1.6;
}

/* 09: technical laboratory treatment */
.ark-content-block--laboratory .ark-content-block__media {
	padding: 24px;
	border-radius: 28px;
	background: var(--ark-primary-deep);
}
.ark-content-block--laboratory .ark-content-block__media > img:first-child {
	max-height: 390px;
	box-shadow: none;
}
.ark-content-block--laboratory .ark-content-points {
	counter-reset: lab-point;
}
.ark-content-block--laboratory .ark-content-points li {
	counter-increment: lab-point;
	padding: 12px 14px 12px 50px;
	border-bottom: 1px solid var(--ark-border);
}
.ark-content-block--laboratory .ark-content-points li::before {
	top: 50%;
	width: 30px;
	height: 30px;
	content: counter(lab-point, decimal-leading-zero);
	color: var(--ark-white);
	background: var(--ark-primary);
	font-size: .7rem;
	font-weight: 750;
	line-height: 30px;
	text-align: center;
}

/* 10: bright greenhouse with caption card */
.ark-content-block--greenhouse .ark-content-block__media { order: 2; }
.ark-content-block--greenhouse .ark-content-block__content { order: 1; }
.ark-content-block--greenhouse .ark-content-block__media > img:first-child {
	max-height: 440px;
	aspect-ratio: 5 / 4;
}
.ark-content-block--greenhouse .ark-content-block__caption {
	position: absolute;
	right: 16px;
	bottom: 16px;
	left: 16px;
	margin: 0;
	padding: 13px 15px;
	border-radius: 14px;
	color: var(--ark-primary-deep);
	background: rgba(255,255,255,.9);
	backdrop-filter: blur(6px);
}

/* 11: compact dark trust block */
.ark-content-block--dark {
	color: var(--ark-white);
	background: var(--ark-primary-deep) !important;
}
.ark-content-block--dark .ark-content-block__shell {
	grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr);
}
.ark-content-block--dark .ark-content-block__content { order: 1; }
.ark-content-block--dark .ark-content-block__media {
	order: 2;
	max-width: 390px;
	justify-self: end;
}
.ark-content-block--dark .ark-content-block__media > img:first-child {
	max-height: 300px;
	aspect-ratio: 4 / 3;
	box-shadow: none;
}
.ark-content-block--dark h2,
.ark-content-block--dark .ark-lead,
.ark-content-block--dark .ark-content-points li { color: var(--ark-white); }
.ark-content-block--dark .ark-eyebrow { color: #b9e4c3; }
.ark-content-block--dark .ark-content-points li::before { background: #b9e4c3; }

/* 12: compact soft information card */
.ark-content-block--soft-card {
	background: var(--ark-white) !important;
}
.ark-content-block--soft-card .ark-content-block__shell {
	grid-template-columns: minmax(220px, .55fr) minmax(0, 1.45fr);
	padding: clamp(24px, 3vw, 38px);
	border: 1px solid var(--ark-border);
	border-radius: 28px;
	background: var(--ark-bg-soft);
}
.ark-content-block--soft-card .ark-content-block__media > img:first-child {
	max-height: 280px;
	aspect-ratio: 1 / 1;
	box-shadow: none;
}
.ark-content-block--soft-card .ark-content-points {
	display: flex;
	flex-wrap: wrap;
}
.ark-content-block--soft-card .ark-content-points li {
	padding: 8px 12px;
	border-radius: 999px;
	background: var(--ark-white);
}
.ark-content-block--soft-card .ark-content-points li::before { display: none; }

/* 13: actual timeline, image removed */
.ark-content-block--timeline .ark-content-block__shell {
	grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
	align-items: start;
}
.ark-content-block--timeline .ark-content-block__media { display: none; }
.ark-content-block--timeline .ark-content-block__content {
	display: contents;
}
.ark-content-block--timeline .ark-content-block__heading {
	position: sticky;
	top: calc(var(--ark-header-height-desktop) + var(--ark-admin-bar-height) + 26px);
}
.ark-content-timeline {
	position: relative;
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
.ark-content-timeline::before {
	position: absolute;
	top: 16px;
	bottom: 16px;
	left: 46px;
	width: 2px;
	content: "";
	background: var(--ark-border);
}
.ark-content-timeline li {
	position: relative;
	display: grid;
	grid-template-columns: 92px minmax(0,1fr);
	gap: 20px;
	padding: 0 0 28px;
}
.ark-content-timeline li > span {
	position: relative;
	z-index: 1;
	display: grid;
	width: 92px;
	min-height: 38px;
	place-items: center;
	border: 1px solid var(--ark-border);
	border-radius: 999px;
	color: var(--ark-primary-deep);
	background: var(--ark-white);
	font-size: .78rem;
	font-weight: 750;
}
.ark-content-timeline strong {
	font-size: 1.08rem;
	line-height: 1.35;
}
.ark-content-timeline p {
	margin: 6px 0 0;
	color: var(--ark-text-muted);
	line-height: 1.6;
}


.ark-content-timeline__copy {
	min-width: 0;
}

.ark-content-timeline__copy strong {
	display: block;
	overflow-wrap: normal;
	word-break: normal;
}

/* Product module 13: compact, readable vertical sequence. */
.ark-product-vertical-content {
	padding-block: clamp(46px, 4.5vw, 66px);
}

.ark-product-vertical-content .ark-content-block__shell {
	grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr);
	gap: clamp(42px, 5.5vw, 78px);
}

.ark-product-vertical-content .ark-content-block__heading {
	position: static;
	max-width: 560px;
}

.ark-product-vertical-content .ark-content-block__body {
	min-width: 0;
}

.ark-product-vertical-content .ark-content-timeline {
	margin-top: 24px;
}

.ark-product-vertical-content .ark-content-timeline li {
	padding-bottom: 22px;
}
/* Stats and generic cards */
.ark-stats__grid,
.ark-card-grid__items,
.ark-resources__grid,
.ark-team__grid,
.ark-articles__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.ark-stats__grid article,
.ark-card-grid__items article,
.ark-resources__grid article {
	padding: clamp(24px, 3vw, 34px);
	border: 1px solid var(--ark-border);
	border-radius: var(--ark-radius-lg);
	background: var(--ark-white);
	box-shadow: var(--ark-shadow-card);
}

.ark-stats__grid strong {
	display: block;
	color: var(--ark-primary);
	font-size: clamp(2rem, 3vw, 3.25rem);
	letter-spacing: -.018em;
	line-height: 1;
}

.ark-stats__grid h3 {
	margin: 18px 0 0;
	font-size: 1.05rem;
}

.ark-stats__grid p {
	margin: 10px 0 0;
	color: var(--ark-text-muted);
	line-height: 1.65;
}

.ark-card-grid__number {
	display: inline-grid;
	width: 42px;
	height: 42px;
	place-items: center;
	margin-bottom: 24px;
	border-radius: 14px;
	color: var(--ark-primary-deep);
	background: var(--ark-tag-bg);
	font-size: .82rem;
	font-weight: 800;
}

/* Process */
.ark-process__steps {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: none;
}

.ark-process__steps li {
	position: relative;
	padding: 26px 22px;
	border: 1px solid var(--ark-border);
	border-radius: var(--ark-radius-lg);
	background: var(--ark-white);
}

.ark-process__steps li > span {
	display: grid;
	width: 44px;
	height: 44px;
	place-items: center;
	margin-bottom: 26px;
	border-radius: 50%;
	color: var(--ark-white);
	background: var(--ark-primary);
	font-size: .8rem;
	font-weight: 800;
}

/* Comparison and facts */
.ark-comparison__scroll {
	overflow-x: auto;
	border: 1px solid var(--ark-border);
	border-radius: var(--ark-radius-lg);
	background: var(--ark-white);
}

.ark-comparison table {
	width: 100%;
	min-width: 780px;
	border-collapse: collapse;
}

.ark-comparison th,
.ark-comparison td {
	padding: 19px 20px;
	border-bottom: 1px solid var(--ark-border);
	text-align: left;
	vertical-align: top;
	line-height: 1.55;
}

.ark-comparison thead th {
	color: var(--ark-white);
	background: var(--ark-primary-deep);
}

.ark-comparison tbody th {
	color: var(--ark-primary-deep);
	background: var(--ark-bg-soft);
}

.ark-quick-facts dl,
.ark-contact-card dl {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
	margin: 0;
}

.ark-quick-facts dl > div,
.ark-contact-card dl > div {
	padding: 22px;
	border: 1px solid var(--ark-border);
	border-radius: 20px;
	background: var(--ark-white);
}

.ark-quick-facts dt,
.ark-contact-card dt {
	color: var(--ark-primary);
	font-size: .76rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.ark-quick-facts dd,
.ark-contact-card dd {
	margin: 10px 0 0;
	color: var(--ark-text);
	font-weight: 700;
	line-height: 1.5;
}

.ark-specs dl {
	margin: 0;
	border: 1px solid var(--ark-border);
	border-radius: 24px;
	background: var(--ark-white);
}

.ark-specs dl > div {
	display: grid;
	grid-template-columns: minmax(180px, .36fr) minmax(0, .64fr);
	gap: 28px;
	padding: 20px 24px;
	border-bottom: 1px solid var(--ark-border);
}

.ark-specs dl > div:last-child {
	border-bottom: 0;
}

.ark-specs dt {
	color: var(--ark-primary-deep);
	font-weight: 800;
}

.ark-specs dd {
	margin: 0;
	color: var(--ark-text-muted);
	line-height: 1.6;
}

/* Team, timeline, resources */
.ark-team__grid,
.ark-articles__grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ark-team article,
.ark-articles article {
	overflow: hidden;
	border: 1px solid var(--ark-border);
	border-radius: var(--ark-radius-lg);
	background: var(--ark-white);
	box-shadow: var(--ark-shadow-card);
}

.ark-team article img,
.ark-articles__media img {
	aspect-ratio: 4 / 3;
}

.ark-team article > div,
.ark-articles article > div {
	padding: 24px;
}

.ark-team article span {
	display: block;
	margin-bottom: 8px;
	color: var(--ark-primary);
	font-size: .78rem;
	font-weight: 800;
	text-transform: uppercase;
}

.ark-timeline ol {
	position: relative;
	display: grid;
	gap: 22px;
	margin: 0;
	padding: 0 0 0 30px;
	list-style: none;
}

.ark-timeline ol::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 8px;
	width: 2px;
	content: "";
	background: var(--ark-border);
}

.ark-timeline li {
	position: relative;
	display: grid;
	grid-template-columns: 120px minmax(0, 1fr);
	gap: 30px;
	padding: 28px;
	border: 1px solid var(--ark-border);
	border-radius: 24px;
	background: var(--ark-white);
}

.ark-timeline li::before {
	position: absolute;
	top: 37px;
	left: -29px;
	width: 16px;
	height: 16px;
	content: "";
	border: 4px solid var(--ark-white);
	border-radius: 50%;
	background: var(--ark-primary);
	box-shadow: 0 0 0 1px var(--ark-border);
}

.ark-timeline time {
	color: var(--ark-primary);
	font-size: 1.35rem;
	font-weight: 850;
}

.ark-timeline p {
	margin: 10px 0 0;
	color: var(--ark-text-muted);
	line-height: 1.65;
}

/* Pain/solution */
.ark-pain-solution__grid {
	overflow: hidden;
	border: 1px solid var(--ark-border);
	border-radius: var(--ark-radius-lg);
	background: var(--ark-white);
}

.ark-pain-solution__head,
.ark-pain-solution__row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ark-pain-solution__head {
	color: var(--ark-white);
	background: var(--ark-primary-deep);
	font-weight: 800;
}

.ark-pain-solution__head span,
.ark-pain-solution__row p {
	margin: 0;
	padding: 20px 24px;
}

.ark-pain-solution__row p {
	border-top: 1px solid var(--ark-border);
	line-height: 1.6;
}

.ark-pain-solution__row p:first-child {
	color: #7f1d1d;
	background: #fff8f7;
	font-weight: 700;
}

.ark-pain-solution__row p:last-child {
	color: var(--ark-primary-deep);
	background: #f7fbf8;
}

/* Gallery */
.ark-gallery__grid {
	display: grid;
	grid-template-columns: repeat(12, minmax(0, 1fr));
	grid-auto-rows: 190px;
	gap: 16px;
}

.ark-gallery figure {
	overflow: hidden;
	margin: 0;
	border-radius: 24px;
}

.ark-gallery figure:nth-child(1) { grid-column: span 7; grid-row: span 2; }
.ark-gallery figure:nth-child(2) { grid-column: span 5; }
.ark-gallery figure:nth-child(3) { grid-column: span 5; }
.ark-gallery figure:nth-child(4) { grid-column: span 5; }
.ark-gallery figure:nth-child(5) { grid-column: span 7; }
.ark-gallery img { height: 100%; }

/* Testimonials */
.ark-testimonials__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
}

.ark-testimonials figure {
	margin: 0;
	padding: clamp(28px, 4vw, 46px);
	border: 1px solid var(--ark-border);
	border-radius: var(--ark-radius-xl);
	background: var(--ark-white);
	box-shadow: var(--ark-shadow-card);
}

.ark-testimonials blockquote {
	margin: 0;
	color: var(--ark-text);
	font-size: clamp(1.15rem, 1.8vw, 1.48rem);
	font-weight: 650;
	line-height: 1.55;
}

.ark-testimonials figcaption {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-top: 26px;
}

.ark-testimonials figcaption span {
	color: var(--ark-text-muted);
}

/* FAQ */
.ark-faq__grid {
	display: grid;
	grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
	align-items: start;
	gap: clamp(45px, 6vw, 90px);
}

.ark-faq__items {
	display: grid;
	gap: 12px;
}

.ark-faq details {
	border: 1px solid var(--ark-border);
	border-radius: 20px;
	background: var(--ark-white);
}

.ark-faq summary {
	display: flex;
	min-height: 72px;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 18px 22px;
	color: var(--ark-text);
	font-weight: 750;
	line-height: 1.45;
	cursor: pointer;
	list-style: none;
}

.ark-faq summary::-webkit-details-marker { display: none; }
.ark-faq summary b { color: var(--ark-primary); font-size: 1.45rem; }
.ark-faq details[open] summary b { transform: rotate(45deg); }
.ark-faq details > div { padding: 0 22px 22px; color: var(--ark-text-muted); line-height: 1.7; }
.ark-faq details p { margin: 0; }

/* CTA */
.ark-cta {
	color: var(--ark-white);
	background: var(--ark-primary-deep) !important;
}

.ark-cta__shell {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
	align-items: center;
	gap: clamp(40px, 6vw, 90px);
	padding: clamp(34px, 5vw, 68px);
	border: 1px solid rgba(255,255,255,.18);
	border-radius: var(--ark-radius-xl);
	background: linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,.01));
}

.ark-cta h2,
.ark-cta p,
.ark-cta .ark-eyebrow {
	color: var(--ark-white);
}

.ark-cta__action {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}

.ark-cta__action small { color: rgba(255,255,255,.62); }

/* Case, quote, logos */
.ark-case-study__media img { aspect-ratio: 1.1 / 1; }

.ark-logo-strip__items {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 12px;
}

.ark-logo-strip__items span {
	display: grid;
	min-height: 100px;
	place-items: center;
	padding: 18px;
	border: 1px solid var(--ark-border);
	border-radius: 20px;
	color: var(--ark-text-muted);
	background: var(--ark-white);
	font-weight: 800;
	text-align: center;
}

.ark-quote figure {
	max-width: 1050px;
	margin: 0 auto;
	padding: clamp(36px, 6vw, 78px);
	border-radius: var(--ark-radius-xl);
	color: var(--ark-white);
	background: linear-gradient(135deg, var(--ark-primary), var(--ark-primary-deep));
	text-align: center;
}

.ark-quote blockquote {
	margin: 0;
	font-size: clamp(1.55rem, 3vw, 3rem);
	font-weight: 760;
	letter-spacing: -.015em;
	line-height: 1.25;
	text-wrap: balance;
}

.ark-quote figcaption {
	margin-top: 24px;
	color: rgba(255,255,255,.72);
}

/* Tabs visual prototype */
.ark-tabs__shell {
	overflow: hidden;
	border: 1px solid var(--ark-border);
	border-radius: var(--ark-radius-lg);
	background: var(--ark-white);
}

.ark-tabs__labels {
	display: flex;
	overflow-x: auto;
	gap: 4px;
	padding: 8px;
	border-bottom: 1px solid var(--ark-border);
	background: var(--ark-bg-soft);
}

.ark-tabs__labels button {
	min-height: 44px;
	padding: 10px 18px;
	border: 0;
	border-radius: 999px;
	background: transparent;
	font-weight: 750;
	white-space: nowrap;
}

.ark-tabs__labels button[aria-selected="true"] {
	color: var(--ark-white);
	background: var(--ark-primary);
}

.ark-tabs__panels article {
	padding: clamp(28px, 4vw, 48px);
}

.ark-tabs__panels article h3 { margin: 0; font-size: 1.45rem; }
.ark-tabs__panels article p { margin: 14px 0 0; color: var(--ark-text-muted); line-height: 1.7; }

/* Inquiry shell */
.ark-inquiry-shell__grid {
	align-items: start;
}

.ark-inquiry-shell__form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	padding: clamp(24px, 4vw, 40px);
	border: 1px solid var(--ark-border);
	border-radius: var(--ark-radius-xl);
	background: var(--ark-white);
	box-shadow: var(--ark-shadow-card);
}

.ark-inquiry-shell__form > div {
	display: grid;
	gap: 7px;
}

.ark-inquiry-shell__wide { grid-column: 1 / -1; }
.ark-inquiry-shell label { color: var(--ark-text); font-size: .82rem; font-weight: 750; }
.ark-inquiry-shell input,
.ark-inquiry-shell textarea,
.ark-inquiry-shell__form > div > button:not(.ark-button) {
	width: 100%;
	min-height: 46px;
	padding: 11px 13px;
	border: 1px solid var(--ark-border);
	border-radius: 13px;
	color: var(--ark-text-muted);
	background: var(--ark-bg-soft);
}
.ark-inquiry-shell textarea { resize: none; }
.ark-inquiry-shell small { margin-left: 12px; color: var(--ark-text-muted); }

/* Catalogue CTA */
.ark-catalog-cta__grid {
	grid-template-columns: minmax(260px, .55fr) minmax(0, 1.45fr);
	padding: clamp(30px, 5vw, 64px);
	border: 1px solid var(--ark-border);
	border-radius: var(--ark-radius-xl);
	background: var(--ark-white);
	box-shadow: var(--ark-shadow-card);
}
.ark-catalog-cta__media img { aspect-ratio: .82 / 1; border-radius: 24px; }

/* Module library intro */
.ark-module-library-intro {
	padding-block: clamp(54px, 7vw, 92px);
	background: var(--ark-primary-deep);
}
.ark-module-library-intro h1 { max-width: 900px; margin: 0; color: var(--ark-white); font-size: clamp(2.35rem, 3.7vw, 3.8rem); letter-spacing: -.02em; line-height: 1.05; text-wrap: balance; }
.ark-module-library-intro p:last-child { max-width: 760px; margin: 24px 0 0; color: rgba(255,255,255,.74); font-size: 1.08rem; line-height: 1.75; }
.ark-module-library-intro .ark-eyebrow { color: #bfe7c8; }


.ark-library-group {
	padding-block: 34px;
	border-top: 1px solid var(--ark-border);
	border-bottom: 1px solid var(--ark-border);
	background: var(--ark-white);
}
.ark-library-group--soft { background: var(--ark-bg-soft); }
.ark-library-group span {
	color: var(--ark-primary);
	font-size: .74rem;
	font-weight: 750;
	letter-spacing: .12em;
	text-transform: uppercase;
}
.ark-library-group h2 {
	max-width: 820px;
	margin: 6px 0 0;
	font-size: clamp(1.65rem, 2.4vw, 2.45rem);
	font-weight: 740;
	letter-spacing: -.012em;
	line-height: 1.15;
}
.ark-library-group p {
	max-width: 760px;
	margin: 8px 0 0;
	color: var(--ark-text-muted);
}

@media (max-width: 1180px) {
	.ark-hero__grid { grid-template-columns: minmax(0, 1.04fr) minmax(320px, .96fr); gap: 36px; }
	.ark-hero__title { font-size: clamp(2.3rem, 3.7vw, 3.45rem); }
	.ark-hero--data .ark-hero__grid { grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr); }
	.ark-product-collection__items { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.ark-product-collection--categories .ark-product-collection__items { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.ark-stats__grid,
	.ark-card-grid__items,
	.ark-resources__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ark-process__steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.ark-logo-strip__items { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 1180px) and (min-width: 901px) {
	.ark-product-detail-prototype__grid {
		grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr);
		gap: 34px;
	}

	.ark-product-gallery-prototype {
		grid-template-columns: 70px minmax(0, 1fr);
		gap: 10px;
	}

	.ark-product-gallery-prototype__thumbs {
		grid-auto-rows: 70px;
	}

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

@media (max-width: 900px) {
	.ark-product-gallery-prototype {
		max-width: 720px;
	}

	.ark-product-detail-prototype__content {
		max-width: 760px;
	}
}

@media (max-width: 900px) {
	:root { --ark-section-space: clamp(50px, 7vw, 70px); }
	.ark-hero__grid,
	.ark-hero--split-reverse .ark-hero__grid,
	.ark-hero--data .ark-hero__grid,
	.ark-hero--video .ark-hero__grid,
	.ark-compact-banner__grid,
	.ark-product-detail-prototype__grid,
	.ark-content-block__shell,
	.ark-content-block--dual-image .ark-content-block__shell,
	.ark-content-block--feature-image .ark-content-block__shell,
	.ark-content-block--factory .ark-content-block__shell,
	.ark-content-block--founder .ark-content-block__shell,
	.ark-content-block--dark .ark-content-block__shell,
	.ark-content-block--soft-card .ark-content-block__shell,
	.ark-content-block--timeline .ark-content-block__shell,
	.ark-case-study__grid,
	.ark-catalog-cta__grid,
	.ark-inquiry-shell__grid,
	.ark-faq__grid,
	.ark-cta__shell { grid-template-columns: 1fr; }
	.ark-hero__content { max-width: 780px; }
	.ark-hero__title { max-width: 760px; font-size: clamp(2.25rem, 5.4vw, 3.35rem); }
	.ark-hero__media { max-width: 720px; }
	.ark-hero--split-reverse .ark-hero__media,
	.ark-hero--video .ark-hero__media { order: 2; }
	.ark-hero--split-reverse .ark-hero__content,
	.ark-hero--video .ark-hero__content { order: 1; }
	.ark-hero--split-reverse .ark-hero__content { padding-left: 24px; }
	.ark-content-block--split-right .ark-content-block__media,
	.ark-content-block--text-top .ark-content-block__media,
	.ark-content-block--founder .ark-content-block__media,
	.ark-content-block--greenhouse .ark-content-block__media,
	.ark-content-block--dark .ark-content-block__media { order: 0; }
	.ark-content-block--split-right .ark-content-block__content,
	.ark-content-block--text-top .ark-content-block__content,
	.ark-content-block--founder .ark-content-block__content,
	.ark-content-block--greenhouse .ark-content-block__content,
	.ark-content-block--dark .ark-content-block__content { order: 1; }
	.ark-content-block--image-top .ark-content-block__content,
	.ark-content-block--text-top .ark-content-block__content { grid-template-columns: 1fr; gap: 18px; }
	.ark-content-block--factory .ark-content-block__content { margin-left: 0; }
	.ark-content-block--timeline .ark-content-block__content { display: block; }
	.ark-content-block--timeline .ark-content-block__heading { position: static; }
	.ark-product-collection__items,
	.ark-product-collection--categories .ark-product-collection__items,
	.ark-team__grid,
	.ark-articles__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ark-product-collection--list .ark-product-card { grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr); }
	.ark-quick-facts dl,
	.ark-contact-card dl { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ark-gallery__grid { grid-auto-rows: 150px; }
	.ark-cta__action { align-items: flex-start; }
}

@media (max-width: 640px) {
	.ark-module { padding-block: 54px; }
	.ark-container { width: min(calc(100% - 30px), var(--ark-container)); }
	.ark-section-heading h2,
	.ark-content-block h2,
	.ark-product-detail-prototype h2,
	.ark-compact-banner h2,
	.ark-case-study h2,
	.ark-catalog-cta h2,
	.ark-inquiry-shell h2,
	.ark-cta h2 { font-size: clamp(1.85rem, 9vw, 2.65rem); line-height: 1.1; }
	.ark-hero { padding-block: 46px 58px; }
	.ark-hero__title { font-size: clamp(2rem, 8.7vw, 2.85rem); line-height: 1.1; letter-spacing: -.012em; }
	.ark-hero__grid { gap: 36px; }
	.ark-hero__facts { display: grid; grid-template-columns: 1fr; }
	.ark-hero--factory .ark-hero__facts { grid-template-columns: 1fr; }
	.ark-hero__data-grid { grid-template-columns: 1fr; }
	.ark-content-block--image-top .ark-content-points { grid-template-columns: 1fr; }
	.ark-content-block--dual-image .ark-content-block__media { grid-template-columns: 1fr 1fr; }
	.ark-content-timeline li { grid-template-columns: 78px minmax(0,1fr); gap: 14px; }
	.ark-content-timeline li > span { width: 78px; }
	.ark-content-timeline::before { left: 39px; }
	.ark-actions { align-items: stretch; }
	.ark-actions .ark-button { width: 100%; }
	.ark-product-detail-prototype__grid { gap: 34px; }
	.ark-product-facts { grid-template-columns: 1fr; }
	.ark-product-collection__items,
	.ark-product-collection--categories .ark-product-collection__items,
	.ark-stats__grid,
	.ark-card-grid__items,
	.ark-resources__grid,
	.ark-team__grid,
	.ark-articles__grid,
	.ark-testimonials__grid,
	.ark-quick-facts dl,
	.ark-contact-card dl { grid-template-columns: 1fr; }
	.ark-product-collection--list .ark-product-card { grid-template-columns: 1fr; }
	.ark-process__steps { grid-template-columns: 1fr; }
	.ark-specs dl > div { grid-template-columns: 1fr; gap: 8px; }
	.ark-pain-solution__head { display: none; }
	.ark-pain-solution__row { grid-template-columns: 1fr; }
	.ark-pain-solution__row p:first-child::before { display: block; margin-bottom: 6px; content: "Buyer concern"; color: #7f1d1d; font-size: .72rem; text-transform: uppercase; }
	.ark-pain-solution__row p:last-child::before { display: block; margin-bottom: 6px; content: "ARK plants response"; color: var(--ark-primary); font-size: .72rem; text-transform: uppercase; }
	.ark-gallery__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 145px; }
	.ark-gallery figure:nth-child(n) { grid-column: span 1; grid-row: span 1; }
	.ark-gallery figure:first-child { grid-column: 1 / -1; }
	.ark-timeline li { grid-template-columns: 1fr; gap: 12px; }
	.ark-logo-strip__items { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ark-inquiry-shell__form { grid-template-columns: 1fr; }
	.ark-inquiry-shell__wide { grid-column: auto; }
	.ark-inquiry-shell small { display: block; margin: 10px 0 0; }
	.ark-card-actions { align-items: stretch; }
	.ark-card-actions .ark-button { width: 100%; }
	.ark-product-taxonomies__group { grid-template-columns: 1fr; gap: 7px; }
	.ark-product-taxonomies__group > strong { padding-top: 0; }
	.ark-product-vertical-content { padding-block: 50px; }
}

@media (prefers-reduced-motion: reduce) {
	.ark-module *,
	.ark-module *::before,
	.ark-module *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
	}
}


/* Image banner and video showcase */
.ark-media-banner__shell { position: relative; overflow: hidden; min-height: 520px; border-radius: var(--ark-radius-xl); background: var(--ark-primary-deep); }
.ark-media-banner__shell > img { position: absolute; inset: 0; height: 100%; opacity: .62; }
.ark-media-banner__shell::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(14,54,30,.97), rgba(14,54,30,.62) 58%, rgba(14,54,30,.16)); }
.ark-media-banner__content { position: relative; z-index: 1; max-width: 720px; padding: clamp(40px, 7vw, 90px); }
.ark-media-banner h2 { margin: 0; color: var(--ark-white); font-size: clamp(2rem, 3.2vw, 3.35rem); letter-spacing: -.018em; line-height: 1.06; text-wrap: balance; }
.ark-media-banner p { max-width: 650px; color: rgba(255,255,255,.8); line-height: 1.75; }
.ark-media-banner .ark-eyebrow { color: #bfe7c8; }
.ark-video-showcase__grid { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(360px,.85fr); align-items: center; gap: clamp(42px,6vw,88px); }
.ark-video-showcase__poster { position: relative; overflow: hidden; border-radius: var(--ark-radius-xl); box-shadow: var(--ark-shadow-media); }
.ark-video-showcase__poster img { aspect-ratio: 16 / 10; }
.ark-video-showcase__poster button { position: absolute; top: 50%; left: 50%; display: grid; width: 76px; height: 76px; place-items: center; transform: translate(-50%,-50%); border: 7px solid rgba(255,255,255,.8); border-radius: 50%; color: var(--ark-white); background: rgba(31,79,45,.88); cursor: pointer; }
.ark-video-showcase h2 { margin: 0; font-size: clamp(1.95rem,2.9vw,3.1rem); letter-spacing: -.018em; line-height: 1.08; text-wrap: balance; }
.ark-video-showcase__note { margin: 20px 0 0; padding: 15px 18px; border-left: 4px solid var(--ark-primary); color: var(--ark-text-muted); background: var(--ark-bg-soft); line-height: 1.6; }

/* Background selling point variant */
.ark-card-grid--background-selling-points { color: var(--ark-white); background: var(--ark-primary-deep) !important; }
.ark-card-grid--background-selling-points h2,
.ark-card-grid--background-selling-points h3,
.ark-card-grid--background-selling-points .ark-eyebrow,
.ark-card-grid--background-selling-points article p { color: var(--ark-white); }
.ark-card-grid--background-selling-points .ark-card-grid__items article { border-color: rgba(255,255,255,.16); background: rgba(255,255,255,.07); box-shadow: none; }
.ark-card-grid--background-selling-points .ark-card-grid__number { color: var(--ark-white); background: rgba(255,255,255,.13); }

.ark-card-grid--background-selling-points .ark-card-actions .ark-button--secondary {
	border-color: rgba(255,255,255,.62);
	color: var(--ark-white);
	background: rgba(255,255,255,.06);
}
.ark-card-grid--background-selling-points .ark-card-actions .ark-button--secondary:hover,
.ark-card-grid--background-selling-points .ark-card-actions .ark-button--secondary:focus-visible {
	border-color: var(--ark-white);
	color: var(--ark-primary-deep);
	background: var(--ark-white);
}

/* FAQ with direct form visual */
.ark-faq-inquiry__grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(430px,.9fr); align-items: start; gap: clamp(38px,5vw,72px); }
.ark-faq-inquiry .ark-faq__items details { border: 1px solid var(--ark-border); border-radius: 20px; background: var(--ark-white); }
.ark-faq-inquiry .ark-faq__items summary { display: flex; min-height: 68px; align-items: center; justify-content: space-between; gap: 18px; padding: 17px 20px; font-weight: 750; cursor: pointer; list-style: none; }
.ark-faq-inquiry .ark-faq__items summary::-webkit-details-marker { display: none; }
.ark-faq-inquiry .ark-faq__items details > div { padding: 0 20px 20px; color: var(--ark-text-muted); line-height: 1.7; }
.ark-faq-inquiry .ark-faq__items details p { margin: 0; }

@media (max-width: 900px) {
	.ark-hero--split-reverse .ark-hero__media { order: 2; }
	.ark-hero--split-reverse .ark-hero__content { order: 1; }
	.ark-video-showcase__grid,
	.ark-faq-inquiry__grid { grid-template-columns: 1fr; }
	.ark-video-showcase__poster { max-width: 760px; }
}

@media (max-width: 640px) {
	.ark-hero--full-background .ark-hero__grid { min-height: auto; padding: 34px 24px; background: linear-gradient(140deg, rgba(14,54,30,.97), rgba(14,54,30,.8)), url('../images/placeholders/greenhouse.svg') center / cover no-repeat; }
	.ark-media-banner__shell { min-height: 470px; }
	.ark-media-banner__content { padding: 34px 24px; }
	.ark-video-play,
	.ark-video-showcase__poster button { width: 62px; height: 62px; }
}

/* Stage 4 editable rich-text wrappers. */
.ark-rich-text > :first-child {
	margin-top: 0;
}

.ark-rich-text > :last-child {
	margin-bottom: 0;
}

.ark-hero__text.ark-rich-text {
	max-width: 720px;
}

.ark-hero__text.ark-rich-text p {
	margin: 0;
}

.ark-content-block__body .ark-lead.ark-rich-text,
.ark-product-detail-prototype__content .ark-lead.ark-rich-text,
.ark-case-study .ark-lead.ark-rich-text,
.ark-catalog-cta .ark-lead.ark-rich-text,
.ark-video-showcase .ark-lead.ark-rich-text {
	color: var(--ark-text-muted);
}

.ark-gallery figcaption {
	padding-top: 10px;
	color: var(--ark-text-muted);
	font-size: 0.9rem;
}

.ark-logo-strip__items a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: inherit;
	text-decoration: none;
}

.ark-logo-strip__items img {
	width: 34px;
	height: 34px;
	object-fit: contain;
}

.ark-inquiry-privacy {
	margin: 0 0 10px;
	color: var(--ark-text-muted);
	font-size: 0.78rem;
	line-height: 1.45;
}

.ark-inquiry-shell__form small {
	display: block;
	margin-top: 6px;
	color: var(--ark-text-muted);
	font-size: 0.74rem;
	line-height: 1.4;
}

/* Stage 6 product page functional components */
.single-ark_product .site-main {
	min-width: 0;
}

.single-ark_product .ark-module {
	scroll-margin-top: calc(var(--ark-header-height, 84px) + 24px);
}

.ark-product-detail-prototype__title,
.ark-product-detail-prototype h1,
.ark-product-description h2,
.ark-product-contact-cta h2 {
	margin: 0;
	color: var(--ark-text);
	font-size: clamp(2rem, 3.2vw, 3.75rem);
	font-weight: 740;
	letter-spacing: -.012em;
	line-height: 1.1;
	text-wrap: balance;
}

.ark-product-gallery-prototype__main {
	position: relative;
	display: grid;
	aspect-ratio: 1 / 1;
	place-items: center;
	min-width: 0;
	isolation: isolate;
}

.ark-product-gallery-prototype__main > img,
.ark-product-gallery-prototype__main > video,
.ark-product-gallery-prototype__main > iframe,
.ark-product-gallery-prototype__video-placeholder {
	width: 100%;
	height: 100%;
	border: 0;
	object-fit: cover;
}

.ark-product-gallery-prototype__main > img {
	transition: transform .22s ease;
}

@media (hover: hover) and (pointer: fine) {
	.ark-product-gallery-prototype__main:hover > img {
		transform: scale(1.035);
	}
}

.ark-product-gallery-prototype__thumb {
	appearance: none;
	width: 100%;
	padding: 0;
	cursor: pointer;
	transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.ark-product-gallery-prototype__thumb:hover,
.ark-product-gallery-prototype__thumb:focus-visible {
	border-color: var(--ark-primary);
	box-shadow: 0 0 0 3px rgba(47, 107, 63, .12);
	outline: 0;
}

.ark-product-gallery-prototype__thumb:active {
	transform: translateY(1px);
}

.ark-product-gallery-prototype__play {
	pointer-events: none;
}

.ark-product-gallery-prototype__video-placeholder {
	position: relative;
	display: grid;
	place-items: center;
	overflow: hidden;
	background: var(--ark-bg-soft);
}

.ark-product-gallery-prototype__video-placeholder img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .72;
}

.ark-product-gallery-prototype__video-placeholder span,
.ark-product-gallery-prototype__video-placeholder p {
	position: relative;
	z-index: 1;
}

.ark-product-gallery-prototype__video-placeholder span {
	display: grid;
	width: 74px;
	height: 74px;
	place-items: center;
	border-radius: 50%;
	color: var(--ark-white);
	background: rgba(31, 79, 45, .88);
	font-size: 1.35rem;
}

.ark-product-gallery-prototype__video-placeholder p {
	align-self: end;
	margin: 0 20px 24px;
	padding: 9px 13px;
	border-radius: 999px;
	color: var(--ark-primary-deep);
	background: rgba(255, 255, 255, .9);
	font-size: .82rem;
	font-weight: 700;
	text-align: center;
}

.ark-product-description__inner {
	max-width: 820px;
	margin-inline: auto;
}

.ark-product-description--narrow .ark-product-description__inner {
	max-width: 680px;
}

.ark-product-description--wide .ark-product-description__inner {
	max-width: 1040px;
}

.ark-product-description__copy {
	margin-top: 22px;
	color: var(--ark-text-muted);
	font-size: clamp(1rem, 1.15vw, 1.12rem);
	line-height: 1.82;
}

.ark-product-description__copy > * + * {
	margin-top: 1em;
}

.ark-product-contact-cta__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr);
	align-items: center;
	gap: clamp(30px, 5vw, 72px);
	padding: clamp(34px, 5vw, 66px);
	border-radius: var(--ark-radius-xl);
	color: var(--ark-white);
	background: var(--ark-primary-deep);
	box-shadow: var(--ark-shadow-card);
}

.ark-product-contact-cta h2,
.ark-product-contact-cta .ark-eyebrow,
.ark-product-contact-cta .ark-rich-text {
	color: var(--ark-white);
}

.ark-product-contact-cta .ark-actions {
	justify-content: flex-end;
	margin-top: 0;
}

.ark-product-contact-cta .ark-button {
	border-color: var(--ark-white);
	color: var(--ark-primary-deep);
	background: var(--ark-white);
}

.ark-tabs__labels button[aria-selected="true"] {
	color: var(--ark-white);
	background: var(--ark-primary);
}

.ark-tabs__labels button:focus-visible,
.ark-tabs__panels [role="tabpanel"]:focus-visible {
	outline: 3px solid rgba(47, 107, 63, .22);
	outline-offset: 3px;
}

.ark-tabs__panels [role="tabpanel"][hidden] {
	display: none;
}

.ark-tabs__panels [role="tabpanel"] {
	min-width: 0;
}

@media (max-width: 900px) {
	.ark-product-contact-cta__inner {
		grid-template-columns: 1fr;
	}

	.ark-product-contact-cta .ark-actions {
		justify-content: flex-start;
	}
}

@media (max-width: 640px) {
	.ark-product-detail-prototype__title,
	.ark-product-detail-prototype h1,
	.ark-product-description h2,
	.ark-product-contact-cta h2 {
		font-size: clamp(1.9rem, 8.8vw, 2.65rem);
		line-height: 1.1;
	}

	.ark-product-gallery-prototype {
		grid-template-columns: 1fr;
		gap: 12px;
		max-width: none;
	}

	.ark-product-gallery-prototype__main {
		grid-column: 1;
		grid-row: 1;
		justify-self: stretch;
		width: 100%;
	}

	.ark-product-gallery-prototype__thumbs {
		grid-column: 1;
		grid-row: 2;
		grid-template-columns: none;
		grid-auto-flow: column;
		grid-auto-columns: 76px;
		grid-auto-rows: 76px;
		overflow-x: auto;
		overflow-y: hidden;
		max-height: none;
		padding: 2px 2px 6px;
		scrollbar-width: thin;
	}

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

	.ark-product-detail-prototype .ark-check-list {
		grid-template-columns: 1fr;
	}

	.ark-product-contact-cta__inner {
		padding: 28px 22px;
		border-radius: 26px;
	}

	.ark-product-contact-cta .ark-actions,
	.ark-product-contact-cta .ark-button {
		width: 100%;
	}
}

.ark-card-grid__media {
	display: block;
	overflow: hidden;
	margin: -8px -8px 20px;
	border-radius: 18px;
	background: var(--ark-bg-soft);
}

.ark-card-grid__media img {
	aspect-ratio: 13 / 8;
	transition: transform .2s ease;
}

@media (hover: hover) and (pointer: fine) {
	.ark-card-grid__media:hover img {
		transform: scale(1.025);
	}
}


/* Stage 6 fix 03: compact product classification and first-screen density. */
.ark-product-detail-prototype__content {
	min-width: 0;
	padding-top: 2px;
}

.ark-product-detail-prototype__content .ark-lead {
	margin-top: 16px;
}

.ark-product-taxonomies {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 14px;
	margin: 16px 0 14px;
	padding: 14px 16px;
	border: 1px solid var(--ark-border);
	border-radius: 18px;
	background: var(--ark-bg-soft);
}

.ark-product-taxonomies__heading {
	grid-column: 1 / -1;
	margin: 0 0 2px;
	color: var(--ark-text);
	font-size: .86rem;
	font-weight: 800;
	letter-spacing: .01em;
}

.ark-product-taxonomies__group {
	display: grid;
	grid-template-columns: 1fr;
	align-content: start;
	gap: 5px;
	min-width: 0;
}

.ark-product-taxonomies__group > strong {
	padding-top: 0;
	font-size: .68rem;
}

.ark-product-taxonomies a,
.ark-product-taxonomies__term {
	min-height: 30px;
	padding: 6px 10px;
	font-size: .77rem;
}

.ark-product-detail-prototype .ark-product-facts {
	grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
	gap: 10px;
	margin-top: 18px;
}

.ark-product-detail-prototype .ark-product-facts > div {
	padding: 13px 14px;
}

.ark-product-detail-prototype .ark-check-list {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 9px 18px;
	margin-top: 18px;
}

.ark-product-detail-prototype .ark-actions {
	margin-top: 20px;
}

/* Stage 6 fix 02: module 13 no longer inherits the narrow generic timeline. */
.ark-product-vertical-content {
	padding-block: clamp(52px, 5vw, 76px);
	background: var(--ark-white);
}

.ark-product-vertical-content__shell {
	display: grid;
	gap: clamp(30px, 4vw, 48px);
}

.ark-product-vertical-content__header {
	display: grid;
	grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr);
	align-items: end;
	gap: clamp(34px, 5vw, 72px);
}

.ark-product-vertical-content__heading h2 {
	max-width: 680px;
	margin: 0;
	font-size: clamp(2.35rem, 4vw, 4.2rem);
	font-weight: 750;
	letter-spacing: -.014em;
	line-height: 1.06;
	text-wrap: balance;
}

.ark-product-vertical-content__intro .ark-lead {
	max-width: 720px;
	margin: 0;
}

.ark-product-vertical-content__steps {
	display: grid;
	gap: 0;
	margin: 0;
	padding: 0;
	border-top: 1px solid var(--ark-border);
	list-style: none;
}

.ark-product-vertical-content__steps li {
	display: grid;
	grid-template-columns: 68px minmax(260px, .62fr) minmax(0, 1fr);
	align-items: center;
	gap: clamp(20px, 3vw, 42px);
	min-width: 0;
	padding: 22px 0;
	border-bottom: 1px solid var(--ark-border);
}

.ark-product-vertical-content__number {
	display: grid;
	width: 48px;
	height: 48px;
	place-items: center;
	border-radius: 15px;
	color: var(--ark-white);
	background: var(--ark-primary);
	font-size: .78rem;
	font-weight: 800;
}

.ark-product-vertical-content__steps h3 {
	min-width: 0;
	margin: 0;
	color: var(--ark-text);
	font-size: clamp(1.08rem, 1.5vw, 1.35rem);
	font-weight: 760;
	letter-spacing: -.006em;
	line-height: 1.35;
	word-break: normal;
	overflow-wrap: normal;
}

.ark-product-vertical-content__steps p {
	min-width: 0;
	margin: 0;
	color: var(--ark-text-muted);
	line-height: 1.65;
}

.ark-product-vertical-content__actions {
	margin-top: -8px;
}

@media (max-width: 900px) {
	.ark-product-vertical-content__header {
		grid-template-columns: 1fr;
		align-items: start;
		gap: 18px;
	}

	.ark-product-vertical-content__steps li {
		grid-template-columns: 58px minmax(0, 1fr);
		gap: 14px 18px;
	}

	.ark-product-vertical-content__steps p {
		grid-column: 2;
	}
}

@media (max-width: 640px) {
	.ark-product-taxonomies {
		padding: 16px;
	}

	.ark-product-taxonomies__group {
		grid-template-columns: 1fr;
		gap: 7px;
	}

	.ark-product-vertical-content__heading h2 {
		font-size: clamp(2rem, 9vw, 2.8rem);
	}

	.ark-product-vertical-content__steps li {
		grid-template-columns: 48px minmax(0, 1fr);
		padding: 18px 0;
	}

	.ark-product-vertical-content__number {
		width: 42px;
		height: 42px;
		border-radius: 13px;
	}
}
