/* ==========================================================================
   MaxCloud Mart - Figma Master Design System About Page CSS
   ========================================================================== */

:root {
	--about-navy-dark: #0b0d1e;
	--about-navy-card: #0d142d;
	--about-blue-cyan: #62D4FF;
	--about-purple-primary: #6557FF;
	--about-pink-vibrant: #FF5CA8;
	--about-lavender-bg: #f3f1fa;
	--about-soft-bg: #f4f7fe;
	--about-text-dark: #0a1128;
	--about-text-muted: #6b7280;
	--about-text-subtle: #9ca3af;
}

/* Page Base Wrapper & Reset for Theme Wrappers */
.page-template-page-about .site-main,
.page-template-page-about .content-wrapper,
.page-id-about .content-wrapper,
.page-slug-about .content-wrapper {
	padding: 0 !important;
	margin: 0 !important;
	max-width: 100% !important;
	width: 100% !important;
}

.about-page-wrapper {
	position: relative;
	background-color: var(--about-soft-bg);
	font-family: 'Inter', system-ui, -apple-system, sans-serif;
	overflow-x: hidden;
	color: var(--about-text-dark);
	width: 100%;
}

.about-container-large {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 24px;
	width: 100%;
}

/* Utility Gradients & Typography */
.text-gradient-pink {
	background: linear-gradient(135deg, #FF5CA8 0%, #FF2A85 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.text-gradient-cyan {
	background: linear-gradient(135deg, #62D4FF 0%, #00B2FF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.text-gradient-cyan-purple {
	background: linear-gradient(135deg, #62D4FF 0%, #6557FF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.text-pink-highlight {
	color: var(--about-pink-vibrant);
}

.text-cyan-highlight {
	color: var(--about-blue-cyan);
}

/* Common Pill Badges */
.about-pill-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(10px);
	padding: 6px 18px;
	border-radius: 50px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 1.8px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.95);
	margin-bottom: 24px;
}

.about-pill-badge .pill-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--about-pink-vibrant);
	box-shadow: 0 0 10px var(--about-pink-vibrant);
}

.pill-badge-blue {
	border: 1px solid rgba(98, 212, 255, 0.3);
	background: rgba(98, 212, 255, 0.1);
	color: #0077FF;
}

/* Common Buttons */
.about-btn-gradient {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 16px 34px;
	border-radius: 50px;
	background: linear-gradient(135deg, var(--about-purple-primary) 0%, var(--about-pink-vibrant) 100%);
	color: white !important;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	text-decoration: none !important;
	transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 10px 28px rgba(255, 92, 168, 0.4);
	border: none;
	cursor: pointer;
}

.about-btn-gradient:hover {
	transform: translateY(-3px) scale(1.02);
	box-shadow: 0 16px 36px rgba(255, 92, 168, 0.55);
}

.about-btn-gradient svg {
	transition: transform 0.3s ease;
}

.about-btn-gradient:hover svg {
	transform: translateX(4px);
}

.about-btn-glass {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 16px 34px;
	border-radius: 50px;
	background: rgba(255, 255, 255, 0.95);
	color: var(--about-navy-dark) !important;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	text-decoration: none !important;
	transition: all 0.3s ease;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.about-btn-glass:hover {
	background: #ffffff;
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

/* ==========================================================================
   Ambient Floating Candies Decorative Layer
   ========================================================================== */
.about-floating-decorations {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 15;
	overflow: hidden;
}

.floating-candy {
	position: absolute;
	filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.15));
}

.pos-hero-1 { top: 120px; left: 3%; }
.pos-hero-2 { top: 460px; right: 4%; }
.pos-stats-1 { top: 780px; left: 2%; }
.pos-story-1 { top: 1150px; right: 3%; }
.pos-believe-1 { top: 1750px; left: 2.5%; }
.pos-store-1 { top: 2350px; right: 3.5%; }

.float-anim-1 { animation: floatBob 6s ease-in-out infinite; }
.float-anim-2 { animation: floatRotateBob 8s ease-in-out infinite; }
.float-anim-3 { animation: floatDrift 7s ease-in-out infinite; }

@keyframes floatBob {
	0%, 100% { transform: translateY(0) rotate(0deg); }
	50% { transform: translateY(-22px) rotate(6deg); }
}

@keyframes floatRotateBob {
	0%, 100% { transform: translateY(0) rotate(0deg) scale(1); }
	50% { transform: translateY(-28px) rotate(-12deg) scale(1.05); }
}

