/* ==========================================================================
   About Page (New Layout with Purple Theme)
   ========================================================================== */

.about-orange-page {
    --or-primary: #7c3aed; /* Changed from Orange to Purple */
    --or-dark: #111111;
    --or-text: #555555;
    --or-bg-light: #F9F9F9;
    --or-border: #EEEEEE;
    font-family: 'Inter', sans-serif; /* Fallback to theme font */
}

.text-orange { color: var(--or-primary); }

.about-or-eyebrow {
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--or-primary);
    margin-bottom: 20px;
    display: block;
}

/* ==========================================================================
   1. About Page Hero — Viewport-Aware First Fold Optimization
   ========================================================================== */
.about-page-hero {
	min-height: calc(100svh - 80px);
	display: flex;
	align-items: center;
	padding: clamp(24px, 4vh, 60px) 0;
	box-sizing: border-box;
	overflow: hidden;
}

.about-page-hero__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(24px, 4vw, 60px);
	align-items: center;
	width: 100%;
}

.about-page-hero__copy h1 {
	font-size: clamp(2rem, 4.2vw, 3.6rem);
	line-height: 1.12;
	letter-spacing: -0.03em;
	margin-bottom: clamp(12px, 2vh, 20px);
}

.about-page-hero__copy p {
	font-size: clamp(0.95rem, 1.2vw, 1.1rem);
	line-height: 1.55;
	margin-bottom: clamp(16px, 2.5vh, 28px);
	max-width: 540px;
}

.about-page-actions-new {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: clamp(20px, 3vh, 32px);
}

.about-hero-image {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	height: 100% !important;
	width: 100% !important;
}

.about-header-image {
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	min-height: 360px !important;
	max-height: clamp(420px, 70vh, 750px) !important;
	object-fit: contain !important;
	display: block !important;
}

.about-hero-stats {
	display: flex;
	gap: clamp(16px, 2.5vw, 32px);
	padding-top: clamp(16px, 2.5vh, 24px);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-stat-item {
	display: flex;
	align-items: center;
	gap: 12px;
}

.hero-stat-item strong {
	font-size: clamp(1.2rem, 1.8vw, 1.6rem);
	line-height: 1;
	display: block;
}

.hero-stat-item span {
	font-size: clamp(0.75rem, 1vw, 0.85rem);
	color: #94a3b8;
}

@media (max-width: 1024px) {
	.about-page-hero {
		min-height: auto;
		padding: clamp(6.5rem, 8vw, 8.5rem) 0 2.5rem;
		overflow: hidden;
	}
	.about-page-hero__grid {
		grid-template-columns: 1.05fr 0.95fr;
		gap: 20px;
		align-items: center;
		text-align: left;
	}
	.about-page-hero__copy h1 {
		font-size: clamp(2.1rem, 3.4vw, 2.8rem);
		line-height: 1.1;
		margin-bottom: 14px;
	}
	.about-page-hero__copy p {
		font-size: 0.88rem;
		line-height: 1.55;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.about-page-actions-new {
		display: flex !important;
		flex-wrap: nowrap !important;
		align-items: center !important;
		gap: 14px !important;
		justify-content: flex-start !important;
	}
	.about-hero-stats {
		display: flex !important;
		flex-wrap: nowrap !important;
		align-items: center !important;
		justify-content: flex-start !important;
		gap: clamp(8px, 1.2vw, 16px) !important;
		padding-top: 18px !important;
		width: 100% !important;
	}
	.hero-stat-item {
		display: flex !important;
		align-items: center !important;
		gap: 8px !important;
		flex: 1 1 0 !important;
		min-width: 0 !important;
	}
	.hero-stat-item strong {
		font-size: clamp(0.95rem, 1.3vw, 1.2rem) !important;
		white-space: nowrap !important;
	}
	.hero-stat-item span {
		font-size: clamp(0.62rem, 0.85vw, 0.72rem) !important;
		white-space: nowrap !important;
	}
	.about-header-image {
		max-width: 100%;
		max-height: clamp(300px, 52vh, 500px);
	}
}
@media (max-width: 767px) {
	.about-page-hero__grid {
		grid-template-columns: 1fr;
		text-align: center;
		gap: 24px;
	}
	.about-page-hero__copy p {
		margin-left: auto;
		margin-right: auto;
	}
	.about-page-actions-new {
		justify-content: center !important;
	}
	.about-hero-stats {
		justify-content: center !important;
		flex-wrap: wrap !important;
	}
	.about-header-image {
		max-width: clamp(280px, 75vw, 420px);
		max-height: clamp(260px, 55vw, 380px);
		margin: 0 auto;
	}
}

/* Legacy Hero Section */
.about-or-hero {
    padding: 100px 0 60px;
    background: #FFFFFF;
}
.about-or-hero__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
.about-or-hero__copy h1 {
    font-size: 3.5rem;
    line-height: 1.1;
    font-weight: 800;
    color: var(--or-dark);
    margin: 0 0 24px;
}
.about-or-hero__copy p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: var(--or-text);
    margin-bottom: 40px;
    max-width: 90%;
}
.about-or-actions {
    display: flex;
    align-items: center;
    gap: 30px;
}
.btn-or-black {
    background: var(--or-dark);
    color: #FFF;
    padding: 16px 32px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.3s ease;
}
.btn-or-black:hover {
    background: var(--or-primary);
    color: #FFF;
}
.btn-or-play {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--or-dark);
    font-weight: 600;
    text-decoration: none;
}
.play-icon-or {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid var(--or-primary);
    color: var(--or-primary);
    transition: all 0.3s ease;
}
.btn-or-play:hover .play-icon-or {
    background: var(--or-primary);
    color: #FFF;
}
.about-or-hero__visual {
    position: relative;
}
.about-or-image-wrapper img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    display: block;
}
.or-badge {
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.or-badge-bl {
    bottom: -30px;
    left: -30px;
}
.or-badge-tr {
    top: 40px;
    right: -40px;
}
.or-badge-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(124, 58, 237, 0.1); /* Soft purple background */
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--or-primary);
}
.or-badge-text strong {
    display: block;
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--or-dark);
    line-height: 1;
}
.or-badge-text span {
    font-size: 0.8rem;
    color: var(--or-text);
}

