Bespoke Yacht Construction

From Vision to
Reality

Custom new builds developed alongside the world's most
distinguished shipyards — guided from the first sketch to delivery.

Our New Build Services

Crafting Yachts From
Concept to Launch

From our Monaco base, we accompany owners through every stage of the new build journey shipyard selection, design dialogue, technical specification, construction supervision and sea trials turning a personal vision into a yacht built without compromise.

SYS — New Build · Super Yacht Solutions
Projects in Pipeline
SYS Luxury Footer /* --- Reset & Core --- */ * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: 'Lato', sans-serif; background-color: #f5f5f5; margin: 0; } :root { --sys-blue: #0b162a; /* Blu profondo "Navy" */ --sys-gold: #c5a47e; /* Oro per i dettagli */ --text-grey: #aab2bd; } /* ================= FOOTER ================= */ .sys-footer { background-color: var(--sys-blue); color: #ffffff; padding: 80px 5% 30px 5%; font-weight: 300; } .footer-container { max-width: 1400px; margin: 0 auto; display: grid; grid-template-columns: 1.5fr 1fr 1fr; /* Brand più largo, poi Links e Contatti */ gap: 60px; padding-bottom: 60px; border-bottom: 1px solid rgba(255,255,255,0.1); } /* COLONNA 1: BRAND & DESCRIZIONE */ .footer-brand { padding-right: 40px; } .footer-logo-text { font-family: 'Playfair Display', serif; font-size: 32px; color: #fff; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 20px; display: inline-block; } .footer-logo-text span { display: block; font-family: 'Lato', sans-serif; font-size: 10px; letter-spacing: 4px; color: var(--sys-gold); margin-top: 5px; text-align: center; } .brand-desc { color: var(--text-grey); font-size: 15px; line-height: 1.8; max-width: 350px; } /* COLONNA 2: NAVIGAZIONE */ .footer-links h4, .footer-contact h4 { font-family: 'Playfair Display', serif; font-size: 20px; color: #fff; margin-bottom: 25px; position: relative; padding-bottom: 10px; } .footer-links h4::after, .footer-contact h4::after { content: ''; position: absolute; left: 0; bottom: 0; width: 30px; height: 1px; background-color: var(--sys-gold); } .footer-links ul { list-style: none; } .footer-links li { margin-bottom: 15px; } .footer-links a { color: var(--text-grey); text-decoration: none; text-transform: uppercase; font-size: 12px; letter-spacing: 1.5px; transition: all 0.3s ease; display: inline-block; } .footer-links a:hover { color: var(--sys-gold); transform: translateX(5px); } /* COLONNA 3: CONTATTI */ .contact-item { margin-bottom: 20px; color: var(--text-grey); font-size: 15px; line-height: 1.6; } .contact-item strong { display: block; color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 5px; } .contact-link { color: #fff; text-decoration: none; font-family: 'Playfair Display', serif; font-size: 18px; transition: color 0.3s; } .contact-link:hover { color: var(--sys-gold); } /* FOOTER BOTTOM */ .footer-bottom { max-width: 1400px; margin: 0 auto; padding-top: 30px; display: flex; justify-content: space-between; align-items: center; font-size: 11px; color: rgba(255,255,255,0.3); text-transform: uppercase; letter-spacing: 1px; } .dotlab-link { color: inherit; text-decoration: none; font-weight: 700; } .dotlab-link:hover { color: #fff; } /* RESPONSIVE */ @media (max-width: 900px) { .footer-container { grid-template-columns: 1fr; gap: 40px; } .brand-desc { max-width: 100%; } .footer-bottom { flex-direction: column; gap: 15px; text-align: center; } }