/* HERO CAROUSEL */
.hero-carousel {
	flex: 1;
	position: relative;
	overflow: hidden;
	height: 100%;
	max-height: 700px;
}

.carousel-container {
	display: flex;
	gap: 20px;
	height: 100%;
	position: relative;
}

.carousel-column {
	flex: 1;
	position: relative;
	overflow: hidden;
}

.carousel-track {
	display: flex;
	flex-direction: column;
	gap: 20px;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

.carousel-track.up {
	animation-name: scrollUp;
	animation-duration: 40s;
}

.carousel-track.down {
	animation-name: scrollDown;
	animation-duration: 45s;
}

.carousel-item {
	background-color: #e0e0e0;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	flex-shrink: 0;
	height: auto; /* Let content determine height */
}

.carousel-item img {
	width: 100%;
	height: auto;
	display: block;
}

/* .carousel-item.large {
	height: 380px;
}

.carousel-item.medium {
	height: 280px;
}

.carousel-item.small {
	height: 160px;
} */

.carousel-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.placeholder-image {
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #c0c0c0, #e0e0e0);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #888;
	font-size: 14px;
	border-radius: 5px;
}

@keyframes scrollUp {
	0% { transform: translateY(0); }
	100% { transform: translateY(-50%); }
}

@keyframes scrollDown {
	0% { transform: translateY(-50%); }
	100% { transform: translateY(0); }
}

.carousel-column:hover .carousel-track {
	animation-play-state: paused;
}




/* ============ Trusted By Section ============ */
.trusted-by {
	padding: 80px 0 60px;
	background-color: #f9f7f4;
}

.trusted-by-content {
	margin: 0 auto;
	text-align: center;
}

.trusted-by-title {
	font: 28px 'Archivo', sans-serif;
	line-height: 1.3;
	font-weight: 400;
	color: #333;
	margin-bottom: 50px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.logo-carousel {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.trusted-by .logo-track {
	display: flex;
	gap: 60px;
	align-items: center;
	animation: scrollLeft 90s linear infinite;
	width: max-content;
}

.trusted-by .logo-item {
	flex-shrink: 0;
	opacity: 0.7;
	transition: opacity 0.3s ease;
	height: 100px;
	display: flex;
	align-items: center;
}

.logo-item:hover {
	opacity: 1;
}

.logo-item img {
	height: 100%;
	width: auto;
	object-fit: contain;
	filter: grayscale(100%);
	transition: filter 0.3s ease;
}

.logo-item:hover img {
	filter: grayscale(0%);
}


/* Pause animation on hover */
.logo-carousel:hover .logo-track {
	animation-play-state: paused;
}

/* ============ Responsive ============ */
@media (max-width: 768px) {
	.trusted-by {
		padding: 60px 5% 40px;
	}
	
	.trusted-by-title {
		font-size: 22px;
		margin-bottom: 40px;
	}
	
	.logo-track {
		gap: 40px;
	}
	
	.logo-item {
		height: 32px;
	}
}


/* ============ Brands ============ */
.brands {
	padding: 80px 0 60px;
	background-color: #f9f7f4;
}

.brands-content {
	margin: 0 auto;
	text-align: center;
}

.brands-title {
	font: 28px 'Archivo', sans-serif;
	line-height: 1.3;
	font-weight: 400;
	color: #333;
	margin-bottom: 50px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.brands .logo-carousel {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.brands .logo-track {
	display: flex;
	gap: 60px;
	align-items: center;
	animation: scrollRight 40s linear infinite;
	width: max-content;
}

.brands .logo-item {
	flex-shrink: 0;
	opacity: 0.7;
	transition: opacity 0.3s ease;
	height: 40px;
	display: flex;
	align-items: center;
}

.brands .logo-item:hover {
	opacity: 1;
}

.brands .logo-item img {
	height: 100%;
	width: auto;
	object-fit: contain;
	filter: grayscale(100%);
	transition: filter 0.3s ease;
}

.brands .logo-item:hover img {
	filter: grayscale(0%);
}

@keyframes scrollLeft {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

/* Pause animation on hover */
.logo-carousel:hover .logo-track {
	animation-play-state: paused;
}

/* ============ Responsive ============ */
@media (max-width: 768px) {
	.brands {
		padding: 60px 5% 40px;
	}
	
	.brands-title {
		font-size: 22px;
		margin-bottom: 40px;
	}
	
	.brands .logo-track {
		gap: 40px;
	}
	
	.brands .logo-item {
		height: 32px;
	}
}


/* ============ Swag Done Smarter Section ============ */
.swag-done-smarter {
	background-color: #F4EFEA;
	padding: 100px 10% 80px;
	text-align: center;
}

.swag-content {
	max-width: 1200px;
	margin: 0 auto;
}

.swag-header {
	margin-bottom: 80px;
}

.swag-eyebrow {
	font: 16px 'Archivo', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 1px;
	margin-bottom: 15px;
	opacity: 0.8;
}

.swag-title {
	font: 48px 'Archivo', sans-serif;
	font-weight: 500;
	color: #000;
	line-height: 1.1;
	margin-bottom: 25px;
	letter-spacing: -1px;
}

.swag-subtitle {
	font: 20px 'Archivo', sans-serif;
	font-weight: 400;
	color: #000;
	line-height: 1.4;
	max-width: 700px;
	margin: 0 auto;
	opacity: 0.9;
}

.swag-features {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 60px;
	margin-bottom: 60px;
}

.smarter-card {
   text-align: center;
   transition: transform 0.3s ease;
}
.smarter-card:hover {
   transform: translateY(-5px) scale(1.10);
   border-color: rgba(0, 0, 0, 0.4);
}

.smarter-icon {
	width: 80px;
	height: 80px;
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 25px;
	transition: all 0.3s ease;
	border: 2px solid rgba(0, 0, 0, 0.2);
}

.smarter-title {
	font: 24px 'Archivo', sans-serif;
	font-weight: 600;
	color: #000;
	margin-bottom: 15px;
}

.smarter-description {
	font: 16px 'Archivo', sans-serif;
	font-weight: 400;
	color: #000;
	line-height: 1.5;
	opacity: 0.9;
}

.feature-card {
	text-align: center;
}

.feature-card.center {
	transform: translateY(-30px);
}

.feature-icon {
	width: 80px;
	height: 80px;
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 25px;
	transition: all 0.3s ease;
	border: 2px solid rgba(0, 0, 0, 0.2);
}

.feature-card:hover .feature-icon {
	background-color: rgba(0, 0, 0, 0.2);
	transform: translateY(-5px);
	border-color: rgba(0, 0, 0, 0.4);
}

.feature-title {
	font: 24px 'Archivo', sans-serif;
	font-weight: 600;
	color: #000;
	margin-bottom: 15px;
}

.feature-description {
	font: 16px 'Archivo', sans-serif;
	font-weight: 400;
	color: #000;
	line-height: 1.5;
	opacity: 0.9;
}

.swag-cta {
	margin-top: 40px;
}

.demo-link {
	font: 18px 'Archivo', sans-serif;
	font-weight: 500;
	color: #000;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 0;
	border-bottom: 2px solid rgba(0, 0, 0, 0.3);
	transition: all 0.3s ease;
}

.demo-link:hover {
	border-bottom-color: #000;
	transform: translateY(-2px);
}

.arrow {
	transition: transform 0.3s ease;
}

.demo-link:hover .arrow {
	transform: translateX(5px);
}

/* ============ Responsive ============ */
@media (max-width: 1024px) {
	.swag-title {
		font-size: 40px;
	}
	
	.swag-features {
		gap: 40px;
	}
}

@media (max-width: 768px) {
	.swag-done-smarter {
		padding: 80px 5% 60px;
	}
	
	.swag-title {
		font-size: 32px;
	}
	
	.swag-subtitle {
		font-size: 18px;
	}
	
	.swag-features {
		grid-template-columns: 1fr;
		gap: 50px;
		margin-bottom: 50px;
	}
	
	.feature-card.center {
		transform: none;
	}
	
	.feature-icon {
		width: 70px;
		height: 70px;
	}
	
	.feature-title {
		font-size: 20px;
	}
}




/* ============ EFFORTLESS  ============ */
.how-we-make-swag {
	background-color: #DCD9D5;
	padding: 100px 10% 80px;
}

.swag-process-content {
	max-width: 1200px;
	margin: 0 auto;
}

.process-header {
	text-align: center;
	margin-bottom: 80px;
}

.process-eyebrow {
	font: 16px 'Archivo', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	color: #766E64;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.process-title {
	font: 48px 'Archivo', sans-serif;
	font-weight: 600;
	color: #333;
	line-height: 1.2;
	margin-bottom: 25px;
	letter-spacing: -1px;
}

.process-subtitle {
	font: 20px 'Archivo', sans-serif;
	font-weight: 400;
	color: #666;
	line-height: 1.4;
	max-width: 700px;
	margin: 0 auto 40px;
}

.process-cta-buttons {
	display: flex;
	gap: 30px;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.btn-link {
	font: 16px 'Archivo', sans-serif;
	font-weight: 500;
	color: #38002A;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 8px;
	transition: all 0.3s ease;
}

.btn-link:hover {
	color: #5c1a42;
}

.btn-link:hover .arrow {
	transform: translateX(5px);
}

.arrow {
	transition: transform 0.3s ease;
}

.process-timeline {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
}

.process-timeline::before {
	content: '';
	position: absolute;
	top: 85px;
	left: 10%;
	right: 10%;
	height: 3px;
	background-color: #ddd;
	z-index: 1;
	border-radius: 2px;
}

.process-timeline::after {
	content: '';
	position: absolute;
	top: 85px;
	left: 10%;
	height: 3px;
	background: linear-gradient(90deg, #C773AE 0%, #B2208D 50%, #38002A 100%);
	border-radius: 2px;
	z-index: 2;
	animation: progressFlow 8s ease-in-out infinite;
	background-size: 200% 100%;
}

@keyframes progressFlow {
	0% {
		width: 0%;
		background-position: 0% 50%;
	}
	50% {
		width: 80%;
		background-position: 100% 50%;
	}
	100% {
		width: 80%;
		background-position: 0% 50%;
	}
}

.timeline-step {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	flex: 1;
	position: relative;
	max-width: 200px;
}

.timeline-step::before {
	content: '';
	position: absolute;
	top: 75px;
	left: 50%;
	transform: translateX(-50%);
	width: 18px;
	height: 18px;
	background-color: #38002A;
	border: 4px solid #fff;
	border-radius: 50%;
	z-index: 3;
	box-shadow: 0 0 0 2px #38002A;
	transition: all 0.3s ease;
}

.timeline-step:hover::before {
	background-color: #B2208D;
	box-shadow: 0 0 0 2px #B2208D, 0 0 15px rgba(0, 110, 183, 0.4);
	transform: translateX(-50%) scale(1.2);
}

.step-icon {
	width: 50px;
	height: 50px;
	margin-bottom: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.3s ease;
	background-color: #f8f8f8;
	border-radius: 50%;
	padding: 8px;
}

.step-icon:hover {
	transform: scale(1.1);
	background-color: rgba(0, 110, 183, 0.1);
}

.step-icon svg {
	transition: all 0.3s ease;
}

.step-icon:hover svg {
	transform: scale(1.05);
}

.step-content {
	padding: 0 10px;
}

.step-title {
	font: 18px 'Archivo', sans-serif;
	font-weight: 600;
	color: #333;
	margin-bottom: 12px;
	line-height: 21px;
}

.step-description {
	font: 14px 'Archivo', sans-serif;
	font-weight: 400;
	color: #666;
	line-height: 17px;
}

/* ============ Responsive ============ */
@media (max-width: 1024px) {
	.process-title {
		font-size: 40px;
	}
	
	.process-timeline {
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.timeline-step {
		width: calc(33.33% - 20px);
		margin-bottom: 40px;
	}
	
	.timeline-step:nth-child(4),
	.timeline-step:nth-child(5) {
		width: calc(50% - 20px);
		margin-top: 20px;
	}
	
	.process-timeline::before,
	.process-timeline::after {
		display: none;
	}
	
	.timeline-step::before {
		display: none;
	}
}

@media (max-width: 768px) {
	.how-we-make-swag {
		padding: 80px 5% 60px;
	}
	
	.process-title {
		font-size: 32px;
	}
	
	.process-subtitle {
		font-size: 18px;
	}
	
	.process-cta-buttons {
		flex-direction: column;
		gap: 20px;
	}
	
	.timeline-step {
		width: 100%;
		margin-bottom: 50px;
	}
	
	.timeline-step:nth-child(4),
	.timeline-step:nth-child(5) {
		width: 100%;
		margin-top: 0;
	}
}




/* ============ Platform CTA Section ============ */


.platform-cta {
	background-color: #38002A;
	padding: 100px 10% 80px;
	text-align: center;
}

.platform-content {
	max-width: 800px;
	margin: 0 auto;
}

.platform-title {
	font: 56px 'Archivo', sans-serif;
	font-weight: 500;
	color: #fff;
	line-height: 1.1;
	margin-bottom: 25px;
	letter-spacing: -1px;
}

.platform-subtitle {
	font: 22px 'Archivo', sans-serif;
	font-weight: 400;
	color: #fff;
	line-height: 1.4;
	margin-bottom: 40px;
	opacity: 0.9;
}

.platform-button {
	margin-top: 30px;
}

.btn-demo {
	font: 20px 'Archivo', sans-serif;
	font-weight: 600;
	color: #38002A;
	background-color: #fff;
	text-decoration: none;
	padding: 16px 40px;
	border-radius: 50px; /* Rounded ends as requested */
	border: none;
	display: inline-block;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.btn-demo:hover {
	background-color: #f0f0f0;
	transform: translateY(-3px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

/* Update all other buttons to use 50px border-radius */
.btn-outline {
	font: 16px 'Archivo', sans-serif;
	font-weight: 500;
	color: #333;
	text-decoration: none;
	padding: 12px 28px;
	border: 2px solid #333;
	border-radius: 50px; /* Updated from 6px */
	transition: all 0.3s ease;
}

.btn-outline:hover {
	background-color: #fff;
	color: #222;
	transform: translateY(-2px);
}

/* Update hero button */
.button-demo {
	display: inline-block;
	background-color: #fff;
	color: #38002A;
	font: 30px 'Archivo', sans-serif;
	font-weight: 700;
	padding: 12px 50px;
	border: 4px solid #38002A;
	border-radius: 50px; /* Updated from previous value */
	transition: all 0.3s ease;
}

.button-demo:hover {
	background-color: #38002A;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(56, 0, 42, 0.2);
}

/* Update navigation CTA button */
.cta-button {
	background-color: #111;
	margin-left: 15px;
	padding: 0;
	font-size: 14px;
	line-height: 14px;
	border-radius: 50px; /* Updated from 9999px */
	font-weight: 500;
	transition: background-color 0.2s;
}

.cta-button:hover {
	background-color: #3C6797;
}

.cta-button a {
	color: white;
	padding: 7px 15px;
	display: block;
	border-radius: 50px; /* Match parent */
}

/* ============ Responsive ============ */
@media (max-width: 1024px) {
	.platform-title {
		font-size: 48px;
	}
	
	.platform-subtitle {
		font-size: 20px;
	}
}

@media (max-width: 768px) {
	.platform-cta {
		padding: 80px 5% 60px;
	}
	
	.platform-title {
		font-size: 36px;
	}
	
	.platform-subtitle {
		font-size: 18px;
	}
	
	.btn-demo {
		font-size: 18px;
		padding: 14px 35px;
	}
}




/* ============ What Makes Us Different Section ============ */

.what-makes-different {
	background-color: #f9f7f4;
	padding: 100px 10% 80px;
}

.different-content {
	max-width: 1200px;
	margin: 0 auto;
}

.different-header {
	text-align: center;
	margin-bottom: 60px;
}

.different-title {
	font: 48px 'Archivo', sans-serif;
	font-weight: 500; /* Updated as requested */
	color: #333;
	line-height: 1.2;
	margin-bottom: 20px;
}

.different-intro {
	font: 20px 'Archivo', sans-serif;
	font-weight: 400;
	color: #666;
	line-height: 1.4;
	max-width: 600px;
	margin: 0 auto;
}

.highlight {
	color: #38002A;
	font-weight: 600;
	text-decoration: underline;
	text-decoration-color: #006EB7;
	text-decoration-thickness: 2px;
}

.features-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto auto;
	gap: 30px;
	grid-template-areas: 
		"large1 medium1 large2"
		"wide wide medium2";
}

.feature-card {
	background-color: #fff;
	border: 2px solid #e0e0e0;
	border-radius: 12px;
	padding: 40px 30px;
	transition: all 0.3s ease;
}

.feature-card:hover {
	border-color: #38002A;
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(56, 0, 42, 0.1);
}

.feature-large {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.feature-large:first-child {
	grid-area: large1;
}

.feature-large:last-of-type {
	grid-area: large2;
}

.feature-medium:first-of-type {
	grid-area: medium1;
}

.feature-medium:last-of-type {
	grid-area: medium2;
}

.feature-wide {
	grid-area: wide;
	text-align: center;
}

.feature-number {
	font: 42px 'Archivo', sans-serif;
	font-weight: 700;
	color: #38002A;
	margin-bottom: 15px;
	line-height: 1;
}

.feature-title {
	font: 24px 'Archivo', sans-serif;
	font-weight: 500; /* Updated as requested */
	color: #333;
	margin-bottom: 15px;
	line-height: 1.3;
}

.feature-subtitle {
	font: 16px 'Archivo', sans-serif;
	font-weight: 600;
	color: #006EB7;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.feature-description {
	font: 16px 'Archivo', sans-serif;
	font-weight: 400;
	color: #666;
	line-height: 1.5;
}

.feature-visual {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.placeholder-image {
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #e8e2dd, #f0ebe5);
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #999;
	font-size: 14px;
	border: 0;
	border-radius: 0;
}

/* ============ Responsive ============ */
@media (max-width: 1024px) {
	.features-grid {
		grid-template-columns: 1fr 1fr;
		grid-template-areas: 
			"large1 large2"
			"medium1 medium2"
			"wide wide";
	}
}

@media (max-width: 768px) {
	.what-makes-different {
		padding: 80px 5% 60px;
	}
	
	.different-title {
		font-size: 36px;
	}
	
	.different-intro {
		font-size: 18px;
	}
	
	.features-grid {
		grid-template-columns: 1fr;
		grid-template-areas: 
			"large1"
			"medium1"
			"large2"
			"wide"
			"medium2";
	}
	
	.feature-card {
		padding: 30px 25px;
	}
}



/* ============ Products Section ============ */
.products-section {
	background-color: #003E6E;
	padding: 100px 10% 80px;
}
.products-section .btn-outline {
	font: 16px 'Archivo', sans-serif;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	padding: 12px 28px;
	border: 2px solid #fff;
	border-radius: 50px;
	transition: all 0.3s ease;
}
.products-section .btn-outline:hover {
	background-color: #fff;
	color: #003E6E;
	transform: translateY(-2px);
}

.products-content {
	display: flex;
	align-items: center;
	gap: 60px;
	max-width: 1400px;
	margin: 0 auto;
}

.products-left {
	flex: 1;
	max-width: 500px;
}

.products-eyebrow {
	font: 16px 'Archivo', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	color: #DBE0ED;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.products-title {
	font: 48px 'Archivo', sans-serif;
	font-weight: 500;
	color: #DBE0ED;
	line-height: 1.2;
	margin-bottom: 25px;
	letter-spacing: -1px;
}

.products-description {
	font: 18px 'Archivo', sans-serif;
	font-weight: 400;
	color: #EFF2F9;
	line-height: 1.5;
	margin-bottom: 35px;
}

.products-carousel {
	flex: 1;
	overflow: hidden;
	height: 280px; /* Double the previous height */
}

.product-track {
	display: flex;
	gap: 20px;
	height: 100%;
	animation: scrollLeft 70s linear infinite;
}

.product-item {
	background-color: #fff;
	border-radius: 12px;
	overflow: hidden;
	flex-shrink: 0;
	transition: transform 0.3s ease;
	height: 280px; /* Double height: was 140px */
}

.product-item:hover {
	transform: scale(97%);
}

.product-item {
	width: 210px;
}

.product-item.wide {
	width: 250px;
}

.product-item.narrow {
	width: 190px;
}

.product-image img {
	width: 100%;
	height: auto;
}

@keyframes scrollLeft {
	0% { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}

@keyframes scrollRight {
	0% { transform: translateX(-50%); }
	100% { transform: translateX(0%); }
}

.products-carousel:hover .product-track {
	animation-play-state: paused;
}

/* ============ Responsive ============ */
@media (max-width: 768px) {
	.products-section {
		padding: 80px 5% 60px;
	}
	
	.products-content {
		flex-direction: column;
		gap: 40px;
	}
	
	.products-left {
		max-width: 100%;
		text-align: center;
	}
	
	.products-title {
		font-size: 32px;
	}
	
	.products-carousel {
		height: 220px;
	}
	
	.product-item {
		height: 220px;
		width: 130px;
	}
	
	.product-item.wide {
		width: 160px;
	}
	
	.product-item.narrow {
		width: 100px;
	}
}



/* ============ Stores Section ============ */
.stores-section {
	background-color: #FFFAF5;
	padding: 100px 10% 80px;
}

.stores-content {
	max-width: 1200px;
	margin: 0 auto;
}

.stores-header {
	text-align: center;
	margin-bottom: 60px;
}

.stores-title {
	font: 48px 'Archivo', sans-serif;
	font-weight: 500;
	color: #333;
	line-height: 1.2;
	margin-bottom: 20px;
	letter-spacing: -1px;
}

.stores-description {
	font: 20px 'Archivo', sans-serif;
	font-weight: 400;
	color: #666;
	line-height: 1.4;
	max-width: 700px;
	margin: 0 auto;
}

.stores-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto auto;
	gap: 20px;
	grid-template-areas: 
		"large1 medium1 large2"
		"large3 medium2 tall";
}

.store-item {
	background-color: #e0e0e0;
	border-radius: 5px;
	overflow: hidden;
	transition: transform 0.3s ease;
}

.store-item:hover {
	transform: translateY(-5px);
}

.store-item.large {
	aspect-ratio: 4/3;
}

.store-item.medium {
	aspect-ratio: 1/1;
}

.store-item.tall {
	aspect-ratio: 4/5;
	grid-area: tall;
}

.store-item:nth-child(1) { grid-area: large1; }
.store-item:nth-child(2) { grid-area: medium1; }
.store-item:nth-child(3) { grid-area: large2; }
.store-item:nth-child(4) { grid-area: large3; }
.store-item:nth-child(5) { grid-area: medium2; }

.store-thumb {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	border: 1px solid #ddd;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	transition: background-position 3s ease-in-out;
	cursor: pointer;
}
/* Hover effect - scroll to bottom */
.store-item:hover .store-thumb {
	background-position: bottom center;
}
.store-achieve {
	background-image: url('/assets/images/clients/store_achieve.jpg');
	background-size: 100% 174%;
}
.store-bge {
	background-image: url('/assets/images/clients/store_bge.jpg');
	background-size: 100% 226%;
}
.store-cambro {
	background-image: url('/assets/images/clients/store_cambro.jpg');
	background-size: 100% 166%;
}
.store-certerra {
	background-image: url('/assets/images/clients/store_certerra.jpg');
	background-size: 100% 182%;
	aspect-ratio: 10/18;
}
.store-evocati {
	background-image: url('/assets/images/clients/store_evocati.jpg');
	background-size: 100% 160%;
}
.store-jensen {
	background-image: url('/assets/images/clients/store_jensen.jpg');
	background-size: 100% 134%;
}
.store-nv5 {
	background-image: url('/assets/images/clients/store_nv5.jpg');
	background-size: 100% 156%;
}
.store-popupcafe {
	background-image: url('/assets/images/clients/store_popupcafe.jpg');
	background-size: 100% 110%;
}
.store-reserv {
	background-image: url('/assets/images/clients/store_reserv.jpg');
	background-size: 100% 150%;
}
.store-tminus {
	background-image: url('/assets/images/clients/store_tminus.jpg');
	background-size: 100% 158.5%;
}


/* ============ Responsive ============ */
@media (max-width: 1024px) {
	.stores-grid {
		grid-template-columns: 1fr 1fr;
		grid-template-areas: 
			"large1 large2"
			"medium1 medium2"
			"large3 tall";
	}
}

@media (max-width: 768px) {
	.stores-section {
		padding: 80px 5% 60px;
	}
	
	.stores-title {
		font-size: 32px;
	}
	
	.stores-description {
		font-size: 18px;
	}
	
	.stores-grid {
		grid-template-columns: 1fr;
		grid-template-areas: 
			"large1"
			"medium1"
			"large2"
			"large3"
			"medium2"
			"tall";
	}
}


/* ============ Programs Section ============ */
.programs-section {
	background-color: #F4EFEA;
	padding: 100px 10% 80px;
}

.programs-content {
	max-width: 1400px;
	margin: 0 auto;
}

.programs-header {
	margin-bottom: 50px;
}

.programs-eyebrow {
	font: 16px 'Archivo', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	color: #666;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.programs-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}

.programs-title {
	font: 48px 'Archivo', sans-serif;
	font-weight: 500;
	color: #333;
	line-height: 1.2;
	letter-spacing: -1px;
}

.programs-carousel-container {
	position: relative;
	overflow: hidden;
}

.programs-carousel {
	display: flex;
	width: 300%; /* 3 groups × 100% */
	transition: transform 0.5s ease;
}

.carousel-group {
	width: 33.333%; /* 100% / 3 groups */
	flex-shrink: 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
	opacity: 1; /* Remove opacity transitions */
	position: relative; /* Remove absolute positioning */
}

.program-card {
	background-color: #fff;
	border: 2px solid #e0e0e0;
	border-radius: 5px;
	overflow: hidden;
	transition: all 0.3s ease;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.program-card:hover {
	border-color: #F99D1C;
	/* transform: translateY(-5px); */
}

.program-link:hover {
	color: #F99D1C;
}

.program-image {
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.program-meta {
	padding: 20px 20px 0;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	align-items: center;
	font-size: 14px;
	color: #666;
}

.program-date,
.program-location {
	display: flex;
	align-items: center;
	gap: 6px;
}

.program-tag {
	background-color: #f5f5f5;
	color: #333;
	padding: 4px 10px;
	border-radius: 5px;
	font-size: 12px;
	font-weight: 500;
	margin-left: auto;
}

.program-title {
	font: 20px 'Archivo', sans-serif;
	font-weight: 500;
	color: #333;
	margin: 15px 20px 10px;
	line-height: 1.3;
}

.program-description {
	font: 14px 'Archivo', sans-serif;
	font-weight: 400;
	color: #666;
	line-height: 1.4;
	margin: 0 20px auto;
	flex-grow: 1;
}

.program-link {
	font: 14px 'Archivo', sans-serif;
	font-weight: 500;
	color: #38002A;
	text-decoration: none;
	margin: 15px 20px 20px;
	display: inline-block;
	transition: color 0.3s ease;
}

.program-link:hover {
	color: #5c1a42;
}

.carousel-navigation {
	display: flex;
	justify-content: flex-end;
	margin-top: 40px;
}

.carousel-arrows {
	display: flex;
	gap: 10px;
}

.arrow-btn {
	width: 40px;
	height: 40px;
	border: 2px solid #e0e0e0;
	background-color: #fff;
	border-radius: 5px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.arrow-btn:hover {
	border-color: #EA7266;
	background-color: #EA7266;
}

.arrow-btn:hover svg path {
	stroke: #fff;
}

/* ============ Responsive ============ */
@media (max-width: 768px) {
	.programs-section {
		padding: 80px 5% 60px;
	}
	
	.programs-title {
		font-size: 32px;
	}
	
	.programs-top {
		flex-direction: column;
		align-items: flex-start;
	}
	
	.carousel-group {
		grid-template-columns: 1fr;
		gap: 20px;
	}
}




/* ============ Playbook Signup Section ============ */


.playbook-signup {
	background-color: #4F2800;
	padding: 100px 10% 80px;
	text-align: center;
}

.signup-content {
	max-width: 800px;
	margin: 0 auto;
}

.signup-title {
	font: 48px 'Archivo', sans-serif;
	font-weight: 500;
	color: #fff;
	line-height: 1.2;
	margin-bottom: 20px;
	letter-spacing: -1px;
}

.signup-subtitle {
	font: 20px 'Archivo', sans-serif;
	font-weight: 400;
	color: #fff;
	line-height: 1.4;
	margin-bottom: 40px;
	opacity: 0.9;
}

.signup-form {
	margin-bottom: 20px;
}

.email-group {
	display: flex;
	gap: 0;
	max-width: 500px;
	margin: 0 auto;
	border-radius: 50px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.email-input {
	flex: 1;
	padding: 16px 24px !important;
	border: none !important;
	font: 16px 'Archivo', sans-serif;
	font-weight: 400;
	background-color: #fff !important;
	color: #333;
	outline: none !important;
	margin: 0 !important;
	height: auto !important;
}

.email-input::placeholder {
	color: #999;
}

.signup-btn {
	padding: 16px 32px;
	border: none;
	background-color: #F99D1C;
	color: #fff;
	font: 16px 'Archivo', sans-serif;
	font-weight: 500;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.signup-btn:hover {
	background-color: #e88a00;
}

.signup-disclaimer {
	font: 14px 'Archivo', sans-serif;
	font-weight: 400;
	color: #fff;
	line-height: 1.4;
	opacity: 0.8;
	max-width: 600px;
	margin: 0 auto;
}

/* ============ Responsive ============ */
@media (max-width: 768px) {
	.playbook-signup {
		padding: 80px 5% 60px;
	}
	
	.signup-title {
		font-size: 32px;
	}
	
	.signup-subtitle {
		font-size: 18px;
	}
	
	.email-group {
		flex-direction: column;
		border-radius: 5px;
	}
	
	.email-input {
		border-radius: 5px 5px 0 0;
	}
	
	.signup-btn {
		border-radius: 0 0 5px 5px;
	}
}



/* ============ Match Section ============ */
.match-section {
	background-color: #F4EFEA;
	padding: 100px 10% 80px;
	text-align: center;
}

.match-content {
	max-width: 800px;
	margin: 0 auto;
}

.match-title {
	font: 56px 'Archivo', sans-serif;
	font-weight: 500;
	color: #333;
	line-height: 1.1;
	margin-bottom: 25px;
	letter-spacing: -1px;
}

.match-description {
	font: 22px 'Archivo', sans-serif;
	font-weight: 400;
	color: #666;
	line-height: 1.4;
	margin-bottom: 40px;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.match-cta {
	margin-top: 30px;
}

.btn-chat {
	font: 20px 'Archivo', sans-serif;
	font-weight: 500;
	color: #333;
	background-color: #fff;
	text-decoration: none;
	padding: 16px 40px;
	border: 2px solid #333;
	border-radius: 50px;
	display: inline-block;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.btn-chat:hover {
	background-color: #333;
	color: #fff;
	transform: translateY(-3px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* ============ Responsive ============ */
@media (max-width: 768px) {
	.match-section {
		padding: 80px 5% 60px;
	}
	
	.match-title {
		font-size: 40px;
	}
	
	.match-description {
		font-size: 18px;
	}
	
	.btn-chat {
		font-size: 18px;
		padding: 14px 35px;
	}
}