6CARBONIFY

Advanced Composites & CNC

Motorsport
Haute Performance.

Carbonify sits at the intersection of multidisciplinary engineering and luxury two-wheel mobility. Based in London, we collaborate with Ducati to engineer the extraordinary—applying our expertise across advanced composites, metallurgy, and saddlery to create bespoke one-offs and track-ready production runs.

<!DOCTYPE html>
<html lang="en">
<head>
<style>
    /* SECTION 3: COLLABORATION SPOTLIGHT & FOOTER */
    
    :root {
        --carbon-dark: #080808;
        --accent-red: #c41230;
        --text-white: #ffffff;
    }

    .footer-container {
        width: 100%;
        background-color: var(--carbon-dark);
        padding: 80px 20px 60px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        border-top: 1px solid #1a1a1a;
        box-sizing: border-box; /* Ensures padding doesn't break width */
    }

    /* --- 1. FEATURED PROJECT SECTION --- */
    .project-label {
        color: #666;
        font-size: 0.7rem;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        margin-bottom: 15px;
        border: 1px solid #333;
        padding: 5px 10px;
        border-radius: 4px;
        display: inline-block;
    }

    .collab-headline {
        font-size: clamp(1.5rem, 5vw, 2.5rem); /* Slightly larger on mobile */
        margin: 0 0 15px 0;
        line-height: 1.2;
        max-width: 800px;
        width: 100%;
    }

    /* LINK STYLING - FIXED FOR MOBILE */
    .collab-link {
        text-decoration: none;
        color: white; 
        font-weight: 300;
        transition: all 0.3s ease;
        border-bottom: 1px solid transparent;
        padding-bottom: 2px;
        /* Fixes jagged wrapping on mobile */
        display: inline; 
        box-decoration-break: clone;
        -webkit-box-decoration-break: clone;
    }

    .collab-link span {
        font-weight: 700; 
        color: var(--accent-red);
        white-space: nowrap; /* Keeps the 'x' attached if possible */
    }

    .collab-link:hover {
        color: #ddd;
        border-bottom: 1px solid var(--accent-red);
    }

    .collab-sub {
        color: var(--accent-red);
        font-size: 1rem;
        letter-spacing: 0.05em;
        font-weight: 500;
        margin-bottom: 50px;
        text-transform: uppercase;
    }

    /* --- 2. SOCIAL BUTTONS --- */
    .social-wrapper {
        display: flex;
        gap: 20px;
        margin-bottom: 80px;
        justify-content: center; /* Centers buttons on desktop */
    }

    .social-btn {
        text-decoration: none;
        color: #fff;
        border: 1px solid #444;
        padding: 14px 30px;
        font-size: 0.8rem;
        letter-spacing: 0.15em;
        text-transform: uppercase;
        transition: all 0.3s ease;
        background: transparent;
        min-width: 160px;
        cursor: pointer;
        display: inline-block; /* Ensures text align works */
        text-align: center;
    }

    .social-btn:hover {
        background-color: #fff;
        color: #000;
        border-color: #fff;
    }

    /* --- 3. FOOTER SIGN-OFF --- */
    .footer-signoff {
        border-top: 1px solid #222;
        width: 100%;
        max-width: 600px;
        padding-top: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .atomic-footer {
        font-size: 3rem;
        font-weight: 700;
        color: #151515; 
        margin-bottom: 10px;
        font-family: 'Arial Black', sans-serif;
        user-select: none;
    }

    .copyright {
        color: #444;
        font-size: 0.6rem;
        letter-spacing: 0.1em;
        text-transform: uppercase;
    }

    /* --- MOBILE FIXES --- */
    @media (max-width: 768px) {
        .collab-headline {
            font-size: 1.4rem; /* Consistent size on phone */
            padding: 0 10px;
        }

        .social-wrapper {
            flex-direction: column;
            gap: 15px;
            width: 100%;
            max-width: 280px; /* Restrict width so they don't hit edges */
            margin-left: auto;
            margin-right: auto;
        }

        .social-btn { 
            width: 100%; 
            box-sizing: border-box; /* Prevents padding from breaking width */
            display: block; /* Stacks perfectly */
        }
    }

</style>
</head>
<body>

<div class="footer-container">

    <!-- FEATURED PROJECT -->
    <div class="project-label">Featured Collaboration</div>
    
    <h3 class="collab-headline">
        <!-- LINK TO EL LOBO PROJECT PAGE -->
        <a href="/projects/el-lobo" class="collab-link">
            Carbonify <span>x</span> El Lobo Cycles
        </a>
    </h3>
    
    <div class="collab-sub">
        Bespoke Carbon Fiber Tank
    </div>

    <!-- SOCIAL LINKS -->
    <div class="social-wrapper">
        
        <!-- INSTAGRAM -->
        <a href="https://instagram.com/YOUR_USERNAME_HERE" target="_blank" class="social-btn">
            Instagram
        </a>

        <!-- CONTACT -->
        <a href="/contact" class="social-btn">
            Contact Us
        </a>
        
    </div>


    <!-- FINAL FOOTER BRANDING -->
    <div class="footer-signoff">
        <div class="atomic-footer">06</div>
        <div class="copyright">
            © 2025 Carbonify London. All Rights Reserved.
        </div>
    </div>

</div>

</body>
</html>

Our Carbon Fiber Tank in collaboration with El Lobo Cycles