:root {
	--ven-ink: #253142;
	--ven-muted: #5e6b76;
	--ven-line: #dce4e1;
	--ven-soft: #f5f7f4;
	--ven-band: #edf6f3;
	--ven-coral: #ef7f87;
	--ven-teal: #119a8e;
	--ven-white: #ffffff;
}

.venlinker-bags-site {
	color: var(--ven-ink);
}

.ven-page {
	background: var(--ven-white);
	overflow: hidden;
}

.ven-wrap {
	width: min(1180px, calc(100% - 40px));
	margin-inline: auto;
}

.ven-hero > .stk-row,
.ven-page-hero > .stk-row,
.ven-section > .stk-row {
	width: min(1180px, calc(100% - 40px));
	margin-inline: auto;
}

.ven-hero > .stk-row,
.ven-page-hero > .stk-row,
.ven-rfq-grid > .stk-row {
	display: grid !important;
	grid-template-columns: minmax(0, 1.02fr) minmax(320px, .86fr);
	gap: clamp(32px, 6vw, 76px);
	align-items: center;
}

.ven-card-grid > .stk-row,
.ven-feature-grid > .stk-row,
.ven-process > .stk-row {
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.ven-hero {
	background:
		linear-gradient(130deg, rgba(239, 127, 135, .15), rgba(17, 154, 142, .12) 46%, rgba(245, 247, 244, 1) 100%);
	min-height: min(760px, 88vh);
	display: flex;
	align-items: center;
	padding: 96px 0 64px;
}

.ven-hero-grid,
.ven-split {
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(320px, .86fr);
	gap: clamp(32px, 6vw, 76px);
	align-items: center;
}

.ven-eyebrow {
	color: var(--ven-teal);
	font-size: .82rem;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.ven-eyebrow .stk-block-text__text {
	color: var(--ven-teal);
	font-size: .82rem;
	font-weight: 800;
	line-height: 1.2;
	margin: 0 0 12px;
	text-transform: uppercase;
}

.ven-hero h1,
.ven-page-hero h1 {
	font-size: clamp(2.45rem, 5vw, 5.4rem);
	line-height: .98;
	margin: 0;
	max-width: 860px;
}

.ven-lead {
	color: var(--ven-muted);
	font-size: clamp(1.05rem, 1.5vw, 1.28rem);
	line-height: 1.65;
	margin: 22px 0 0;
	max-width: 690px;
}

.ven-lead .stk-block-text__text {
	color: var(--ven-muted);
	font-size: clamp(1.05rem, 1.5vw, 1.28rem);
	line-height: 1.65;
	margin: 22px 0 0;
	max-width: 690px;
}

.ven-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.ven-btn,
.ven-btn:visited {
	align-items: center;
	background: var(--ven-ink);
	border: 2px solid var(--ven-ink);
	border-radius: 7px;
	color: #fff;
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	line-height: 1.1;
	min-height: 46px;
	padding: 13px 22px;
	text-decoration: none;
	transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.ven-btn:hover,
.ven-btn:focus {
	background: var(--ven-teal);
	border-color: var(--ven-teal);
	color: #fff;
	transform: translateY(-1px);
}

.ven-btn .stk-button,
.ven-btn .stk-button:visited {
	align-items: center;
	background: var(--ven-ink) !important;
	border: 2px solid var(--ven-ink) !important;
	border-radius: 7px !important;
	color: #fff !important;
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	line-height: 1.1;
	min-height: 46px;
	padding: 13px 22px !important;
	text-decoration: none;
	transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.ven-btn .stk-button:hover,
.ven-btn .stk-button:focus {
	background: var(--ven-teal) !important;
	border-color: var(--ven-teal) !important;
	color: #fff !important;
	transform: translateY(-1px);
}

.ven-btn-outline,
.ven-btn-outline:visited {
	background: transparent;
	color: var(--ven-ink);
}

.ven-btn-outline .stk-button,
.ven-btn-outline .stk-button:visited {
	background: transparent !important;
	color: var(--ven-ink) !important;
}

.ven-btn-small {
	min-height: 40px;
	padding: 10px 15px;
	font-size: .92rem;
}

.ven-proof-strip {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 28px;
}

.ven-proof-strip span {
	background: rgba(255, 255, 255, .78);
	border: 1px solid rgba(37, 49, 66, .12);
	border-radius: 999px;
	color: var(--ven-ink);
	font-size: .92rem;
	font-weight: 700;
	padding: 8px 13px;
}

.ven-proof-strip > .stk-row {
	display: flex !important;
	flex-wrap: wrap;
	gap: 10px;
}

.ven-proof-strip .stk-block-column {
	background: rgba(255, 255, 255, .78);
	border: 1px solid rgba(37, 49, 66, .12);
	border-radius: 999px;
	flex: 0 0 auto;
	padding: 8px 13px;
}

.ven-proof-strip .stk-block-text__text {
	color: var(--ven-ink);
	font-size: .92rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
}

.ven-hero-visual {
	aspect-ratio: 920 / 680;
	min-width: 0;
}

.ven-hero-visual img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.ven-section,
.ven-page-hero {
	padding: clamp(64px, 8vw, 112px) 0;
}

.ven-section-tight {
	padding: clamp(44px, 6vw, 82px) 0;
}

.ven-band,
.ven-process-band {
	background: var(--ven-band);
}

.ven-section-head {
	max-width: 760px;
	margin-bottom: 30px;
}

.ven-section h2,
.ven-page h2 {
	font-size: clamp(1.8rem, 3vw, 3rem);
	line-height: 1.1;
	margin: 0;
}

.ven-copy-stack p,
.ven-section p,
.ven-card p,
.ven-feature p,
.ven-rfq-list li {
	color: var(--ven-muted);
	line-height: 1.68;
}

.ven-muted {
	color: var(--ven-muted);
}

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

.ven-card-grid,
.ven-feature-grid,
.ven-process {
	display: block;
}

.ven-card,
.ven-feature,
.ven-contact-panel,
.ven-form-placeholder,
.ven-rfq-list {
	background: var(--ven-white);
	border: 1px solid var(--ven-line);
	border-radius: 8px;
	padding: 24px;
}

.ven-card.stk-block-column,
.ven-feature.stk-block-column,
.ven-contact-panel.stk-block-column,
.ven-form-placeholder.stk-block-column,
.ven-rfq-list.stk-block-column,
.ven-process-card.stk-block-column {
	background: var(--ven-white);
	border: 1px solid var(--ven-line);
	border-radius: 8px;
	padding: 24px;
}

.ven-card img {
	aspect-ratio: 13 / 9;
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 18px;
	object-fit: cover;
}

.ven-card h2,
.ven-card h3,
.ven-feature h2,
.ven-feature h3,
.ven-contact-panel h2,
.ven-form-placeholder h2,
.ven-rfq-list h2 {
	font-size: 1.16rem;
	line-height: 1.25;
	margin: 0 0 10px;
}

.ven-card p,
.ven-feature p {
	margin: 0;
}

.ven-card .stk-block-text__text,
.ven-feature .stk-block-text__text,
.ven-process-card .stk-block-text__text {
	margin: 0;
}

.ven-card .ven-btn {
	margin-top: 18px;
}

.ven-capabilities .ven-feature-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ven-capabilities > .stk-row,
.ven-capabilities .ven-feature-grid > .stk-row {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ven-process {
	counter-reset: process;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ven-process li {
	background: #fff;
	border: 1px solid var(--ven-line);
	border-radius: 8px;
	min-height: 180px;
	padding: 24px;
}

.ven-process strong {
	display: block;
	font-size: 1.05rem;
	margin-bottom: 12px;
}

.ven-process span {
	color: var(--ven-muted);
	display: block;
	line-height: 1.62;
}

.ven-process-card {
	min-height: 180px;
}

.ven-cta-section {
	background: var(--ven-ink);
	color: #fff;
}

.ven-cta-panel {
	align-items: center;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 28px;
}

.ven-cta-panel > .stk-row {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 28px;
	align-items: center;
}

.ven-cta-panel .ven-eyebrow {
	color: #8ee4d7;
}

.ven-cta-panel p {
	color: rgba(255, 255, 255, .78);
	max-width: 690px;
}

.ven-cta-panel .ven-btn {
	background: var(--ven-coral);
	border-color: var(--ven-coral);
	color: #fff;
}

.ven-cta-panel .ven-btn .stk-button {
	background: var(--ven-coral) !important;
	border-color: var(--ven-coral) !important;
	color: #fff !important;
}

.ven-page-hero {
	background: linear-gradient(130deg, #f5f7f4, #edf6f3);
}

.ven-contact-panel {
	box-shadow: 0 18px 48px rgba(37, 49, 66, .08);
}

.ven-contact-panel p {
	margin: 10px 0;
}

.ven-rfq-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, .55fr);
	gap: 24px;
	align-items: start;
}

.ven-rfq-grid > .stk-row {
	grid-template-columns: minmax(0, 1fr) minmax(300px, .55fr);
	gap: 24px;
	align-items: start;
}

.ven-rfq-list ul {
	margin: 16px 0 0;
	padding-left: 20px;
}

.ven-quote-price {
	color: var(--ven-teal);
	font-weight: 800;
}

@media (max-width: 1024px) {
	.ven-hero-grid,
	.ven-split,
	.ven-cta-panel,
	.ven-rfq-grid {
		grid-template-columns: 1fr;
	}

	.ven-hero > .stk-row,
	.ven-page-hero > .stk-row,
	.ven-cta-panel > .stk-row,
	.ven-rfq-grid > .stk-row {
		grid-template-columns: 1fr;
	}

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

	.ven-card-grid > .stk-row,
	.ven-process > .stk-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.ven-wrap {
		width: min(100% - 28px, 1180px);
	}

	.ven-hero > .stk-row,
	.ven-page-hero > .stk-row,
	.ven-section > .stk-row {
		width: min(100% - 28px, 1180px);
	}

	.ven-hero {
		min-height: auto;
		padding: 72px 0 46px;
	}

	.ven-actions,
	.ven-btn,
	.ven-btn:visited {
		width: 100%;
	}

	.ven-card-grid,
	.ven-feature-grid,
	.ven-capabilities .ven-feature-grid,
	.ven-process {
		grid-template-columns: 1fr;
	}

	.ven-card-grid > .stk-row,
	.ven-feature-grid > .stk-row,
	.ven-capabilities > .stk-row,
	.ven-capabilities .ven-feature-grid > .stk-row,
	.ven-process > .stk-row {
		grid-template-columns: 1fr;
	}

	.ven-card,
	.ven-feature,
	.ven-contact-panel,
	.ven-form-placeholder,
	.ven-rfq-list,
	.ven-process li {
		padding: 20px;
	}
}
