/* About Us Page Specific Styles */
.about-hero {
    background: var(--navy);
    padding: 140px 0 80px;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.about-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 30%, rgba(197, 160, 89, 0.05), transparent 50%);
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.about-hero h1 {
    font-family: var(--font-playfair);
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    margin: 15px 0 25px;
    line-height: 1.1;
}

.about-hero h1 em {
    color: var(--gold);
    font-style: italic;
}

.about-hero p {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.7);
    max-width: 700px;
    margin: 0 auto;
}

/* Mission & Vision */
.mission-vision {
    padding: 100px 0;
    background: #fff;
}

.mv-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.mv-card {
    padding: 60px 50px;
    background: #fff;
    border-radius: 24px;
    border: 1px solid #eee;
    transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mv-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 30px 60px rgba(10, 14, 20, 0.08);
    border-color: var(--gold);
}

.mv-card h2 {
    font-family: var(--font-playfair);
    font-size: 2.2rem;
    margin-bottom: 20px;
    color: var(--navy);
    position: relative;
    z-index: 2;
}

.mv-card p {
    color: #444;
    font-size: 1.1rem;
    line-height: 1.8;
    position: relative;
    z-index: 2;
    max-width: 90%;
}

/* Professional Abstract Patterns as Backgrounds */
.mv-card::after {
    content: "";
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 200px;
    height: 200px;
    opacity: 0.05;
    transition: 0.4s;
    pointer-events: none;
}

.mv-card:hover::after {
    opacity: 0.12;
    transform: scale(1.1) rotate(-5deg);
}

/* Mission Pattern: Target/Precision Focus */
.card-mission::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%33%3Ccircle cx='50' cy='50' r='45' fill='none' stroke='%230a0e14' stroke-width='2'/%3E%3Ccircle cx='50' cy='50' r='30' fill='none' stroke='%230a0e14' stroke-width='2'/%3E%3Ccircle cx='50' cy='50' r='15' fill='none' stroke='%230a0e14' stroke-width='2'/%3E%3Cpath d='M50 0V100M0 50H100' stroke='%230a0e14' stroke-width='1'/%3E%3C/svg%3E");
}

/* Vision Pattern: Horizon/Growth/Clarity */
.card-vision::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%33%3Cpath d='M0 70 Q 50 20 100 70' fill='none' stroke='%230a0e14' stroke-width='2'/%3E%3Cpath d='M0 80 Q 50 30 100 80' fill='none' stroke='%230a0e14' stroke-width='2'/%3E%3Cpath d='M0 90 Q 50 40 100 90' fill='none' stroke='%230a0e14' stroke-width='2'/%3E%3Ccircle cx='50' cy='40' r='10' fill='none' stroke='%230a0e14' stroke-width='2'/%3E%3C/svg%3E");
}

.mv-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--gold);
    opacity: 0.3;
}

.mv-card:hover::before {
    opacity: 1;
}

/* History */
.history {
    padding: 100px 0;
    background: #f9f9f9;
}

.history-content {
    display: flex;
    align-items: center;
    gap: 80px;
}

.history-text {
    flex: 1;
}

.history-text h2 {
    font-family: var(--font-playfair);
    font-size: 2.5rem;
    margin: 10px 0 20px;
    color: var(--navy);
}

.history-text p {
    font-size: 1.1rem;
    color: #444;
    line-height: 1.8;
}

.history-image {
    flex: 0 0 400px;
}

.image-wrapper {
    background: var(--navy);
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(197, 160, 89, 0.2);
}

.history-image img {
    width: 100%;
    max-width: 320px;
    filter: drop-shadow(0 0 20px rgba(197, 160, 89, 0.1));
}

/* Footer Layout Fix for consistency with index.css */
footer {
    background: var(--navy);
    color: #fff;
    padding: 60px 5% 20px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.footer-container .brand { flex: 1; min-width: 250px; }
.footer-container .brand .logo { font-family: var(--font-playfair); font-size: 1.5rem; font-weight: 700; margin-bottom: 15px; }
.footer-container .brand .logo span { color: var(--gold); }
.footer-container .brand p { font-size: 0.9rem; color: rgba(255,255,255,0.6); line-height: 1.6; }

.footer-links { display: flex; gap: 60px; }
.footer-links .col h4 { font-size: 0.9rem; color: var(--gold); text-transform: uppercase; margin-bottom: 20px; letter-spacing: 1px; }
.footer-links .col a, .footer-links .col p { display: block; color: rgba(255,255,255,0.7); text-decoration: none; font-size: 0.85rem; margin-bottom: 10px; transition: 0.3s; }
.footer-links .col a:hover { color: var(--gold); }

.footer-bottom {
    max-width: 1200px;
    margin: 40px auto 0;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
    text-align: center;
    font-size: 0.75rem;
    color: rgba(255,255,255,0.4);
}

/* Team & Values */
.team {
    padding: 100px 0;
    text-align: center;
}

.team-values {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 60px;
}

.value-item {
    padding: 40px;
    border-bottom: 4px solid var(--gold);
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
}

.value-item h3 {
    font-family: var(--font-playfair);
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: var(--navy);
}

.value-item p {
    color: #666;
    font-size: 0.95rem;
}

@media (max-width: 768px) {
    .mv-grid { grid-template-columns: 1fr; }
    .history-content { flex-direction: column; text-align: center; gap: 40px; }
    .team-values { grid-template-columns: 1fr; }
    .history-image { flex: 0 0 auto; width: 60%; }
}