/* 2. Stats Bar */
.about-or-stats {
    padding: 0 0 80px;
}
.about-or-stats__grid {
    background: var(--or-dark);
    border-radius: 24px;
    padding: 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}
.or-stat {
    display: flex;
    align-items: center;
    gap: 20px;
    border-right: 1px solid rgba(255,255,255,0.1);
}
.or-stat:last-child {
    border-right: none;
}
.or-stat-info strong {
    display: block;
    color: #FFF;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.2;
}
.or-stat-info span {
    color: #AAAAAA;
    font-size: 0.9rem;
}

/* 3. Values Section */
.about-or-values {
    padding: 80px 0;
    background: var(--or-bg-light);
}
.or-section-header {
    text-align: center;
    margin-bottom: 60px;
}
.or-section-header h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--or-dark);
    margin: 0;
}
.or-values-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.or-value-card {
    background: #FFF;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    border: 1px solid var(--or-border);
    transition: transform 0.3s ease;
}
.or-value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.06);
}
.or-value-icon {
    width: 60px;
    height: 60px;
    background: rgba(124, 58, 237, 0.05); /* Soft purple background */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}
.or-value-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--or-dark);
    margin: 0 0 12px;
}
.or-value-card p {
    font-size: 0.95rem;
    color: var(--or-text);
    line-height: 1.6;
    margin: 0;
}

/* 4. Story Section */
.about-or-story {
    padding: 100px 0;
    background: #FFF;
}
.about-or-story__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}
.or-story-masonry {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.or-masonry-large img,
.or-masonry-small-col img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}
.or-masonry-large img {
    height: 100%;
    min-height: 400px;
}
.or-masonry-small-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.or-masonry-small-col img {
    height: calc(50% - 10px);
}
.or-story-copy h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--or-dark);
    margin: 0 0 24px;
}
.or-story-copy p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: var(--or-text);
    margin-bottom: 24px;
}
.or-signature {
    margin-top: 40px;
    font-family: 'Brush Script MT', cursive, sans-serif; /* Fallback cursive */
    font-size: 2rem;
    color: var(--or-dark);
}
.or-signature span {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--or-text);
    margin-top: 5px;
}

