Wave Floating Leaf Chandelier
/* ===== WAVE FLOATING LEAF COLOR SYSTEM ===== Amber deep : #8a4a0e (richest amber glass) Amber warm : #c08030 (mid amber glow) Amber honey : #e0a848 (highlight amber) Steel dark : #4a5058 (stainless shadow) Steel mid : #8090a0 (brushed metal) Steel light : #c0c8d0 (steel highlight) Champagne bg : #faf4e8 (card surface, warm champagne) Warm paper : #fcf8f0 (lighter surface) Amber border : #e8d4a8 (divider) Deep coffee : #3a2810 (body text) Warm muted : #8a6838 (secondary text) ============================================= */ * { box-sizing: border-box; margin: 0; padding: 0; } body { background: #fff; padding: 2rem; } :root { --amber-deep: #8a4a0e; --amber: #c08030; --honey: #e0a848; --steel-dark: #4a5058; --steel: #8090a0; --steel-light: #c0c8d0; --champagne: #faf4e8; --paper: #fcf8f0; --border: #e8d4a8; --coffee: #3a2810; --muted: #8a6838; } .vk-wrap { font-family: 'DM Sans', sans-serif; color: var(--coffee); max-width: 680px; margin: 0; padding: 0; } .vk-divider { height: 1px; background: var(--border); margin: 1.75rem 0; } .vk-intro { font-size: 15px; color: #5a4018; line-height: 1.9; margin-bottom: 1rem; } .vk-section-label { font-size: 10px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--amber-deep); margin-bottom: .7rem; } /* Editorial headline — for hero statement */ .vk-headline { font-family: 'DM Serif Display', serif; font-size: 22px; color: var(--coffee); line-height: 1.4; margin-bottom: .75rem; letter-spacing: -.01em; } .vk-headline em { font-style: italic; color: var(--amber-deep); } /* Video */ .vk-video-wrap { width: 100%; aspect-ratio: 16/9; border-radius: 6px; overflow: hidden; background: var(--champagne); margin-bottom: .5rem; } .vk-video-wrap iframe { display: block; width: 100%; height: 100%; border: 0; } .vk-video-caption { font-size: 11px; color: var(--honey); text-align: center; margin-bottom: .75rem; letter-spacing: .06em; font-style: italic; } /* Hero detail image */ .vk-hero-img { width: 100%; border-radius: 6px; border: 1px solid var(--border); margin-bottom: 1rem; display: block; } /* Features */ .vk-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1.25rem; } .vk-feat { background: var(--paper); border-radius: 6px; padding: .9rem; border: 1px solid var(--border); } .vk-feat-icon { width: 28px; height: 28px; border-radius: 4px; background: var(--champagne); display: flex; align-items: center; justify-content: center; margin-bottom: .6rem; border: 1px solid var(--border); } .vk-feat h4 { font-size: 13px; font-weight: 500; color: var(--coffee); margin-bottom: .25rem; } .vk-feat p { font-size: 12px; color: var(--muted); line-height: 1.6; margin: 0; } /* Custom service callout — premium, prominent */ .vk-custom { background: linear-gradient(135deg, #fcf6ea 0%, #f9efd8 100%); border: 1px solid var(--border); border-radius: 8px; padding: 1.25rem 1.25rem; margin-bottom: 1rem; position: relative; } .vk-custom::before { content: ''; position: absolute; top: 0; left: 0; bottom: 0; width: 3px; background: linear-gradient(180deg, var(--honey) 0%, var(--amber) 60%, var(--amber-deep) 100%); border-radius: 8px 0 0 8px; } .vk-custom h4 { font-family: 'DM Serif Display', serif; font-size: 17px; color: var(--coffee); margin-bottom: .45rem; font-style: italic; } .vk-custom p { font-size: 13.5px; color: #5a4018; line-height: 1.7; margin: 0; } .vk-custom a { color: var(--amber-deep); font-weight: 500; text-decoration: underline; text-decoration-color: rgba(138,74,14,.35); text-underline-offset: 3px; } .vk-custom-list { display: flex; flex-wrap: wrap; gap: 6px; margin-top: .75rem; } .vk-custom-chip { font-size: 11.5px; padding: 3px 10px; border-radius: 12px; background: rgba(255,255,255,.7); color: var(--amber-deep); border: 1px solid var(--border); font-weight: 500; } /* Section divider with label — elegant */ .vk-subhead { display: flex; align-items: baseline; gap: .75rem; margin-bottom: 1rem; } .vk-subhead-title { font-family: 'DM Serif Display', serif; font-size: 17px; color: var(--coffee); } .vk-subhead-note { font-size: 11.5px; color: var(--muted); letter-spacing: .05em; } /* Config card — enhanced for large product */ .vk-config { border: 1px solid var(--border); border-radius: 6px; padding: 1rem; margin-bottom: .75rem; display: flex; gap: 1rem; align-items: flex-start; background: var(--paper); } .vk-config-thumb { flex-shrink: 0; } .vk-config-thumb a { display: block; } .vk-config-thumb img { width: 130px; height: auto; border-radius: 5px; border: 1px solid var(--border); display: block; } .vk-config-thumb-hint { font-size: 10px; color: var(--amber); text-align: center; margin-top: 3px; letter-spacing: .03em; } .vk-config-info { flex: 1; padding-top: .15rem; } .vk-config-tag { display: inline-block; background: var(--amber-deep); color: var(--champagne); font-size: 10px; padding: 2px 10px; border-radius: 10px; font-weight: 500; letter-spacing: .06em; margin-bottom: .5rem; } .vk-config-name { font-size: 15px; font-weight: 500; color: var(--coffee); margin-bottom: .25rem; } .vk-config-detail { font-size: 12.5px; color: var(--muted); line-height: 1.65; } .vk-config-specs { display: flex; gap: 14px; margin-top: .5rem; font-size: 11.5px; color: var(--amber-deep); padding-top: .5rem; border-top: 1px dashed var(--border); } .vk-config-specs span { display: inline-flex; align-items: center; gap: 3px; } .vk-config-specs strong { color: var(--coffee); font-weight: 500; } /* Light calc */ .vk-light-calc { background: var(--paper); border: 1px solid var(--border); border-radius: 6px; padding: .9rem 1rem; margin-bottom: .75rem; } .vk-light-calc h5 { font-size: 13px; font-weight: 500; color: var(--coffee); margin-bottom: .3rem; } .vk-light-calc p { font-size: 13px; color: var(--muted); margin: 0; line-height: 1.6; } /* Swatches */ .vk-swatches { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 1.25rem; } .vk-swatch-item { display: flex; align-items: center; gap: 6px; background: var(--paper); border: 1px solid var(--border); border-radius: 14px; padding: 4px 12px; font-size: 12px; color: var(--muted); } .vk-swatch-dot { width: 16px; height: 16px; border-radius: 50%; flex-shrink: 0; } /* Color temperature showcase */ .vk-kelvin { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1.25rem; } .vk-kelvin-card { background: var(--paper); border: 1px solid var(--border); border-radius: 6px; padding: .75rem; text-align: center; } .vk-kelvin-preview { width: 100%; height: 48px; border-radius: 4px; margin-bottom: .5rem; } .vk-kelvin-preview.warm { background: radial-gradient(ellipse at center, #ffd488, #c08030 70%, #8a4a0e); } .vk-kelvin-preview.neutral { background: radial-gradient(ellipse at center, #fff8e0, #e8dab0 60%, #c0a878); } .vk-kelvin-preview.cool { background: radial-gradient(ellipse at center, #e8f0fa, #c8d8e8 60%, #8098b0); } .vk-kelvin-k { font-size: 12px; font-weight: 500; color: var(--coffee); } .vk-kelvin-label { font-size: 11px; color: var(--muted); margin-top: 2px; } /* Spec table */ .vk-spec-table { width: 100%; border-collapse: collapse; } .vk-spec-table tr { border-bottom: 1px solid var(--champagne); } .vk-spec-table tr:last-child { border-bottom: none; } .vk-spec-table td { padding: 9px 0; font-size: 14px; vertical-align: top; } .vk-spec-table td:first-child { color: var(--muted); width: 42%; padding-right: 1rem; } /* Downloads */ .vk-dl { display: flex; gap: 8px; flex-wrap: wrap; } .vk-dl-btn { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: var(--amber-deep); border: 1px solid var(--border); padding: 7px 14px; border-radius: 5px; text-decoration: none; background: var(--paper); } .vk-dl-btn:hover { background: var(--champagne); } @media (max-width: 520px) { .vk-features { grid-template-columns: 1fr 1fr; } .vk-config { flex-direction: column; } .vk-config-thumb img { width: 100%; } .vk-kelvin { grid-template-columns: 1fr; } .vk-custom h4 { font-size: 15px; } } Where light takes the form of falling leaves. The Wave Floating Leaf Chandelier suspends dozens of hand-blown amber glass leaves in mid-air, each glowing with its own soft warm light. A sculpture as much as a fixture — a statement for foyers, stairwells, dining rooms, boutique hotels, and any space that deserves something unforgettable. See It In Motion Fluid motion · sculptural light Features Hand-Blown Leaves Each amber glass leaf is individually blown — subtle variations in curve, thickness, and tone make every piece unique. Wave Composition Leaves cascade downward on varied-length cables, creating the fluid "floating" motion that defines this chandelier. Every Leaf Lit Integrated 3W LED inside each glass shade — every leaf glows individually, not just decoration. Fully customizable — built to your space This is a made-to-order fixture. We work directly with you and our designers to specify size, finish color, number of glass leaves, and cable drop length — so your chandelier fits your ceiling, your aesthetic, and your scale. Reach out early with photos of your space for design consultation at no cost. Size Finish color Leaf count Drop length Layout shape Contact us: [email protected] — we reply within 24 hours. Round configurations Circular composition — for foyers & stairwells All leaves: ∅7.1" (18 cm) each · 3W per leaf + 5W per canopy light · Click thumbnails to enlarge 🔍 Enlarge Round S ∅23.6" × H59.1" (Body Lit Only) Dia 60 cm × H 150 cm 11 leaves ~30.8 lbs ~33W+ 🔍 Enlarge Round M ∅31.5" × H59.1" (Body Lit Only) Dia 80 cm × H 150 cm 23 leaves ~46.2 lbs ~69W+ 🔍 Enlarge Round L ∅39.4" × H78.7" (Body Lit Only) Dia 100 cm × H 200 cm 29 leaves ~61.7 lbs ~87W+ 🔍 Enlarge Round XL ∅47.2" × H78.7" (Body & Canopy Lit) Dia 120 cm × H 200 cm 42 leaves + 9 canopy ~81.6 lbs ~171W Linear configurations Elongated composition — for dining tables & kitchen islands All: W9.8" × H59.1" · 3W per leaf · Click thumbnails to enlarge 🔍 Enlarge Linear S L31.5" × W9.8" × H59.1" (Body Lit Only) L 80 × W 25 × H 150 cm 7 leaves ~22 lbs ~21W 🔍 Enlarge Linear M L39.4" × W9.8" × H59.1" (Body Lit Only) L 100 × W 25 × H 150 cm 9 leaves ~26.4 lbs ~27W 🔍 Enlarge Linear L L47.2" × W9.8" × H59.1" (Body Lit Only) L 120 × W 25 × H 150 cm 11 leaves ~30.8 lbs ~33W How the Lighting Works Every leaf is individually illuminated Each amber glass leaf houses its own 3W integrated LED. The canopy plate includes additional 5W LED sources casting warm light upward. Together, they create the signature "floating glow" effect — layered, dimensional, and magical rather than flat ambient light. Color Temperature — select at checkout 3000K Warm · Recommended 4000K Neutral 6000K Cool Recommendation: 3000K warm white pairs best with the amber glass — it enhances the honey tones and creates the soft golden ambiance the design is known for. Materials & Finish Stainless Steel Amber Glass Custom finishes available — contact us for alternate metal tones (gold, black, rose gold) or glass colors. Specifications Materials Metal · Glass · Stainless steel Single leaf diameter ∅7.1" (18 cm) each Light source Integrated LED · 3W per leaf · 5W per canopy light Color temperature 3000K · 4000K · 6000K — select at checkout Voltage AC 110–240V Cable 59" (150 cm) adjustable · Extendable on request Control Standard wall switch (not included) Wiring Hardwired Mounting Ceiling pendant Certification North America · EU · AU · Saudi Arabia Body finish Stainless steel (custom finishes available) Shade finish Amber (custom colors available) Downloads Spec Sheet Installation Guide Request 3D Files 7Lights-L80xW25xH150cm-3D FilesD100xH200cm(29Leaves)-3D FilesD120xH200cm-3D Files Sizing & questions Every piece is made to order in our own atelier — here is what most clients ask before choosing theirs. What size works for a two-story foyer or staircase?+For open stairwells and double-height foyers choose the round 23-glass (Ø 31.5″) or 29-glass (Ø 39.4″) version. The standard 59.1″ drop can be lengthened in our atelier to sit level with your stair landing — send us the ceiling height and we size the cables for you. What ceiling height do I need?+Linear 7–11 light versions suit standard 9–10 ft ceilings above a table or island. Round high-drop versions are designed for 12 ft and above. Can the size, leaf count or finish be customized?+Yes — every chandelier is made in our own atelier, so leaf count, cable drop and finishes can all be adjusted to your space. Made to order in 15–20 days with free US shipping. How is it installed?+It mounts on a ceiling canopy with each glass leaf hung individually; professional installation is recommended. Every leaf ships boxed and protected. How do I clean the glass leaves?+A soft dry cloth per leaf is all it takes — no chemical cleaners.