@keyframes floatDrift {
	0%, 100% { transform: translate(0, 0) rotate(0deg); }
	50% { transform: translate(12px, -20px) rotate(15deg); }
}

/* 3D Chocolate Block Component */
.choc-block-3d {
	width: 46px;
	height: 38px;
	background: linear-gradient(135deg, #5C3317 0%, #3D1E0B 100%);
	border-radius: 8px;
	box-shadow: 
		inset 2px 2px 4px rgba(255, 255, 255, 0.2),
		inset -2px -2px 4px rgba(0, 0, 0, 0.6),
		0 12px 20px rgba(0,0,0,0.3);
	border: 1px solid #7A4621;
}

/* ==========================================================================
   1. Master Design System Hero Section
   ========================================================================== */
.about-hero-master {
	background-color: var(--about-navy-dark);
	padding: 130px 0 160px;
	position: relative;
	overflow: hidden;
	color: white;
	min-height: 85vh;
	display: flex;
	align-items: center;
}

/* Ambient Radial Backlights */
.hero-ambient-glow {
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
	filter: blur(140px);
}

.glow-cyan {
	width: 550px;
	height: 550px;
	background: rgba(98, 212, 255, 0.18);
	top: -100px;
	left: -100px;
}

.glow-pink {
	width: 600px;
	height: 600px;
	background: rgba(255, 92, 168, 0.22);
	bottom: -150px;
	right: -100px;
}

.glow-purple {
	width: 450px;
	height: 450px;
	background: rgba(101, 87, 255, 0.25);
	top: 30%;
	left: 40%;
}

.about-hero-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 50px;
	align-items: center;
	position: relative;
	z-index: 10;
}

@media (min-width: 992px) {
	.about-hero-grid {
		grid-template-columns: 1.1fr 1fr;
		gap: 60px;
	}
}

.about-hero-main {
	max-width: 600px;
}

.about-hero-heading {
	font-size: 2.75rem;
	font-weight: 900;
	line-height: 1.08;
	margin-bottom: 24px;
	letter-spacing: -1.2px;
	color: #ffffff;
}

@media (min-width: 768px) {
	.about-hero-heading {
		font-size: 4.25rem;
	}
}

.about-hero-subtext {
	font-size: 1.15rem;
	color: rgba(255, 255, 255, 0.82);
	margin-bottom: 40px;
	line-height: 1.65;
	font-weight: 400;
}

.about-hero-cta-group {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	align-items: center;
}

/* Massive Product Collage Image */
.about-hero-visual-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}

.hero-product-collage {
	position: relative;
	width: 100%;
	max-width: 560px;
}