/* 5. CTA Section */
.about-or-cta {
    padding: 0 0 100px;
}
.or-cta-panel {
    background: linear-gradient(135deg, #6d28d9, #9333ea); /* Purple gradient */
    border-radius: 24px;
    padding: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    box-shadow: 0 20px 50px rgba(124, 58, 237, 0.3); /* Purple shadow */
}
.or-cta-icon-bg {
    width: 80px;
    height: 80px;
    background: #FFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.or-cta-content {
    flex: 1;
}
.or-cta-content h2 {
    color: #FFF;
    font-size: 2rem;
    font-weight: 800;
    margin: 0 0 10px;
}
.or-cta-content p {
    color: rgba(255,255,255,0.9);
    font-size: 1.1rem;
    margin: 0;
}
.btn-or-white {
    background: #FFF;
    color: var(--or-primary);
    padding: 16px 32px;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.btn-or-white:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .about-or-hero__grid, .about-or-story__grid {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .about-or-actions {
        justify-content: center;
    }
    .about-or-hero__copy p {
        margin: 0 auto 40px;
    }
    .or-badge-bl, .or-badge-tr {
        position: relative;
        top: auto; right: auto; bottom: auto; left: auto;
        margin: 20px auto;
        display: inline-flex;
    }
    .about-or-stats__grid {
        grid-template-columns: 1fr 1fr;
    }
    .or-stat:nth-child(2) {
        border-right: none;
    }
    .or-values-grid {
        grid-template-columns: 1fr 1fr;
    }
    .or-cta-panel {
        flex-direction: column;
        text-align: center;
    }
}
@media (max-width: 768px) {
    .about-or-hero__copy h1 { font-size: 2.5rem; }
    .about-or-stats__grid {
        grid-template-columns: 1fr;
        padding: 30px;
    }
    .or-stat {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.1);
        padding-bottom: 20px;
    }
    .or-stat:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
    .or-values-grid {
        grid-template-columns: 1fr;
    }
}
/* ==========================================================================
   New Sections (Marquee, Timeline, Team)
   ========================================================================== */

/* Marquee */
.about-or-marquee {
    background: var(--or-bg-light);
    padding: 20px 0;
    border-top: 1px solid var(--or-border);
    border-bottom: 1px solid var(--or-border);
}
.marquee-wrapper {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    display: flex;
}
.marquee-wrapper::before, .marquee-wrapper::after {
    content: '';
    position: absolute;
    top: 0; width: 100px; height: 100%;
    z-index: 2;
}
.marquee-wrapper::before {
    left: 0;
    background: linear-gradient(to right, #FFF 0%, transparent 100%);
}
.marquee-wrapper::after {
    right: 0;
    background: linear-gradient(to left, #FFF 0%, transparent 100%);
}
.marquee-track {
    display: flex;
    animation: scroll-marquee 20s linear infinite;
}
.marquee-track:hover {
    animation-play-state: paused;
}
@keyframes scroll-marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.marquee-item {
    display: inline-block;
    padding: 0 30px;
    opacity: 0.4;
    transition: opacity 0.3s ease;
}
.marquee-item:hover {
    opacity: 1;
}
.marquee-item h4 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--or-dark);
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Timeline */
.about-or-timeline {
    padding: 50px 0;
    background: #FFF;
}
.or-timeline-container {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 0;
}
.or-timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--or-border);
    transform: translateX(-50%);
}
.or-timeline-item {
    position: relative;
    width: 50%;
    padding: 0 40px 40px 0;
    text-align: right;
    box-sizing: border-box;
}
.or-timeline-item.right {
    left: 50%;
    padding: 0 0 40px 40px;
    text-align: left;
}
.or-timeline-dot {
    position: absolute;
    top: 0;
    right: -8px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--or-primary);
    box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.2);
    z-index: 2;
}
.or-timeline-item.right .or-timeline-dot {
    left: -8px;
    right: auto;
}
.or-timeline-content h3 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--or-primary);
    margin: 0 0 10px;
    line-height: 1;
}
.or-timeline-content h4 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--or-dark);
    margin: 0 0 10px;
}
.or-timeline-content p {
    color: var(--or-text);
    margin: 0;
}

/* Team Section */
.about-or-team {
    padding: 100px 0;
    background: var(--or-bg-light);
}
.team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.team-card {
    text-align: center;
}
.team-image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
.team-image-wrapper img {
    width: 100%;
    display: block;
    transition: transform 0.5s ease;
}
.team-overlay {
    position: absolute;
    inset: 0;
    background: rgba(17, 17, 17, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.team-card:hover .team-image-wrapper img {
    transform: scale(1.05);
}
.team-card:hover .team-overlay {
    opacity: 1;
}
.team-socials {
    display: flex;
    gap: 15px;
    transform: translateY(20px);
    transition: transform 0.3s ease;
}
.team-card:hover .team-socials {
    transform: translateY(0);
}
.team-socials a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--or-primary);
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background 0.3s ease;
}
.team-socials a:hover {
    background: #FFF;
    color: var(--or-primary);
}
.team-info h3 {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--or-dark);
    margin: 0 0 5px;
}
.team-info span {
    color: var(--or-text);
    font-size: 0.9rem;
    font-weight: 600;
}

@media (max-width: 1024px) {
    .team-grid { grid-template-columns: repeat(2, 1fr); }
    .timeline-container {
        padding-left: 30px;
    }
    .timeline-line {
        left: 0;
        transform: none;
    }
    .timeline-item, .timeline-item.right {
        width: 100%;
        left: 0;
        padding: 0 0 40px 30px;
        text-align: left;
    }
    .timeline-dot, .timeline-item.right .timeline-dot {
        left: -8px;
        right: auto;
    }
}
@media (max-width: 768px) {
    .team-grid { grid-template-columns: 1fr; }
}
