/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.5;
    color: #111111;
    background-color: #F0F0F0 !important;
    padding-top: 80px;
}

/* Navigation */
.navbar {
    background-color: #ffffff !important;
    padding: 20px 0;
    border-bottom: 1px solid rgba(17, 17, 17, 0.12);
}

.container {
    max-width: 1320px;
    padding-left: 60px;
    padding-right: 60px;
}

.navbar-brand {
    padding: 0;
}

.brand-icon {
    width: 40px;
    height: 40px;
}

.nav-link {
    color: #000000 !important;
    font-weight: 400;
    font-size: 18px;
    padding: 0 32px !important;
}

/* Pointer cursor on nav link hover */
.nav-link:hover {
    cursor: pointer;
}

/* Button Styles */
.btn {
    border-radius: 12px !important; /* All buttons have 12px corner radius */
}
.btn-primary {
    background-color: #845bff;
    border: none;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 20px;
    padding: 10px 24px;
    height: 60px;
    width: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hero Section */
.hero-section {
    padding: 80px 0 0 0;
    position: relative;
}

.hero-content {
    max-width: 100%;
    margin-bottom: 50px;
}

.hero-section h1 {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 1.2;
    color: #111111;
    margin-bottom: 50px;
    max-width: 70%;
}

.hero-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
}

.hero-bottom p {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: #111111;
    max-width: 70%;
    margin: 0;
}

.hero-bottom .btn-primary {
    flex-shrink: 0;
}

.hero-image {
    height: 680px;
    width: 100%;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 67.665%);
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Our Approach Section */
.approach-section {
    padding: 120px 0;
}

.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 50px;
}

.section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
}

.section-title h2 {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
    color: #111111;
    margin-bottom: 0;
    text-align: center;
    margin-right: auto;
}

.section-title p {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    color: #111111;
    margin: 0;
    margin-left: auto;
}

.approach-content {
    display: flex;
    gap: 40px;
    flex: 1;
}

.approach-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.step-badge {
    background: rgba(132, 91, 255, 0.2);
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #111111;
    padding: 0 12px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}

.approach-card h4 {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #111111;
    margin: 0;
}

.approach-card p {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(17, 17, 17, 0.8);
    margin: 0;
}

/* Collections Section */
.collections-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.collection-image {
    width: 100%;
    aspect-ratio: 4/5;
    overflow: hidden;
}

.collection-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.collection-image img:hover {
    transform: scale(1.05);
}

/* Capabilities Section */
.capabilities-section {
    background-color: #1d1d1d;
    padding: 120px 0;
}

.capabilities-section .section-header {
    margin-bottom: 50px;
    justify-content: space-between;
    align-items: center;
}

.capabilities-section h2 {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
    color: #ffffff;
    max-width: 754px;
}

.capabilities-section .section-header p {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    color: #ffffff;
}

.capabilities-grid {
    display: flex;
    gap: 40px;
}

.capability-card {
    flex: 1;
    background-color: #111111;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.capability-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
}

.capability-card h5 {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #ffffff;
    margin: 0;
}