.hero-cans-image {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 28px;
	filter: drop-shadow(0 25px 50px rgba(0, 0, 0, 0.6));
	transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.hero-product-collage:hover .hero-cans-image {
	transform: scale(1.03) translateY(-6px);
}

/* ==========================================================================
   2. Floating Overlapping Trust Stats Bar
   ========================================================================== */
.about-stats-overlapping-section {
	position: relative;
	z-index: 30;
	margin-top: -65px;
	margin-bottom: 90px;
}

.about-stats-floating-card {
	background: #ffffff;
	border-radius: 32px;
	box-shadow: 0 25px 60px rgba(11, 13, 30, 0.09);
	padding: 32px 36px;
	display: grid;
	grid-template-columns: 1fr;
	gap: 28px;
	border: 1px solid rgba(255, 255, 255, 0.8);
}

@media (min-width: 768px) {
	.about-stats-floating-card {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1024px) {
	.about-stats-floating-card {
		grid-template-columns: repeat(4, 1fr);
		padding: 36px 20px;
		gap: 0;
	}
}

.stat-box-item {
	display: flex;
	align-items: center;
	gap: 18px;
	transition: transform 0.3s ease;
}

.stat-box-item:hover {
	transform: translateY(-3px);
}

@media (min-width: 1024px) {
	.stat-box-item {
		padding: 0 24px;
		border-right: 1px solid #f0f2f8;
	}
	.stat-box-item:last-child {
		border-right: none;
	}
}

.stat-icon-wrapper {
	width: 54px;
	height: 54px;
	border-radius: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.icon-bg-purple { background: rgba(101, 87, 255, 0.1); }
.icon-bg-pink { background: rgba(255, 92, 168, 0.1); }
.icon-bg-blue { background: rgba(98, 212, 255, 0.12); }
.icon-bg-purple-light { background: rgba(168, 85, 247, 0.1); }

.stat-box-content h3 {
	font-size: 17px;
	font-weight: 900;
	color: var(--about-text-dark);
	margin: 0 0 4px 0;
	line-height: 1.2;
}

.stat-box-content p {
	font-size: 13px;
	color: var(--about-text-muted);
	margin: 0;
	line-height: 1.45;
	font-weight: 500;
}

/* ==========================================================================
   3. Our Story Editorial Magazine Section
   ========================================================================== */
.about-story-section-rhythm {
	padding: 40px 0 110px;
	background: linear-gradient(180deg, #f4f7fe 0%, #edf4ff 100%);
}

.story-editorial-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 60px;
	align-items: center;
}

@media (min-width: 992px) {
	.story-editorial-grid {
		grid-template-columns: 1.05fr 1fr;
		gap: 70px;
	}
}

.story-main-heading {
	font-size: 2.5rem;
	font-weight: 900;
	color: var(--about-text-dark);
	margin-bottom: 28px;
	line-height: 1.15;
	letter-spacing: -0.8px;
}

@media (min-width: 768px) {
	.story-main-heading {
		font-size: 3.25rem;
	}
}

.story-body-paragraphs p {
	font-size: 1.125rem;
	color: #4b5563;
	line-height: 1.7;
	margin-bottom: 20px;
	font-weight: 450;
}

.story-action-row {
	margin-top: 36px;
}

/* Magazine Image Card Frame */
.story-image-card-wrapper {
	position: relative;
	border-radius: 36px;
	overflow: hidden;
	box-shadow: 0 25px 60px rgba(10, 17, 40, 0.14);
}

.story-store-img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 36px;
	transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}

.story-image-card-wrapper:hover .story-store-img {
	transform: scale(1.04);
}

.story-floating-tag {
	position: absolute;
	bottom: 24px;
	left: 24px;
	background: rgba(11, 13, 30, 0.75);
	backdrop-filter: blur(12px);
	padding: 10px 20px;
	border-radius: 50px;
	color: white;
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	font-weight: 700;
	border: 1px solid rgba(255, 255, 255, 0.2);
}

/* ==========================================================================
   4. What We Believe Section (4 Floating Blocks)
   ========================================================================== */
.about-believe-section-rhythm {
	padding: 100px 0 120px;
	background-color: #ffffff;
}

.section-header-centered {
	text-align: center;
	max-width: 740px;
	margin: 0 auto 65px;
}

.section-eyebrow-label {
	display: block;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 2px;
	color: var(--about-text-muted);
	text-transform: uppercase;
	margin-bottom: 16px;
}

.section-title-large {
	font-size: 2.25rem;
	font-weight: 900;
	color: var(--about-text-dark);
	margin-bottom: 20px;
	line-height: 1.2;
	letter-spacing: -0.5px;
}

@media (min-width: 768px) {
	.section-title-large {
		font-size: 3rem;
	}
}

.section-lead-text {
	font-size: 1.1rem;
	color: var(--about-text-muted);
	line-height: 1.65;
	margin: 0;
}

.believe-blocks-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
}

@media (min-width: 768px) {
	.believe-blocks-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1024px) {
	.believe-blocks-grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

/* Floating Feature Cards */
.believe-feature-card {
	background: #ffffff;
	border-radius: 28px;
	padding: 42px 30px;
	text-align: center;
	border: 1px solid #f0f2f8;
	box-shadow: 0 12px 32px rgba(10, 17, 40, 0.04);
	transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	overflow: hidden;
}

.believe-feature-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 22px 48px rgba(10, 17, 40, 0.09);
}

.block-accent-green:hover { border-color: rgba(16, 185, 129, 0.4); }
.block-accent-purple:hover { border-color: rgba(101, 87, 255, 0.4); }
.block-accent-pink:hover { border-color: rgba(255, 92, 168, 0.4); }
.block-accent-cyan:hover { border-color: rgba(98, 212, 255, 0.5); }

.believe-icon-box {
	width: 68px;
	height: 68px;
	border-radius: 22px;
	margin: 0 auto 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.3s ease;
}

.believe-feature-card:hover .believe-icon-box {
	transform: scale(1.08);
}

.icon-green { background: rgba(16, 185, 129, 0.1); }
.icon-purple { background: rgba(101, 87, 255, 0.1); }
.icon-pink { background: rgba(255, 92, 168, 0.1); }
.icon-cyan { background: rgba(98, 212, 255, 0.12); }

.believe-feature-card h3 {
	font-size: 1.3rem;
	font-weight: 900;
	color: var(--about-text-dark);
	margin-bottom: 12px;
}

.believe-feature-card p {
	font-size: 14.5px;
	color: var(--about-text-muted);
	line-height: 1.6;
	margin: 0;
	font-weight: 450;
}

/* ==========================================================================
   5. Store Section (Dark Navy Contact Landing Card)
   ========================================================================== */
.about-store-section-rhythm {
	padding: 30px 0 110px;
	background-color: var(--about-soft-bg);
}

.store-landing-card {
	background: var(--about-navy-card);
	border-radius: 40px;
	padding: 44px;
	box-shadow: 0 30px 70px rgba(11, 13, 30, 0.22);
	position: relative;
	overflow: hidden;
	color: white;
}

@media (min-width: 768px) {
	.store-landing-card {
		padding: 60px 64px;
	}
}

.card-ambient-light {
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
	filter: blur(100px);
	opacity: 0.25;
}

.light-top-right {
	width: 350px;
	height: 350px;
	background: var(--about-purple-primary);
	top: -100px;
	right: -100px;
}

.light-bottom-left {
	width: 350px;
	height: 350px;
	background: var(--about-blue-cyan);
	bottom: -100px;
	left: -100px;
}

.store-landing-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 50px;
	position: relative;
	z-index: 10;
	align-items: center;
}

