/* ============================================================
   ABOUT US PAGE STYLES — SANATAN DIGITAL MISSION (ULTRA PREMIUM)
   ============================================================ */

/* Hero Section */
.about-hero {
    position: relative;
    background: linear-gradient(135deg, rgba(255, 140, 0, 0.88), rgba(230, 81, 0, 0.92)), url('sanatan_heritage_bg.png?v=20260528_3') center/cover no-repeat;
    padding: 140px 24px 100px;
    text-align: center;
    color: white;
    overflow: hidden;
    background-attachment: fixed;
}

.about-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

/* Floating animated background symbols */
.about-hero-particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.about-hero-particles::before,
.about-hero-particles::after {
    position: absolute;
    font-size: 36px;
    opacity: 0.18;
    animation: floatParticle 7s ease-in-out infinite;
}

.about-hero-particles::before {
    content: '🙏';
    top: 25%;
    left: 12%;
    animation-delay: 0s;
}

.about-hero-particles::after {
    content: '🛕';
    bottom: 20%;
    right: 12%;
    animation-delay: 3.5s;
    font-size: 45px;
}

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

.about-hero-content {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
    border-radius: 36px;
    padding: 64px 48px;
    animation: heroFadeIn 1.2s cubic-bezier(0.22, 0.61, 0.36, 1) both;
}

.about-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.35);
    padding: 8px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 700;
    color: #FFF;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 28px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8px);
}

.mission-om-hero {
    font-family: 'Tiro Devanagari Hindi', 'Noto Sans Devanagari', serif;
    font-size: 72px;
    font-weight: 400;
    color: #FFF7D1;
    text-shadow: 0 3px 8px rgba(70, 24, 0, 0.45), 0 0 24px rgba(255, 231, 150, 0.55);
    margin-bottom: 16px;
    line-height: 1;
    display: inline-block;
    animation: omGlow 3s ease-in-out infinite, titlePop 0.8s 0.3s ease both;
}

.about-hero .mission-sanskrit-top {
    max-width: 720px;
    margin: 0 auto 16px;
    color: #FFFBEA;
    opacity: 1;
    font-family: 'Tiro Devanagari Hindi', 'Noto Sans Devanagari', serif;
    font-size: clamp(17px, 2.3vw, 24px);
    line-height: 1.65;
    text-wrap: balance;
    overflow-wrap: anywhere;
    text-shadow: 0 2px 8px rgba(72, 24, 0, 0.42);
}

.about-hero-title {
    font-family: 'Tiro Devanagari Hindi', 'Playfair Display', serif;
    font-size: clamp(40px, 6.5vw, 72px);
    font-weight: 900;
    margin-bottom: 24px;
    color: #FFFFFF;
    text-shadow: 0 4px 20px rgba(0,0,0,0.3);
    line-height: 1.15;
}

.about-hero-subtitle {
    font-size: clamp(18px, 2.5vw, 26px);
    color: var(--sandal-cream);
    line-height: 1.7;
    font-weight: 500;
    max-width: 750px;
    margin: 0 auto;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

/* Core Thought Banner */
.about-core-thought {
    background: linear-gradient(135deg, rgba(42, 21, 6, 0.92), rgba(93, 31, 26, 0.95)), url('scriptures_wisdom_bg.png?v=20260528_3') center/cover no-repeat;
    padding: 64px 24px;
    text-align: center;
    color: white;
    border-top: 2px solid rgba(230, 168, 23, 0.4);
    border-bottom: 2px solid rgba(230, 168, 23, 0.4);
    box-shadow: 0 15px 40px rgba(230, 168, 23, 0.15);
    position: relative;
    z-index: 10;
    background-attachment: fixed;
}

.about-core-container {
    max-width: 1050px;
    margin: 0 auto;
    position: relative;
}

.core-quote-mark {
    font-family: 'Playfair Display', serif;
    font-size: 96px;
    color: var(--marigold-gold);
    opacity: 0.35;
    position: absolute;
    top: -40px;
    left: 20px;
    pointer-events: none;
    line-height: 1;
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-core-quote {
    font-family: 'Tiro Devanagari Hindi', 'Playfair Display', serif;
    font-size: clamp(24px, 3.8vw, 36px);
    font-weight: 800;
    line-height: 1.7;
    color: #FFFDF9;
    text-shadow: 0 4px 15px rgba(0,0,0,0.4);
    position: relative;
    z-index: 1;
    padding: 0 20px;
}

/* Main Content & Premium Grid Section */
.about-section {
    padding: 110px 24px;
    background: var(--ivory);
    position: relative;
    overflow: hidden;
}

.about-section-cream {
    background: var(--sandal-cream);
}

.about-section-white {
    background: var(--temple-white);
}

.about-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* Premium Grid Layout */
.about-premium-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 40px;
    align-items: stretch;
    margin-bottom: 64px;
}

@media (max-width: 992px) {
    .about-premium-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

/* Grand Mission Card */
.about-grand-card {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 36px;
    border: 1px solid rgba(230, 168, 23, 0.35);
    box-shadow: var(--shadow-medium);
    padding: 64px 52px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-grand-watermark {
    position: absolute;
    inset: 0;
    background: url('scriptures_premium.png?v=20260528_3') center/cover no-repeat;
    opacity: 0.05;
    pointer-events: none;
    transition: opacity 0.5s ease;
}

.about-grand-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 65px rgba(230, 168, 23, 0.18);
    border-color: var(--marigold-gold);
    background: rgba(255, 255, 255, 0.98);
}

.about-grand-card:hover .about-grand-watermark {
    opacity: 0.08;
}

.about-grand-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; height: 8px;
    background: var(--saffron-gradient);
}

.about-card-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 32px;
    position: relative;
    z-index: 2;
}

