/*
 * Gift of Kindness — Collection Process page
 * An editorial vertical journey: a single spine rule with alternating
 * step entries, each keyed by a large serif numeral rather than a
 * generic icon card.
 */

.gok-process-hero {
	background: var(--gok-forest-deep);
	color: var(--gok-white);
	padding-top: clamp(64px, 12vw, 112px);
	padding-bottom: clamp(56px, 8vw, 88px);
}

.gok-process-hero .gok-eyebrow {
	color: var(--gok-gold-soft);
}

.gok-process-hero h1 {
	color: var(--gok-white);
	max-width: 780px;
}

.gok-process-hero p {
	max-width: 620px;
	font-size: 18px;
	color: var(--gok-muted-on-dark);
}

/* ---------- Journey ---------- */
.gok-journey {
	background: var(--gok-paper);
	position: relative;
}

.gok-journey-list {
	position: relative;
	max-width: 920px;
	margin-inline: auto;
}

.gok-journey-list::before {
	content: "";
	position: absolute;
	top: 8px;
	bottom: 8px;
	left: 50%;
	width: 1px;
	background: var(--gok-line);
	transform: translateX(-50%);
}

.gok-journey-step {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 64px 1fr;
	align-items: start;
	gap: 32px;
	padding: 44px 0;
}

.gok-journey-step + .gok-journey-step {
	border-top: 1px solid var(--gok-line);
}

.gok-journey-marker {
	grid-column: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
}

.gok-journey-marker span {
	display: grid;
	place-items: center;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: var(--gok-paper);
	border: 1px solid var(--gok-line);
	font-family: var(--gok-font-display);
	font-size: 20px;
	font-weight: 600;
	color: var(--gok-gold-text);
}

.gok-journey-content {
	grid-column: 1;
	text-align: right;
	padding-top: 4px;
}

.gok-journey-step:nth-child(even) .gok-journey-content {
	grid-column: 3;
	text-align: left;
}

.gok-journey-step:nth-child(even) .gok-journey-media {
	grid-column: 1;
	grid-row: 1;
}

.gok-journey-media {
	grid-column: 3;
	grid-row: 1;
}

.gok-journey-label {
	display: inline-block;
	font-size: 12.5px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--gok-muted);
	margin-bottom: 10px;
}

.gok-journey-content h3 {
	color: var(--gok-forest-deep);
	font-size: 1.5rem;
}

.gok-journey-content p {
	margin-top: 10px;
}

.gok-journey-media {
	display: flex;
	align-items: center;
}

.gok-journey-step:nth-child(odd) .gok-journey-media {
	justify-content: flex-start;
}

.gok-journey-step:nth-child(even) .gok-journey-media {
	justify-content: flex-end;
}

.gok-journey-note {
	display: block;
	width: 100%;
	border: 1px dashed var(--gok-line);
	border-radius: var(--gok-radius-m);
	padding: 22px 24px;
	font-size: 13.5px;
	color: var(--gok-muted);
	background: var(--gok-cream);
}

@media (max-width: 780px) {
	.gok-journey-list::before {
		left: 27px;
	}

	.gok-journey-step,
	.gok-journey-step:nth-child(even) {
		grid-template-columns: 56px 1fr;
		gap: 20px;
		padding: 32px 0;
	}

	.gok-journey-marker {
		grid-column: 1;
		grid-row: 1 / span 2;
	}

	.gok-journey-marker span {
		width: 56px;
		height: 56px;
		font-size: 17px;
	}

	.gok-journey-content,
	.gok-journey-step:nth-child(even) .gok-journey-content {
		grid-column: 2;
		text-align: left;
	}

	.gok-journey-media,
	.gok-journey-step:nth-child(even) .gok-journey-media {
		grid-column: 2;
		grid-row: 3;
		justify-content: flex-start;
		margin-top: 16px;
	}
}

/* ---------- Process CTA ---------- */
.gok-process-cta {
	background: var(--gok-cream);
}

.gok-process-cta-box {
	background: var(--gok-forest-deep);
	color: var(--gok-white);
	border-radius: var(--gok-radius-m);
	padding: clamp(44px, 7vw, 72px);
	text-align: center;
}

.gok-process-cta-box h2 {
	color: var(--gok-white);
	max-width: 700px;
	margin-inline: auto;
}

.gok-process-cta-box p {
	max-width: 560px;
	margin: 16px auto 28px;
	color: var(--gok-muted-on-dark);
}

/* Refined process-page presentation (v1.2) */
.elementor-section.gok-process-hero > .elementor-container,
.elementor-section.gok-journey > .elementor-container,
.elementor-section.gok-process-cta > .elementor-container {
	width: min(calc(100% - 48px), 1200px);
	max-width: 1200px;
	margin-inline: auto;
}

.gok-process-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(86px, 10vw, 138px) 0;
	background: #101b17;
}