@media (min-width: 992px) {
	.store-landing-grid {
		grid-template-columns: 1fr 1.3fr;
		gap: 60px;
	}
}

.store-eyebrow {
	display: block;
	font-size: 11px;
	font-weight: 900;
	letter-spacing: 2px;
	color: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
	margin-bottom: 16px;
}

.store-title {
	font-size: 2.5rem;
	font-weight: 900;
	color: white;
	margin-bottom: 20px;
	line-height: 1.15;
}

.store-description {
	color: rgba(255, 255, 255, 0.75);
	font-size: 1.05rem;
	margin-bottom: 36px;
	line-height: 1.6;
}

.store-contact-list {
	margin-bottom: 36px;
}

.contact-card-item {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	margin-bottom: 24px;
}

.contact-icon-bubble {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.18);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--about-blue-cyan);
	flex-shrink: 0;
}

.contact-details h4 {
	font-size: 16px;
	font-weight: 700;
	color: white;
	margin: 0 0 4px 0;
}

.contact-details p {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.55);
	margin: 0;
}

.store-map-col {
	height: 100%;
}

.store-map-frame {
	border-radius: 28px;
	overflow: hidden;
	height: 380px;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
	border: 1px solid rgba(255, 255, 255, 0.15);
	position: relative;
}

@media (min-width: 992px) {
	.store-map-frame {
		height: 100%;
		min-height: 420px;
	}
}

.store-map-frame iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

/* ==========================================================================
   6. Testimonials Section (Loved by Snack Enthusiasts)
   ========================================================================== */
.about-testimonials-section-rhythm {
	padding: 100px 0 130px;
	background-color: var(--about-lavender-bg);
}

.testimonials-layout-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 40px;
	align-items: flex-start;
}

@media (min-width: 992px) {
	.testimonials-layout-grid {
		grid-template-columns: 0.9fr 2.1fr;
		gap: 60px;
	}
}

.testimonials-title {
	font-size: 2.25rem;
	font-weight: 900;
	color: var(--about-text-dark);
	margin-bottom: 16px;
	line-height: 1.2;
}

.testimonials-subtext {
	font-size: 1rem;
	color: var(--about-text-muted);
	line-height: 1.65;
}

.testimonials-cards-row {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
}

@media (min-width: 768px) {
	.testimonials-cards-row {
		grid-template-columns: repeat(3, 1fr);
	}
}

.review-glass-card {
	background: rgba(255, 255, 255, 0.85);
	backdrop-filter: blur(12px);
	border-radius: 24px;
	padding: 32px 26px;
	border: 1px solid rgba(255, 255, 255, 0.9);
	box-shadow: 0 10px 30px rgba(10, 17, 40, 0.03);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: all 0.3s ease;
}

.review-glass-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 18px 40px rgba(10, 17, 40, 0.08);
	background: #ffffff;
}

.star-rating {
	color: #F59E0B;
	font-size: 16px;
	letter-spacing: 3px;
	margin-bottom: 18px;
}

.review-quote {
	font-size: 14.5px;
	color: #374151;
	font-style: italic;
	line-height: 1.6;
	margin-bottom: 24px;
	font-weight: 500;
}

.review-author-info h4 {
	font-size: 15px;
	font-weight: 900;
	color: var(--about-text-dark);
	margin: 0 0 2px 0;
}

.review-author-info span {
	font-size: 12.5px;
	color: var(--about-text-muted);
	font-weight: 500;
}