.capability-card p {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

/* Sustainability Section */
.sustainability-section {
    padding: 120px 0;
}

.sustainability-section h2 {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
    color: #111111;
    margin-bottom: 20px;
}

.sustainability-section p {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: rgba(17, 17, 17, 0.8);
    margin-bottom: 40px;
}

.sustainability-image {
    width: 448px;
    height: 635px;
    margin-left: auto;
}

.sustainability-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Team Section */
.team-section {
    background-color: #1d1d1d;
    padding: 120px 0;
}

.team-section .section-header {
    margin-bottom: 50px;
    justify-content: space-between;
    align-items: center;
}

.team-section h2 {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
    color: #ffffff;
    max-width: 754px;
}

.team-section .section-header p {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: #ffffff;
    max-width: 465px;
}

.team-grid {
    display: flex;
    gap: 40px;
}

.team-card {
    flex: 1;
    background-color: #111111;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.team-image {
    width: 100%;
    height: 260px;
}

.team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.team-card h5 {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #ffffff;
    margin: 0;
}

.team-info p {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.team-social {
    display: flex;
    gap: 12px;
}

.team-social a {
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
}

/* Contact Section */
.contact-section {
    padding: 120px 0;
    height: 554px;
    display: flex;
    align-items: flex-start;
}

.contact-info h2 {
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
    color: #111111;
    margin-bottom: 20px;
}

.contact-info > p {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: rgba(17, 17, 17, 0.8);
    margin-bottom: 40px;
}

.contact-details {
    display: flex;
    gap: 12px;
    align-items: center;
}

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

.contact-item i {
    font-size: 24px;
    color: #111111;
}

.contact-item span {
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    color: rgba(17, 17, 17, 0.8);
}

.contact-divider {
    width: 22px;
    height: 1px;
    background-color: rgba(17, 17, 17, 0.12);
    transform: rotate(90deg);
}

/* Contact Form */
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 0; /* use margins for control over last pair */
    flex: 1;
    justify-content: center;
}

.form-row {
    display: flex;
    gap: 20px;
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
    position: relative;
}

.message-group {
    margin-bottom: 40px; /* 40px gap before the submit button */
}

/* Vertical spacing between fields */
.contact-form > .form-row,
.contact-form > .form-group {
    margin-bottom: 20px;
}

/* Ensure last field has 32px gap before button (overrides above) */
.contact-form > .form-group.message-group {
    margin-bottom: 40px;
}

.form-group label {
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: rgba(17, 17, 17, 0.8);
}

.form-group input,
.form-group textarea {
    border: none;
    outline: none;
    background: transparent;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    color: #111111;
    padding: 8px 0;
    resize: none;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
}

.form-underline {
    height: 1px;
    background-color: #111111;
    transition: background-color 0.3s ease;
}

.form-group:focus-within .form-underline {
    background-color: #845bff;
}

/* Removed field-specific tight spacing; global gap is 2px now */

.contact-form .btn-primary {
    width: fit-content;
    font-weight: 500;
    padding: 10px 32px;
}

/* Footer */
.footer {
    background-color: #111111;
    padding: 20px 0;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer p {
    font-family: 'Urbanist', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
    opacity: 0.8;
    margin: 0;
}

.footer-social {
    display: flex;
    gap: 20px;
}

.footer-social a {
    color: #ffffff;
    font-size: 24px;
    text-decoration: none;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .container {
        padding-left: 40px;
        padding-right: 40px;
    }
    
    .section-header {
        flex-direction: column;
        gap: 40px;
    }
    
    .approach-content {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 40px;
    }
    
    .hero-bottom {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }
    
    .approach-content,
    .capabilities-grid,
    .team-grid {
        flex-direction: column;
    }
    
    .section-title h2,
    .capabilities-section h2,
    .team-section h2,
    .sustainability-section h2,
    .contact-info h2 {
        font-size: 36px;
        text-align: left;
    }
    
    .capabilities-section .section-header {
        gap: 16px;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 24px;
    }
    
    .team-section .section-header {
        gap: 16px;
        flex-direction: column;
        align-items: flex-start;
    }
    
    #collections .approach-card {
        padding-bottom: 24px;
    }
    
    .contact-info h2 {
        padding-bottom: 16px;
        margin-bottom: 0 !important;
    }
    
    .form-row {
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .hero-section h1 {
        font-size: 32px;
    }
    
    .section-title h2,
    .capabilities-section h2,
    .team-section h2,
    .sustainability-section h2,
    .contact-info h2 {
        font-size: 28px;
    }
}

/* Capabilities Section */
#capabilities {
    background-color: #1D1D1D;
    padding: 80px 0;
}

#capabilities h2 {
    font-size: 2.25rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 16px;
}

#capabilities .lead {
    font-size: 1rem;
    color: #D1D5DB;
    margin-bottom: 64px;
}

.capability-card {
    padding: 32px 24px;
    text-align: left;
}

.capability-icon {
    width: 48px;
    height: 48px;
    background-color: #7C3AED;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.capability-icon i {
    font-size: 1.25rem;
    color: #ffffff;
}

.capability-card h5 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

.capability-card p {
    font-size: 0.9rem;
    color: #D1D5DB;
    line-height: 1.6;
}

/* Sustainability Section */
#sustainability {
    background-color: #ffffff;
    padding: 80px 0;
}

#sustainability h2 {
    font-size: 2.25rem;
    font-weight: 600;
    color: #000000;
    margin-bottom: 24px;
}

#sustainability p {
    font-size: 1rem;
    color: #666666;
    line-height: 1.6;
    margin-bottom: 32px;
}

.sustainability-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    max-width: 500px;
}

.sustainability-img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 8px;
}

/* Team Section */
#team {
    background-color: #1D1D1D;
    padding: 80px 0;
}

#team h2 {
    font-size: 2.25rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 16px;
}

#team .lead {
    font-size: 1rem;
    color: #D1D5DB;
    margin-bottom: 64px;
}

.team-card {
    padding: 32px 24px;
    text-align: left; /* Left-align names and bios */
}

.team-img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 auto 24px auto;
    display: block;
}

.team-card h5 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 8px;
}

.team-card .text-primary {
    font-size: 0.8rem;
    color: #7C3AED !important;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
}

.team-card .small {
    font-size: 0.85rem;
    color: #D1D5DB;
    line-height: 1.6;
    margin-bottom: 20px;
}

.social-links a {
    color: #D1D5DB;
    font-size: 1rem;
    margin: 0 8px;
    text-decoration: none;
}

/* Contact Section */
#contact {
    background-color: #F8F9FA;
    padding: 80px 0;
}

#contact h2 {
    font-size: 2.25rem;
    font-weight: 600;
    color: #000000;
    margin-bottom: 24px;
}

