/* Premium About Us Styling - Masterpiece Edition */
:root {
    --gold: #d1a842;
    --dark-bg: #ffffff;
    --darker-bg: #f8f9fa;
    --card-bg: rgba(255, 255, 255, 0.95);
    --border-light: rgba(209, 168, 66, 0.3);
}

.story-section {
    padding: 40px 0;
    background-color: var(--dark-bg);
    position: relative;
    overflow: hidden;
}
.dot-pattern-svg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    pointer-events: none;
    z-index: 0;
    opacity: 0.5;
}
.story-section .container {
    position: relative;
    z-index: 1;
}

.story-subtitle {
    color: var(--gold);
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 20px;
    display: inline-block;
    letter-spacing: 3px;
    text-transform: uppercase;
    background: rgba(209, 168, 66, 0.1);
    padding: 8px 16px;
    border-radius: 50px;
    border: 1px solid var(--border-light);
}

.glass-hero-card {
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid var(--border-light);
    border-radius: 24px;
    padding: 50px 45px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.06), inset 0 1px 0 rgba(255,255,255,0.5);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    position: relative;
    z-index: 2;
}

.story-title {
    font-family: 'Outfit', sans-serif;
    font-size: 3.2rem;
    font-weight: 300;
    line-height: 1.15;
    color: #111111;
    margin-bottom: 25px;
    letter-spacing: -1px;
}
.story-title strong {
    font-weight: 800;
    color: #000000;
}
.story-text {
    font-size: 1.1rem;
    color: #444444;
    line-height: 1.8;
    margin-bottom: 25px;
}
.story-text strong {
    color: #111111;
}
.glass-hero-card ul li {
    color: #444444;
    font-size: 1.05rem;
    padding: 4px 0;
}
.glass-hero-card ul li strong {
    color: #111111;
}

.story-image-wrapper {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
    border: 1px solid rgba(0,0,0,0.05);
}
.story-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
.story-image-wrapper:hover img {
    transform: scale(1.05);
}

