Lucian Ceiling Light
.luc-wrap { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif; color: #1a1a1a; line-height: 1.7; max-width: 860px; margin: 0 auto; background : transparent; } .luc-section-title { font-size: 0.72rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: #1a1a1a; border-bottom: 1.5px solid #b8924a; padding-bottom: .45rem; margin: 2.4rem 0 1.2rem; } /* Video */ .luc-vbox { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 6px; background: #111; margin-bottom: 2rem; } .luc-vbox iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; } /* Intro */ .luc-intro { font-size: 1rem; color: #555; line-height: 1.8; margin-bottom: .8rem; } .luc-tagline{ font-size: 1rem; font-weight: 600; color: #1a1a1a; margin-bottom: 1.2rem; } /* Pills */ .luc-pills { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 2rem; } .luc-pill { background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 20px; padding: .28rem .85rem; font-size: .78rem; color: #555; } /* Why — Docos cards */ .luc-why { display: grid; grid-template-columns: repeat(auto-fill,minmax(200px,1fr)); gap: 8px; margin-bottom: 2.4rem; } .luc-wc { background: #f7f7f7; border: 1px solid #e5e5e5; border-top: 3px solid #b8924a; border-radius: 6px; padding: .9rem 1rem; font-size: .85rem; color: #333; line-height: 1.55; } .luc-wc-icon { font-size: 1.2rem; display: block; margin-bottom: .35rem; } .luc-wc-title { font-weight: 600; font-size: .82rem; color: #1a1a1a; display: block; margin-bottom: .2rem; } /* Scenes */ .luc-scenes { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; margin-bottom: 2.4rem; background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 6px; overflow: hidden; } .luc-sc { padding: 1.3rem 1.1rem; border-right: 1px solid #e5e5e5; } .luc-sc:last-child { border-right: none; } .luc-sc__icon { font-size: 1.2rem; display: block; margin-bottom: .6rem; } .luc-sc__name { font-size: .9rem; font-weight: 600; color: #1a1a1a; display: block; margin-bottom: .35rem; } .luc-sc__desc { font-size: .8rem; color: #555; line-height: 1.55; } .luc-sc__tag { display: block; margin-top: .7rem; font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #b8924a; } @media(max-width:480px){ .luc-scenes{grid-template-columns:1fr;} .luc-sc{border-right:none;border-bottom:1px solid #e5e5e5;} .luc-sc:last-child{border-bottom:none;} } /* Colors */ .luc-colors { display: flex; align-items: center; gap: 12px; background: #f7f7f7; border: 1px solid #e5e5e5; border-left: 3px solid #b8924a; border-radius: 6px; padding: .7rem 1.1rem; margin-bottom: 1rem; font-size: .85rem; color: #555; } .luc-swatches { display: flex; gap: 7px; } .luc-sw { width: 20px; height: 20px; border-radius: 50%; border: 2px solid rgba(0,0,0,.1); box-shadow: 0 1px 4px rgba(0,0,0,.12); } .luc-sw--beige { background: #d9c9ac; } .luc-sw--walnut { background: #5a3e28; } /* Size */ .luc-size { display: inline-flex; align-items: center; gap: 12px; background: #f7f7f7; border: 1px solid #e5e5e5; border-left: 3px solid #b8924a; border-radius: 6px; padding: .75rem 1.2rem; font-size: .9rem; color: #1a1a1a; margin-bottom: 1rem; } /* Specs */ .luc-specs { list-style: none; padding: 0; margin: 0 0 2rem; display: grid; grid-template-columns: repeat(auto-fill,minmax(255px,1fr)); gap: 7px; } .luc-specs li { display: flex; align-items: flex-start; gap: 9px; background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 6px; padding: .55rem .85rem; font-size: .88rem; color: #333; } .luc-specs li::before { content: ''; display: block; width: 5px; height: 5px; min-width: 5px; border-radius: 50%; background: #b8924a; margin-top: 7px; } .luc-specs strong { white-space: nowrap; } /* Footer */ .luc-foot { background: #f7f7f7; border: 1px solid #e5e5e5; border-radius: 6px; padding: 1.3rem; display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-bottom: 2rem; align-items: start; } .luc-foot-label { font-size: .62rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: #888; display: block; margin-bottom: .75rem; } .luc-badges { display: flex; flex-direction: column; gap: .4rem; } .luc-badge { background: #fff; border: 1px solid #e5e5e5; border-radius: 20px; padding: .25rem .85rem; font-size: .78rem; color: #333; width: fit-content; } .luc-dls { display: flex; flex-direction: column; gap: .45rem; } .luc-dl { display: flex; align-items: center; gap: 9px; text-decoration: none; color: #1a1a1a; font-size: .75rem; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; padding: .6rem .85rem; background: #fff; border: 1px solid #e5e5e5; border-radius: 6px; transition: border-color .2s; } .luc-dl:hover { border-color: #b8924a; } .luc-dl img { width: 22px; height: 22px; object-fit: contain; opacity: .4; flex-shrink: 0; } @media(max-width:440px){ .luc-foot { grid-template-columns: 1fr; gap: 1.2rem; } } See It In Action Overview The Lucian Ceiling Light has a sculptural, parasol-like silhouette — a scalloped fabric shade with hand-stitched contrast piping, finished with wood finial and base details. The fabric shade diffuses three bulbs into a warm, ambient glow. At Ø 19.6″ × H 12.9″, it's a compact ceiling fixture, and because it's damp-rated, it works in a bathroom or covered outdoor area as well as a bedroom, dining, or living room. In Beige or Walnut. A scalloped fabric shade with wood finial detailing. 🪷 Parasol-Style Silhouette 🧵 Scalloped + Contrast Piping 🪵 Wood Finial & Base 💧 Damp-Rated Beige · Walnut Why It Works 🪷 Scalloped Fabric Shade A parasol- or flower-like fabric shade with a scalloped edge and hand-stitched contrast piping — a tactile, decorative form that diffuses the light into a warm, even glow rather than a plain drum or dome. 🪵 Wood Finial & Base A wooden finial and base add an earthy, artisanal touch at the fixture's visible points — natural material that grounds the soft fabric shade and reads as considered detailing. 💧 3-Light, Damp-Rated, Dimmable Three E26/E27 bulbs (up to 40W each) give full, even ambient coverage. Damp-rated for bathrooms and covered outdoor areas, and dimmer compatible (switch sold separately) to set the level. Where It Works Best 🛏 Bedroom The scalloped fabric shade gives a bedroom a warm, soft ceiling light with a decorative silhouette. Three bulbs on a dimmer move it from bright to a low, restful glow for the evening. Beige — soft & warm 🍽 Dining & Living As the main fixture over a dining table or in a living room, the fabric diffusion gives even ambient light and a parasol-like focal point. The Walnut finish relates to wood furniture below. Walnut — with wood tones 🛁 Bathroom & Covered Outdoor Being damp-rated, the Lucian can go in a bathroom or under a covered porch where most fabric-shade fixtures can't — a soft, decorative ceiling light in spots that usually get a plain fixture. Damp-rated Colors Beige · Walnut Product Size Dia 50 cm × H 33 cm / ∅ 19.6″ × H 12.9″ Details Shade: Scalloped fabric — contrast piping Finial & Base: Wood Materials: Wood & Fabric Colors: Beige · Walnut Wiring: Hardwired Socket: E26 or E27 (3-light) Bulbs: Three 40W incandescent or LED equivalent Dimmer compatible (switch not included) Damp-rated — bathrooms & covered outdoor areas Certified: North America · Australia · Europe · Middle East Certifications 🌎 North America 🌏 Australia 🌍 Europe 🌍 Middle East Downloads Parameter Installation 3D Files
More you might like
Related
Modern LED ceiling Light Luciano™
Related
IMPUTATI TUTTI. "La solita zuppa": Luciano Bianciardi a proc
Related