.about-card-icon {
    width: 68px;
    height: 68px;
    border-radius: 22px;
    background: linear-gradient(135deg, #FFF0DC, #F5DFC0);
    color: var(--kumkum-red);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    box-shadow: 0 10px 25px rgba(193, 39, 45, 0.15);
    border: 1px solid rgba(193, 39, 45, 0.2);
    transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    flex-shrink: 0;
}

.about-grand-card:hover .about-card-icon {
    transform: scale(1.12) rotate(-6deg);
    background: var(--saffron-gradient);
    color: white;
    box-shadow: 0 12px 30px rgba(255, 153, 51, 0.35);
}

.about-card-title {
    font-family: 'Tiro Devanagari Hindi', 'Playfair Display', serif;
    font-size: clamp(28px, 3.5vw, 38px);
    color: var(--text-heading);
    font-weight: 800;
    line-height: 1.25;
    margin: 0;
}

.about-card-text {
    font-size: 17.5px;
    color: var(--text-main);
    line-height: 1.85;
    margin-bottom: 24px;
    text-align: justify;
    position: relative;
    z-index: 2;
    font-weight: 400;
}

.about-card-text:last-child {
    margin-bottom: 0;
}

/* Heritage Card */
.about-heritage-card {
    background: linear-gradient(145deg, #FFFDF8, var(--sandal-cream));
    border-radius: 36px;
    border: 1px solid rgba(201, 168, 76, 0.45);
    box-shadow: var(--shadow-medium);
    padding: 64px 52px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about-heritage-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 65px rgba(201, 168, 76, 0.25);
    border-color: var(--copper);
    background: linear-gradient(145deg, #FFFFFF, #F5E5C9);
}

.about-heritage-img-wrap {
    margin-bottom: 32px;
    border-radius: 24px;
    overflow: hidden;
    border: 2px solid rgba(201, 168, 76, 0.4);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    position: relative;
    height: 240px;
}

.about-heritage-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.about-heritage-card:hover .about-heritage-img {
    transform: scale(1.08);
}

.heritage-icon-box {
    background: linear-gradient(135deg, var(--marigold-gold), var(--saffron));
    color: white;
    box-shadow: 0 10px 25px rgba(230, 168, 23, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.about-heritage-card:hover .heritage-icon-box {
    transform: scale(1.12) rotate(6deg);
}

/* Team Section Enhancements */
.about-team-intro-card {
    background: white;
    border-radius: 36px;
    padding: 64px 52px;
    border: 1px solid rgba(201, 168, 76, 0.3);
    box-shadow: var(--shadow-medium);
    margin-bottom: 56px;
    position: relative;
    overflow: hidden;
}

.about-team-intro-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; height: 8px;
    background: var(--gold-gradient);
}

/* Committee Grid */
.about-committee-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 36px;
    margin-top: 48px;
}

.about-committee-box {
    background: var(--temple-white);
    border-radius: 28px;
    padding: 48px 40px;
    border: 1px solid rgba(201, 168, 76, 0.3);
    box-shadow: var(--shadow-soft);
    text-align: center;
    transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    position: relative;
    overflow: hidden;
}

/* Shimmer border on hover */
.about-committee-box::before {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: 28px;
    background: linear-gradient(135deg, transparent 30%, rgba(255, 152, 0, 0.4) 50%, transparent 70%);
    background-size: 200% 200%;
    opacity: 0;
    transition: opacity 0.5s;
    z-index: 0;
    pointer-events: none;
}

.about-committee-box:hover::before {
    opacity: 1;
    animation: shimmerBorder 2s linear infinite;
}

.about-committee-box:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-medium);
    border-color: var(--marigold-gold);
    background: white;
}

.about-committee-box > * {
    position: relative;
    z-index: 1;
}

.committee-icon-wrap {
    width: 84px;
    height: 84px;
    border-radius: 24px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.about-committee-box:hover .committee-icon-wrap {
    transform: scale(1.15) rotate(8deg);
}

.committee-icon-exec {
    background: linear-gradient(135deg, #FFEBEE, #FFCDD2);
    color: var(--kumkum-red);
    border: 1px solid rgba(193, 39, 45, 0.25);
}

.committee-icon-adv {
    background: linear-gradient(135deg, #FFF8E1, #FFECB3);
    color: var(--marigold-gold);
    border: 1px solid rgba(230, 168, 23, 0.25);
}

.about-committee-box h3 {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
    color: var(--text-heading);
    font-weight: 800;
    margin-bottom: 16px;
}

.about-committee-box p {
    font-size: 16px;
    color: var(--text-muted);
    line-height: 1.7;
    font-weight: 500;
}

/* Founding Circle VIP Section */
.about-fc-vip-card {
    background: linear-gradient(145deg, #FFFFFF, var(--temple-white));
    border-radius: 40px;
    padding: 72px 56px;
    border: 2px solid rgba(230, 168, 23, 0.5);
    box-shadow: 0 25px 70px rgba(230, 168, 23, 0.18);
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.about-fc-vip-card:hover {
    box-shadow: 0 35px 90px rgba(230, 168, 23, 0.28);
    border-color: var(--saffron);
    transform: translateY(-5px);
}

.about-fc-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--saffron-gradient);
    color: white;
    padding: 10px 28px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 28px;
    box-shadow: 0 8px 25px rgba(255, 153, 51, 0.45);
    animation: badgePulse 3s ease-in-out infinite;
}

.about-fc-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(32px, 4.5vw, 46px);
    color: var(--text-heading);
    font-weight: 900;
    margin-bottom: 20px;
}

.about-fc-desc {
    font-size: 19px;
    color: var(--text-main);
    max-width: 750px;
    margin: 0 auto 48px;
    line-height: 1.8;
    font-weight: 500;
}

.about-fc-benefits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 28px;
    justify-content: center;
}

.about-fc-benefit-card {
    background: white;
    padding: 24px 32px;
    border-radius: 24px;
    font-size: 17.5px;
    font-weight: 700;
    color: var(--kumkum-red);
    box-shadow: var(--shadow-soft);
    border: 1px solid rgba(201, 168, 76, 0.25);
    display: flex;
    align-items: center;
    gap: 16px;
    transition: all 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
    text-align: left;
}

.about-fc-benefit-card:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 35px rgba(230, 168, 23, 0.15);
    border-color: var(--marigold-gold);
    background: linear-gradient(145deg, #FFFFFF, #FFFDF8);
}

.fc-benefit-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: var(--saffron-gradient);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 6px 18px rgba(255, 153, 51, 0.3);
    flex-shrink: 0;
    transition: transform 0.4s ease;
}

.about-fc-benefit-card:hover .fc-benefit-icon {
    transform: rotate(10deg) scale(1.1);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .about-hero {
        padding: 110px 20px 70px;
    }
    .about-hero-content {
        padding: 40px 24px;
        border-radius: 28px;
    }
    .about-hero .mission-sanskrit-top {
        font-size: 17px;
        line-height: 1.75;
    }
    .mission-om-hero {
        font-size: 60px;
    }
    .about-section {
        padding: 70px 20px;
    }
    .about-grand-card,
    .about-heritage-card,
    .about-team-intro-card,
    .about-fc-vip-card {
        padding: 40px 28px;
        border-radius: 28px;
    }
    .about-committee-box {
        padding: 36px 24px;
        border-radius: 24px;
    }
    .about-fc-benefit-card {
        padding: 20px 24px;
    }
}