#contact p {
    font-size: 1rem;
    color: #666666;
    margin-bottom: 32px;
}

.contact-info {
    margin-bottom: 32px;
}

.contact-info .d-flex {
    margin-bottom: 12px;
}

.contact-info i {
    color: #7C3AED;
    width: 20px;
}

.contact-info span {
    font-size: 0.95rem;
    color: #000000;
}

.contact-form .form-control {
    border: 1px solid #D1D5DB;
    border-radius: 6px;
    padding: 12px 16px;
    font-size: 0.95rem;
    background-color: #ffffff;
}

.contact-form .form-control:focus {
    border-color: #7C3AED;
    box-shadow: 0 0 0 2px rgba(124, 58, 237, 0.1);
}

.contact-form .btn-primary {
    width: 100%;
    padding: 14px;
    font-size: 0.95rem;
    font-weight: 500;
}

/* Footer */
footer {
    background-color: #1D1D1D;
    padding: 24px 0;
}

footer p {
    color: #D1D5DB;
    font-size: 0.9rem;
    margin: 0;
}

footer .social-links a {
    color: #D1D5DB;
    font-size: 1.1rem;
    margin-left: 16px;
    text-decoration: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    body {
        padding-top: 60px;
        padding-bottom: 20px;
    }
    
    /* Mobile Navbar - Complete Reset and Rebuild */
    .navbar {
        padding: 10px 0 !important;
        min-height: 60px;
    }
    
    .navbar .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    /* Logo Sizing */
    .brand-icon {
        width: 32px !important;
        height: 32px !important;
    }
    
    .brand-icon svg {
        width: 32px !important;
        height: 32px !important;
    }
    
    /* Hamburger Menu Button */
    .navbar-toggler {
        display: inline-block !important;
        width: 40px;
        height: 40px;
        padding: 8px;
        border: 2px solid #000000 !important;
        border-radius: 4px;
        background-color: transparent !important;
        cursor: pointer;
        position: relative;
        order: 3;
    }
    
    .navbar-toggler:focus,
    .navbar-toggler:active {
        outline: none !important;
        box-shadow: none !important;
        border-color: #845bff !important;
    }
    
    .navbar-toggler-icon {
        width: 22px !important;
        height: 18px !important;
        display: block !important;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: 100% !important;
    }
    
    /* Mobile Menu Dropdown */
    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #ffffff;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        z-index: 1000;
        margin-top: 0;
    }
    
    .navbar-collapse.show {
        display: block !important;
    }
    
    .navbar-collapse.collapsing {
        transition: height 0.35s ease;
    }
    
    .navbar-nav {
        flex-direction: column !important;
        padding: 20px 60px;
        width: 100%;
    }
    
    .nav-item {
        width: 100%;
        margin: 0;
    }
    
    .nav-link {
        padding: 16px 0 !important;
        font-size: 16px !important;
        color: #000000 !important;
        text-align: left !important;
        border-bottom: 1px solid rgba(17, 17, 17, 0.1);
        display: block;
    }
    
    .nav-item:last-child .nav-link {
        border-bottom: none;
    }
    
    .nav-link:hover {
        color: #845bff !important;
    }
    
    .sustainability-section .col-lg-6:first-child {
        padding-bottom: 40px;
    }
    
    .hero-section h1 {
        font-size: 2.5rem;
        max-width: 100%;
    }
    
    .hero-bottom p {
        max-width: 100%;
    }
    
    .section-title {
        flex-direction: column;
        align-items: flex-start !important;
        text-align: left;
    }
    
    .section-title h2,
    .section-title p {
        width: 100%;
        margin: 0;
    }
    
    .approach-section,
    .capabilities-section,
    .sustainability-section,
    .team-section,
    .contact-section {
        padding: 40px 0;
    }
    
    .contact-section {
        height: auto;
        min-height: auto;
        margin-bottom: 0;
        padding-bottom: 20px;
    }
    
    footer {
        position: relative;
        z-index: 10;
        margin-top: 0;
    }
    
    footer p {
        font-size: 16px !important;
    }
    
    .approach-content {
        flex-direction: column;
    }
    
    .approach-card {
        width: 100%;
        padding: 0;
    }
    
    .sustainability-grid {
        grid-template-columns: repeat(2, 1fr);
        max-width: 350px;
    }
    
    #approach h2,
    #capabilities h2,
    #sustainability h2,
    #team h2,
    #contact h2 {
        font-size: 1.875rem;
    }
}

@media (max-width: 576px) {
    .hero-section h1 {
        font-size: 2rem;
        max-width: 100%;
    }
    
    .hero-bottom p {
        max-width: 100%;
    }
    
    .sustainability-grid {
        grid-template-columns: 1fr;
        max-width: 250px;
    }
    
    .capability-card,
    .team-card {
        padding: 24px 20px;
    }
    
    .approach-card {
        padding: 0;
    }
}