.gok-process-hero::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 42%;
	height: 5px;
	background: linear-gradient(90deg, #c3311b 0 30%, #e2a740 30% 55%, #3388b3 55% 78%, #81a16b 78%);
}

.gok-process-hero .gok-eyebrow {
	color: #e2a740;
}

.gok-process-hero h1,
.gok-process-hero h1.elementor-heading-title {
	max-width: 850px;
	font-size: clamp(3rem, 6vw, 5.4rem) !important;
	font-weight: 400;
	line-height: 1.02 !important;
}

.gok-process-hero p {
	font-family: var(--gok-font-body);
	font-size: clamp(16px, 1.5vw, 19px);
	line-height: 1.75;
}

.gok-journey {
	padding: clamp(80px, 9vw, 124px) 0;
	background: #f4f5f1;
}

.gok-journey-list {
	max-width: 1040px;
}

.gok-journey-list::before {
	width: 2px;
	background: #d8d8d2;
}

.gok-journey-step {
	grid-template-columns: minmax(0, 1fr) 72px minmax(0, 1fr);
	gap: 38px;
	padding: 54px 0;
}

.gok-journey-marker span {
	width: 72px;
	height: 72px;
	border: 0;
	background: #171717;
	color: #ffffff;
	font-family: var(--gok-font-body);
	font-size: 13px;
	font-weight: 800;
	box-shadow: 0 12px 30px rgba(17, 17, 17, 0.14);
}

.gok-journey-content {
	padding-top: 9px;
}

.gok-journey-label {
	font-family: var(--gok-font-body);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.16em;
	color: #256788;
}

.gok-journey-content h3 {
	font-size: 2rem;
	font-weight: 400;
	color: #171717;
}

.gok-journey-note {
	border: 1px solid #ddddD7;
	border-radius: 999px;
	padding: 15px 22px;
	background: #ffffff;
	font-family: var(--gok-font-body);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
	color: #67675f;
}

.gok-process-cta {
	padding: clamp(70px, 8vw, 108px) 0;
	background: #ffffff;
}

.gok-process-cta-box {
	position: relative;
	overflow: hidden;
	padding: clamp(58px, 8vw, 90px) clamp(26px, 7vw, 80px);
	border-radius: 30px 8px 30px 30px;
	background: #171717;
}

.gok-process-cta-box::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: linear-gradient(90deg, #c3311b 0 25%, #e2a740 25% 50%, #3388b3 50% 75%, #81a16b 75%);
}

.gok-process-cta-box h2,
.gok-process-cta-box h2.elementor-heading-title {
	font-size: clamp(2.3rem, 4.3vw, 3.8rem) !important;
	font-weight: 400;
	line-height: 1.08 !important;
}

.gok-process-cta-box .elementor-button,
.gok-process-cta-box .gok-btn {
	min-height: 54px;
	padding: 0 28px !important;
	border-radius: 999px !important;
	background: #ffffff !important;
	color: #171717 !important;
	font-family: var(--gok-font-body);
	font-weight: 800;
}

.gok-process-cta-box .elementor-button[href*="wa.me"],
.gok-process-cta-box .gok-btn[href*="wa.me"] {
	border-color: #1d7046 !important;
	background: #1d7046 !important;
	color: #ffffff !important;
}

.gok-process-cta-box .elementor-button[href*="wa.me"]:hover,
.gok-process-cta-box .gok-btn[href*="wa.me"]:hover {
	border-color: #145737 !important;
	background: #145737 !important;
}

@media (max-width: 780px) {
	.elementor-section.gok-process-hero > .elementor-container,
	.elementor-section.gok-journey > .elementor-container,
	.elementor-section.gok-process-cta > .elementor-container {
		width: min(calc(100% - 36px), 1200px);
	}

	.gok-journey-list::before {
		left: 27px;
	}

	.gok-journey-step,
	.gok-journey-step:nth-child(even) {
		grid-template-columns: 56px minmax(0, 1fr);
		gap: 20px;
		padding: 36px 0;
	}

	.gok-journey-marker span {
		width: 56px;
		height: 56px;
	}

	.gok-journey-note {
		border-radius: 14px;
		text-align: left;
	}
}

/* Native Elementor journey widgets (v1.3). */
.gok-process-hero .elementor-widget-heading.gok-kicker,
.gok-process-cta-box .elementor-widget-heading.gok-kicker {
	color: #e2a740;
}

.gok-process-hero .elementor-widget-heading.gok-kicker .elementor-heading-title,
.gok-process-cta-box .elementor-widget-heading.gok-kicker .elementor-heading-title {
	color: inherit !important;
}

.gok-process-hero .gok-process-hero-copy p {
	max-width: 660px;
	color: rgba(255, 255, 255, 0.78) !important;
	font-size: clamp(16px, 1.5vw, 19px) !important;
	line-height: 1.75;
}

.elementor-column.gok-journey-list > .elementor-widget-wrap {
	position: relative;
}