.stats-container {
    background: rgba(255,255,255,0.9);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 35px;
    margin-top: 40px;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
.stat-box h3 {
    font-family: 'Outfit', sans-serif;
    color: var(--gold);
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 5px;
    text-shadow: 0 2px 10px rgba(209,168,66,0.1);
}
.stat-box p {
    font-weight: 600;
    color: #555555;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.85rem;
}

/* Values Section */
.values-section {
    padding: 100px 0;
    background-color: var(--darker-bg);
    position: relative;
}
.luxury-value-card {
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.03);
    border-radius: 24px;
    padding: 45px 35px;
    height: 100%;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
}
.luxury-value-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
}
.luxury-value-card:hover {
    transform: translateY(-12px);
    background: #ffffff;
    border-color: var(--border-light);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08), 0 0 30px rgba(209, 168, 66, 0.1);
}
.luxury-value-card:hover::before {
    opacity: 1;
}
.luxury-value-icon {
    width: 80px;
    height: 80px;
    background: rgba(209,168,66,0.1);
    color: var(--gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    margin: 0 auto 30px;
    transition: all 0.4s ease;
}
.luxury-value-card:hover .luxury-value-icon {
    background: var(--gold);
    color: #fff;
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 10px 20px rgba(209,168,66,0.3);
}
.luxury-value-card h4 {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
    color: #111;
    font-size: 1.4rem;
}
.luxury-value-card p {
    color: #555;
    font-size: 1rem;
    line-height: 1.7;
    margin: 0;
}

/* Mission & Vision Section */
.mission-vision-section {
    background-color: var(--dark-bg);
    padding: 100px 0;
    position: relative;
    border-top: 1px solid rgba(0,0,0,0.03);
    border-bottom: 1px solid rgba(0,0,0,0.03);
}
.mv-block {
    padding: 50px;
    background-color: #ffffff;
    background-image: radial-gradient(#cbd5e1 1.5px, transparent 1.5px);
    background-size: 24px 24px;
    background-position: 0 0;
    border: 1px solid #ef4444; /* Thin red border */
    border-radius: 0; /* Remove rounded corners for sharp blueprint look */
    height: 100%;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
    position: relative;
}
.mv-block::before {
    content: '';
    position: absolute;
    top: -4px; left: -4px; right: -4px; bottom: -4px;
    pointer-events: none;
    background: 
        linear-gradient(#ef4444, #ef4444) top left / 8px 8px no-repeat,
        linear-gradient(#ef4444, #ef4444) top right / 8px 8px no-repeat,
        linear-gradient(#ef4444, #ef4444) bottom left / 8px 8px no-repeat,
        linear-gradient(#ef4444, #ef4444) bottom right / 8px 8px no-repeat;
    z-index: 10;
}
.mv-block:hover {
    box-shadow: 0 20px 40px rgba(239, 68, 68, 0.15); /* Red shadow on hover */
    transform: translateY(-5px);
}
.mv-block h3 {
    color: #111;
    font-size: 2.2rem;
    font-family: 'Outfit', sans-serif;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.mv-block h3::before {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: var(--gold);
}
.mv-block p {
    color: #555;
    font-size: 1.15rem;
    line-height: 1.9;
}

.blueprint-inline-highlight {
    background-color: #ffffff;
    background-image: radial-gradient(#cbd5e1 1.5px, transparent 1.5px);
    background-size: 16px 16px;
    background-position: 0 0;
    border: 1px solid #ef4444;
    padding: 0px 12px;
    position: relative;
    display: inline-block;
    vertical-align: text-bottom;
}
.blueprint-inline-highlight::before {
    content: '';
    position: absolute;
    top: -3px; left: -3px; right: -3px; bottom: -3px;
    pointer-events: none;
    background: 
        linear-gradient(#ef4444, #ef4444) top left / 6px 6px no-repeat,
        linear-gradient(#ef4444, #ef4444) top right / 6px 6px no-repeat,
        linear-gradient(#ef4444, #ef4444) bottom left / 6px 6px no-repeat,
        linear-gradient(#ef4444, #ef4444) bottom right / 6px 6px no-repeat;
    z-index: 10;
}

.premium-cta {
    padding: 60px 0;
    background: linear-gradient(135deg, #1a1a1a 0%, #333 100%);
    position: relative;
    overflow: hidden;
}
.premium-cta::before {
    content: '';
    position: absolute;
    top: -50%; left: -50%;
    width: 200%; height: 200%;
    background: radial-gradient(circle, rgba(209, 168, 66, 0.15) 0%, transparent 60%);
}
.premium-cta .container {
    position: relative;
    z-index: 1;
    text-align: center;
}
.premium-cta h2 {
    font-family: 'Outfit', sans-serif;
    color: #fff;
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 20px;
}
.premium-cta p {
    color: #ccc;
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 auto 40px;
}
.btn-premium {
    background: #d1a842;
    color: #fff;
    padding: 15px 45px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    box-shadow: 0 10px 20px rgba(209, 168, 66, 0.3);
}
.btn-premium:hover {
    background: #b5852a;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 15px 25px rgba(209, 168, 66, 0.4);
}


/* Modern About Hero */
.about-hero-modern {
    position: relative;
    padding: 150px 0 120px;
    background: linear-gradient(135deg, #111111 0%, #1a1a1a 100%);
    overflow: hidden;
}
.about-hero-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-image: radial-gradient(circle at center, rgba(209, 168, 66, 0.15) 0%, transparent 60%);
    z-index: 1;
}
.hero-badge {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(209, 168, 66, 0.1);
    border: 1px solid rgba(209, 168, 66, 0.3);
    border-radius: 50px;
    color: var(--gold);
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
}
.about-hero-title {
    font-family: 'Outfit', sans-serif;
    font-size: 4.5rem;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.1;
    margin-bottom: 20px;
    letter-spacing: -2px;
    position: relative;
    z-index: 2;
}
.text-gold {
    color: var(--gold);
    font-weight: 800;
}
.about-hero-desc {
    font-size: 1.25rem;
    color: #a1a1aa;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.8;
    position: relative;
    z-index: 2;
}

@media (max-width: 768px) {
    .about-hero-modern { padding: 100px 0 80px; }
    .about-hero-title { font-size: 3rem; }
    .story-title {
        font-size: 2.2rem;
    }
    .stat-box h3 {
        font-size: 2rem;
    }
    .premium-cta h2 {
        font-size: 2.2rem;
    }
    .story-section {
        padding: 50px 0;
    }
    .luxury-value-card {
        padding: 30px 20px;
    }
}

/* Portfolio Section (Light Premium) */
.portfolio-section-light {
    padding: 100px 0;
    background-color: var(--darker-bg);
    position: relative;
    border-top: 1px solid rgba(0,0,0,0.03);
}
.gold-badge {
    background: rgba(209, 168, 66, 0.1) !important;
    border: 1px solid rgba(209, 168, 66, 0.3) !important;
    color: var(--gold) !important;
}
.portfolio-card-light {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 40px 30px;
    height: 100%;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
}
.portfolio-card-light::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 3px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
}
.portfolio-card-light:hover {
    transform: translateY(-10px);
    background: #ffffff;
    border-color: rgba(209, 168, 66, 0.3);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08), 0 0 40px rgba(209, 168, 66, 0.05);
}
.portfolio-card-light:hover::before {
    opacity: 1;
}
.brand-logo-wrapper {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.4s ease;
}
.brand-logo-img {
    max-height: 100%;
    max-width: 140px;
    object-fit: contain;
    filter: grayscale(100%) opacity(0.6);
    transition: all 0.4s ease;
}
.portfolio-card-light:hover .brand-logo-img {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.05);
}
.portfolio-brand {
    font-family: 'Outfit', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 12px;
    letter-spacing: 1px;
}
.portfolio-desc {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Infinite Slider Marquee */
.portfolio-slider-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 20px 0;
}
/* Optional: Adding faded edges to the slider */
.portfolio-slider-wrapper::before,
.portfolio-slider-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    width: 150px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}
.portfolio-slider-wrapper::before {
    left: 0;
    background: linear-gradient(to right, var(--darker-bg) 0%, transparent 100%);
}
.portfolio-slider-wrapper::after {
    right: 0;
    background: linear-gradient(to left, var(--darker-bg) 0%, transparent 100%);
}

.portfolio-slider-track {
    display: flex;
    width: max-content;
    gap: 30px;
    animation: portfolioMarquee 35s linear infinite;
}
.portfolio-slider-track:hover {
    animation-play-state: paused;
}
.portfolio-slider-item {
    width: 320px;
    flex-shrink: 0;
}

@keyframes portfolioMarquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-50% - 15px)); } /* -50% shifts 7 cards + half of the gap between set 1 and 2 (30px/2) */
}

/* Luxury Heading Styles */
.luxury-heading-wrapper {
    margin-bottom: 50px;
}
.luxury-subtitle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}
.luxury-subtitle .line {
    height: 1px;
    width: 60px;
    background: var(--gold);
    opacity: 0.5;
}
.luxury-subtitle .text {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 0.85rem;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: var(--gold);
}
.luxury-title {
    font-family: 'Outfit', sans-serif;
    font-size: 3.5rem;
    font-weight: 300;
    color: #111;
    margin-bottom: 20px;
    letter-spacing: -1px;
}
.luxury-title .gold-text {
    color: var(--gold);
    font-weight: 700;
}
.luxury-desc {
    font-family: 'Inter', sans-serif;
    font-size: 1.15rem;
    color: #666;
    max-width: 650px;
    line-height: 1.8;
    font-weight: 300;
}
