/* ==============================================================
   Global Styling & Design System
   ============================================================== */
:root {
    --ast-global-color-4: #161925; /* Midnight blue/charcoal */
    --ast-global-color-2: #ffffff; /* Pure white */
    --navy-bg: #161925; /* Same background continuous */
    --accent-orange-1: #f99305;
    --accent-orange-2: #fb9c04;
    --border-dark: #333;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: var(--ast-global-color-4);
    color: #ffffff;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

/* Header Nav Logo */
header { display: flex; align-items: center; justify-content: space-between; padding: 15px 40px; border-bottom: 1px solid var(--border-dark); background-color: #0b0c12; position: relative; z-index: 1000; }
.logo-group { display: flex; align-items: center; gap: 15px; }
.logo-group h1 { margin: 0; }
.nav-logo { height: 90px; width: auto; object-fit: contain; transition: height 0.3s ease; }

nav {
    margin-left: auto;
    margin-right: 40px;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 30px;
    align-items: center;
}
nav a {
    text-decoration: none;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 1.05rem;
    transition: color 0.3s ease;
}
nav a:hover, nav a.active-link {
    color: var(--accent-orange-1);
}

/* Typography */
h1, h2, h3 {
    font-family: 'Inknut Antiqua', serif;
    color: var(--accent-orange-1);
    font-weight: bold;
    margin-bottom: 15px;
}

.team-name {
    font-family: 'Inknut Antiqua', serif;
    font-weight: 700;
    font-size: 1.2rem;
    color: #333; /* Dark text for light cards */
}

.signature {
    font-family: 'Arizonia', cursive;
    font-size: 38px;
    margin-top: 20px;
    color: #ffffff;
}

/* Utilities */
.text-white { color: #ffffff !important; }

/* Buttons */
.btn, button, input[type="submit"] {
    border: 1px solid var(--border-dark);
    border-radius: 6px;
    background-color: var(--accent-orange-1);
    color: #fff;
    font-family: 'Inter', sans-serif;
    padding: 12px 24px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;
    transition: background-color 0.3s ease;
    box-shadow: 0 4px 15px rgba(249, 147, 5, 0.3);
    transition: all 0.3s ease;
}

.btn:hover, button:hover, input[type="submit"]:hover {
    background-color: var(--accent-orange-2);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(249, 147, 5, 0.5);
}

/* Common Layout Elements */
.dark-bg { background-color: transparent; color: #fff; }
.navy-bg { background-color: transparent; color: #fff; }
.light-bg { background-color: var(--ast-global-color-2); color: #333; border-radius: 0px; }
.light-bg h1, .light-bg h2, .light-bg h3 { color: #333; }

/* Alternating Background Colors */
.bg-alt {
    background-color: #0b0c12; /* Slightly darker shade of black/navy */
}

/* Column Splits */
.split-60-40, .split-40-60, .split-40-45, .split-50-50, .split-62-38, .staggered-blocks, .impact-split { 
    display: flex; 
    gap: 30px; 
    padding: 60px 20px;
    box-sizing: border-box;
}
.split-60-40 .left-col { flex: 0 0 60%; }
.split-60-40 .right-col { flex: 0 0 40%; }

.split-40-60 .left-col { flex: 0 0 40%; }
.split-40-60 .right-col { flex: 0 0 60%; }

.split-40-45 { justify-content: space-between; }
.split-40-45 .left-col { flex: 0 0 40%; }
.split-40-45 .right-col { flex: 0 0 45%; }

.split-50-50 .left-col, .split-50-50 .right-col { flex: 1; min-width: 0; }

.split-62-38 .left-col { flex: 0 0 62%; }
.split-62-38 .right-col { flex: 0 0 38%; display: flex; flex-direction: column; gap: 20px; }

/* Section 1 */
.hero-section { padding: 100px 20px 120px; align-items: center; }
.hero-section h1 { font-size: 3.5rem; margin-bottom: 20px; text-shadow: 0 4px 15px rgba(0,0,0,0.5); }
.hero-section p { font-size: 1.15rem; line-height: 1.8; color: #e0e0e0; margin-bottom: 30px; }
.hero-section .btn { padding: 14px 30px; font-size: 1.1rem; }
.overlapping-images { position: relative; width: 100%; }
.overlapping-images .img-1 { width: 350px; height: 414px; object-fit: cover; float: right; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.6); }
.overlapping-images .img-2 { width: 350px; height: 414px; object-fit: cover; float: left; margin-top: -60%; position: relative; z-index: 1; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.6); }

/* Section 2 */
.padded-section { padding: 100px 20px; }

/* Section 3 */
.visual-offset { margin-top: 50px; }
.size-550x400 { width: 550px; height: 400px; object-fit: cover; border-radius: 12px; box-shadow: 0 8px 24px rgba(0,0,0,0.4); }
.size-550x500 { width: 550px; height: 500px; object-fit: cover; border-radius: 12px; box-shadow: 0 8px 24px rgba(0,0,0,0.4); }
.align-left { float: left; margin-right: 20px; margin-bottom: 20px; border-radius: 12px; box-shadow: 0 8px 24px rgba(0,0,0,0.4); }

/* Section 4 */
.size-480x500 { width: 480px; height: 500px; object-fit: cover; border-radius: 12px; box-shadow: 0 8px 24px rgba(0,0,0,0.4); }

/* Section 5 */
.team-layout { display: flex; gap: 30px; padding: 60px 20px; }
.team-layout > .left-col { flex: 0 0 25%; }
.team-layout > .right-col { flex: 1; display: flex; gap: 20px; }
.team-card { padding: 28px; flex: 1; border-radius: 0; display: flex; flex-direction: column; justify-content: space-between; }
.card-meta { margin-top: 20px; }
.card-meta img { width: 100%; height: auto; aspect-ratio: 3/4; object-fit: cover; margin-bottom: 15px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.3); }
.team-title { display: block; color: #555; margin-top: 5px; font-family: 'Inter', sans-serif; }

/* Section 6 */
.gallery-strip { display: flex; overflow-x: hidden; padding: 0; margin: 60px 0; }
.gallery-strip img { height: 250px; object-fit: cover; flex: 1; min-width: 0; display: block; }

/* Section 7 */
.gap-90 { gap: 90px; }
.size-555x520 { width: 555px; height: 520px; object-fit: contain; }

/* Section 8 */
.cards-container { display: flex; gap: 40px; justify-content: center; padding: 20px; }
.vision-mission-card { padding: 35px; flex: 1; max-width: 500px; }

/* Section 9 */
.impact-section { border-bottom: 2px solid #ccc; padding: 60px 20px; }
.impact-split .left-col { flex: 0 0 50%; }
.impact-split .right-col { flex: 1; }
.full-width-cover { width: 100%; object-fit: cover; height: 100%; border-radius: 12px; box-shadow: 0 8px 24px rgba(0,0,0,0.4); }

/* Section 10 */
.size-453x480 { width: 453px; height: 480px; object-fit: cover; align-self: flex-end; }

/* Section 11 */
.grid-gallery-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
}
.grid-gallery-6 img { width: 100%; aspect-ratio: 1; object-fit: cover; display: block; transition: box-shadow 0.3s; }
.grid-gallery-6 img:hover { box-shadow: inset 0 0 20px rgba(0,0,0,0.8); }

.grid-gallery-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}
.grid-gallery-4 img { width: 100%; aspect-ratio: 1; object-fit: cover; display: block; transition: box-shadow 0.3s; }
.grid-gallery-4 img:hover { box-shadow: inset 0 0 20px rgba(0,0,0,0.8); }

/* CTA Section */
.cta-section {
    background: url('cta-papaya.jpg') center/cover no-repeat;
    position: relative;
    text-align: center;
    padding: 100px 20px;
}
.cta-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.7);
    z-index: 1;
}
.cta-section * {
    position: relative;
    z-index: 2;
}

/* Blog Grid & Cards */
.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-top: 40px;
}
.blog-card {
    background-color: var(--ast-global-color-4);
    border: 1px solid var(--border-dark);
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
}
.blog-card:hover {
    transform: translateY(-5px);
}
.blog-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.blog-card-content {
    padding: 25px;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.blog-card-content h3 { margin-top: 0; font-size: 1.25rem; margin-bottom: 10px; }
.blog-card-content p.date { color: #aaa; font-size: 0.9rem; margin-top: 0; margin-bottom: 15px; }
.blog-card-content p.excerpt { color: #ddd; font-size: 0.95rem; margin-bottom: 20px; flex: 1; }

/* Section 12 (Offerings staggered blocks) */
.staggered-blocks .left-col, .staggered-blocks .right-col { display: flex; flex-direction: column; gap: 60px; }
.staggered-blocks .right-col { margin-top: 80px; }
.service-block h2 { margin-top: 15px; }
.service-block img { width: 100%; object-fit: cover; height: 350px; border-radius: 12px; box-shadow: 0 8px 24px rgba(0,0,0,0.4); }
.size-550x300 { width: 550px !important; height: 300px !important; }
.size-550x500 { width: 550px !important; height: 500px !important; }

/* Contact & Footer Overrides */
.gap-120 { gap: 120px; }
.icon-list { list-style: none; padding: 0; }
.icon-list li { margin-bottom: 10px; color: var(--accent-orange-2); }
.social-icons { display: flex; gap: 15px; margin-top: 10px; }
.social-icons a { color: var(--accent-orange-1); text-decoration: none; font-weight: bold; }

/* Modern Contact Form */
.modern-form { background: #161925; padding: 40px; border-radius: 12px; border: 1px solid #333; box-shadow: 0 8px 32px rgba(0,0,0,0.5); box-sizing: border-box; width: 100%; }
.modern-form .form-group { margin-bottom: 20px; }
.modern-form label { display: block; font-weight: 600; margin-bottom: 8px; color: #ccc; }
.modern-form input, .modern-form textarea { width: 100%; padding: 14px; background: #0b0c12; border: 1px solid #333; color: #fff; border-radius: 6px; box-sizing: border-box; font-family: 'Inter', sans-serif; transition: border-color 0.3s; }
.modern-form input:focus, .modern-form textarea:focus { border-color: var(--accent-orange-1); outline: none; }
.modern-form .btn { width: 100%; margin-top: 10px; }

.footer-cols {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    padding: 80px 40px 40px;
    background-color: var(--ast-global-color-4);
    border-top: 1px solid var(--border-dark);
    color: #ddd;
    font-size: 0.95rem;
}
.footer-cols .col-1 img {
    height: 85px;
    width: auto;
    margin-bottom: 20px;
}
.footer-cols h3 {
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
}
.footer-cols h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: var(--accent-orange-1);
}
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 12px; transition: transform 0.3s ease; }
.footer-links a, .footer-links li { color: #aaa; text-decoration: none; transition: color 0.3s ease; }
.footer-links li:hover { transform: translateX(5px); color: var(--accent-orange-1); }
.footer-links a:hover { color: var(--accent-orange-1); }
.footer-contact p { color: #aaa; margin-bottom: 15px; line-height: 1.6; }
.footer-contact strong { color: #ffffff; font-weight: 600; display: inline-block; margin-bottom: 5px; }
.footer-bottom {
    grid-column: 1 / -1;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 30px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #888;
    font-size: 0.85rem;
}
.footer-bottom p { margin: 5px 0; }

/* Mobile Menu Toggle */
.mobile-menu-toggle { display: none; background: none; border: none; color: var(--accent-orange-1); font-size: 2.2rem; cursor: pointer; padding: 0; }

/* Page Headers */
.page-header {
    padding: 120px 20px;
    text-align: center;
    background-size: cover;
    background-position: center;
    position: relative;
    color: #fff;
}
.page-header::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 1;
}
.page-header * { position: relative; z-index: 2; }
.page-header h1 { font-size: 3rem; margin: 0; text-shadow: 0 4px 15px rgba(0,0,0,0.5); color: #fff; }

.bg-about { background-image: url('images/WhatsApp-Image-2026-04-04-at-22.15.05.jpeg'); }
.bg-offerings { background-image: url('images/WhatsApp-Image-2026-04-05-at-10.58.08.jpeg'); }
.bg-blog { background-image: url('images/WhatsApp-Image-2026-04-05-at-10.58.11.jpeg'); }
.bg-contact { background-image: url('images/WhatsApp-Image-2026-04-04-at-22.15.09-1.jpeg'); }

/* Mobile Responsiveness */
@media (max-width: 768px) {
    /* Navigation */
    header { flex-direction: row; flex-wrap: wrap; padding: 15px 20px; align-items: center; }
    header > .btn { display: none; }
    .mobile-menu-toggle { display: block; }
    nav { margin: 0; width: 100%; display: none; }
    nav.active { display: block; background-color: #0b0c12; padding-bottom: 15px; border-radius: 0 0 8px 8px; width: 100%; }
    nav ul { justify-content: center; flex-direction: column; gap: 20px; padding: 20px 0 10px; }
    
    /* Layout Grids & Spacing */
    .split-60-40, .split-40-60, .split-40-45, .split-50-50, .split-62-38, .staggered-blocks, .impact-split, .team-layout {
        flex-direction: column;
        padding: 40px 20px;
        gap: 40px;
    }
    .hero-section { padding: 60px 20px; text-align: center; }
    .hero-section h1 { font-size: 2.5rem; }
    .page-header { padding: 80px 20px; }
    .page-header h1 { font-size: 2.2rem; }
    
    /* Images */
    .overlapping-images .img-1, .overlapping-images .img-2 {
        width: 100%; float: none; margin: 0 0 20px 0; height: auto;
    }
    .size-550x400, .size-550x500, .size-480x500, .size-555x520, .size-453x480, .full-width-cover, .service-block img {
        width: 100% !important; height: auto !important; float: none; margin-right: 0;
    }
    .align-left { margin: 0 auto 20px; display: block; }
    
    /* Galleries */
    .grid-gallery-4, .grid-gallery-6 { grid-template-columns: repeat(2, 1fr); }
    
    /* Components */
    .cards-container { flex-direction: column; }
    .staggered-blocks .right-col { margin-top: 0; }
    .staggered-blocks .left-col, .staggered-blocks .right-col { gap: 40px; }
    .blog-grid { grid-template-columns: 1fr; }
    
    /* Footer */
    .footer-cols { padding: 40px 20px; gap: 30px; text-align: center; }
    .footer-cols h3::after { left: 50%; transform: translateX(-50%); }
    .footer-bottom { flex-direction: column; text-align: center; gap: 10px; }
    .social-icons { justify-content: center; }
}