.elementor-section.gok-journey-step {
	display: block;
	padding: 54px 0;
}

.elementor-section.gok-journey-step > .elementor-container {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 72px minmax(0, 1fr);
	align-items: start;
	gap: 38px;
}

.elementor-section.gok-journey-step > .elementor-container > .elementor-column {
	width: 100% !important;
}

.elementor-section.gok-journey-step + .elementor-section.gok-journey-step {
	border-top: 1px solid #deded8;
}

.elementor-section.gok-journey-step:nth-child(even) .gok-journey-content {
	grid-column: 3;
	grid-row: 1;
	text-align: left;
}

.elementor-section.gok-journey-step:nth-child(even) .gok-journey-marker {
	grid-column: 2;
	grid-row: 1;
}

.elementor-section.gok-journey-step:nth-child(even) .gok-journey-media {
	grid-column: 1;
	grid-row: 1;
}

.elementor-column.gok-journey-content > .elementor-widget-wrap {
	display: flex;
	flex-direction: column;
}

.elementor-column.gok-journey-marker > .elementor-widget-wrap {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.elementor-widget-heading.gok-journey-number {
	position: relative;
	z-index: 2;
	width: auto;
	margin: 0;
}

.elementor-widget-heading.gok-journey-number .elementor-heading-title {
	display: grid;
	width: 72px;
	height: 72px;
	margin: 0;
	place-items: center;
	border-radius: 50%;
	background: #171717;
	color: #ffffff !important;
	box-shadow: 0 12px 30px rgba(17, 17, 17, 0.14);
	font-family: var(--gok-font-body) !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	line-height: 1 !important;
}

.elementor-widget-heading.gok-journey-label {
	display: block;
	margin: 0 0 10px;
}

.elementor-widget-heading.gok-journey-label .elementor-heading-title {
	margin: 0;
	color: #256788 !important;
	font-family: var(--gok-font-body) !important;
	font-size: 10px !important;
	font-weight: 800 !important;
	line-height: 1.3 !important;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.elementor-column.gok-journey-content .elementor-widget-heading:not(.gok-journey-label) .elementor-heading-title {
	color: #171717;
	font-size: 2rem;
	font-weight: 400;
}

.elementor-column.gok-journey-content .elementor-widget-text-editor p {
	margin-top: 6px;
	line-height: 1.75;
}

.elementor-column.gok-journey-media > .elementor-widget-wrap {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.elementor-section.gok-journey-step:nth-child(even) .gok-journey-media > .elementor-widget-wrap {
	justify-content: flex-end;
}

.elementor-widget-heading.gok-journey-note {
	width: 100%;
	margin: 8px 0 0;
	padding: 0;
	border: 0;
	background: transparent;
}

.elementor-widget-heading.gok-journey-note .elementor-heading-title {
	display: block;
	width: 100%;
	margin: 0;
	padding: 16px 22px;
	border: 1px solid #ddddD7;
	border-radius: 999px;
	background: #ffffff;
	color: #67675f !important;
	font-family: var(--gok-font-body) !important;
	font-size: 11px !important;
	font-weight: 800 !important;
	line-height: 1.25 !important;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
}

.gok-process-cta-box .elementor-widget-text-editor p {
	max-width: 600px;
	margin: 16px auto 28px;
	color: rgba(255, 255, 255, 0.78) !important;
}

@media (max-width: 780px) {
	.elementor-section.gok-journey-step,
	.elementor-section.gok-journey-step:nth-child(even) {
		padding: 36px 0;
	}

	.elementor-section.gok-journey-step > .elementor-container,
	.elementor-section.gok-journey-step:nth-child(even) > .elementor-container {
		grid-template-columns: 56px minmax(0, 1fr);
		gap: 20px;
	}

	.elementor-section.gok-journey-step .gok-journey-marker,
	.elementor-section.gok-journey-step:nth-child(even) .gok-journey-marker {
		grid-column: 1;
		grid-row: 1 / span 2;
	}

	.elementor-section.gok-journey-step .gok-journey-content,
	.elementor-section.gok-journey-step:nth-child(even) .gok-journey-content {
		grid-column: 2;
		grid-row: 1;
		text-align: left;
	}

	.elementor-section.gok-journey-step .gok-journey-media,
	.elementor-section.gok-journey-step:nth-child(even) .gok-journey-media {
		grid-column: 2;
		grid-row: 2;
		margin-top: 14px;
	}

	.elementor-section.gok-journey-step .gok-journey-media > .elementor-widget-wrap,
	.elementor-section.gok-journey-step:nth-child(even) .gok-journey-media > .elementor-widget-wrap {
		justify-content: flex-start;
	}

	.elementor-widget-heading.gok-journey-number .elementor-heading-title {
		width: 56px;
		height: 56px;
	}

	.elementor-widget-heading.gok-journey-note .elementor-heading-title {
		border-radius: 14px;
		text-align: left;
	}
}
