Bridgemont Pendant Light
* { box-sizing: border-box; margin: 0; padding: 0; } /* ===== BRIDGEMONT COLOR PALETTE ===== Derived from: antique brass body + opal ceramic white shades Tones: deep antique brass / warm mid-brass / pale bone cream / cool white ceramic ====================================== */ :root { --accent-deep: #5e3d10; /* deep antique brass — labels, btn text */ --accent: #9a7230; /* warm mid-brass — notice borders, links */ --accent-light: #c8a458; /* polished brass highlight — gradients */ --surface: #faf8f4; /* bone cream — card backgrounds */ --bg: #f2ede3; /* warm parchment — section variety */ --border: #ddd0b0; /* muted brass — dividers */ --ink: #2a2018; /* dark warm brown — body text */ --muted: #8a7252; /* medium brass-tan — secondary text */ } .vk-wrap { font-family: 'DM Sans', sans-serif; color: var(--ink); max-width: 680px; margin: 0; padding: 0; } .vk-divider { height: 1px; background: var(--border); margin: 1.75rem 0; } .vk-headline { font-family: 'DM Serif Display', serif; font-size: 21px; color: var(--ink); line-height: 1.4; margin-bottom: .75rem; letter-spacing: -.01em; } .vk-headline em { font-style: italic; color: var(--accent-deep); } .vk-intro { font-size: 15px; color: var(--ink); line-height: 1.9; margin-bottom: 1rem; } .vk-section-label { font-size: 10px; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: var(--accent-deep); margin-bottom: .7rem; } .vk-subhead { display: flex; align-items: baseline; gap: .75rem; margin-bottom: .9rem; flex-wrap: wrap; } .vk-subhead-title { font-family: 'DM Serif Display', serif; font-size: 17px; color: var(--ink); } .vk-subhead-note { font-size: 11.5px; color: var(--muted); letter-spacing: .04em; } /* Video */ .vk-video-wrap { width: 100%; aspect-ratio: 16/9; border-radius: 6px; overflow: hidden; background: var(--surface); margin-bottom: .5rem; } .vk-video-wrap iframe { display: block; width: 100%; height: 100%; border: 0; } .vk-video-caption { font-size: 11px; color: var(--accent); text-align: center; margin-bottom: .75rem; letter-spacing: .05em; font-style: italic; } /* Guide link (for assembly / additional videos) */ .vk-guide-link { display: flex; align-items: center; gap: .65rem; background: var(--surface); border: 1px solid var(--border); border-radius: 6px; padding: .8rem 1rem; text-decoration: none; margin-bottom: .75rem; } .vk-guide-link svg { flex-shrink: 0; color: var(--accent-deep); } .vk-guide-link span { font-size: 13.5px; color: var(--accent-deep); text-decoration: underline; text-decoration-color: rgba(0,0,0,.25); text-underline-offset: 3px; } .vk-guide-link:hover span { text-decoration-color: var(--accent-deep); } /* Features grid */ .vk-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 1.25rem; } .vk-feat { background: var(--surface); border-radius: 6px; padding: .85rem; border: 1px solid var(--border); } .vk-feat-icon { width: 28px; height: 28px; border-radius: 4px; background: var(--bg); display: flex; align-items: center; justify-content: center; margin-bottom: .6rem; border: 1px solid var(--border); } .vk-feat h4 { font-size: 12.5px; font-weight: 500; color: var(--ink); margin-bottom: .25rem; } .vk-feat p { font-size: 12px; color: var(--muted); line-height: 1.6; margin: 0; } /* Notice cards */ .vk-notice { border-left: 2px solid var(--accent); background: var(--surface); border-radius: 0 6px 6px 0; padding: .88rem 1rem; margin-bottom: .75rem; } .vk-notice h5 { font-size: 13px; font-weight: 500; color: var(--accent-deep); margin-bottom: .3rem; } .vk-notice p { font-size: 13px; color: var(--ink); line-height: 1.65; margin: 0; } .vk-notice.amber { border-left-color: #b07820; background: #fdf8ef; } .vk-notice.amber h5 { color: #7a5010; } .vk-notice.green { border-left-color: #4a7a3a; background: #f3f8f0; } .vk-notice.green h5 { color: #2e5a24; } /* Size config cards */ .vk-config { display: flex; gap: 1rem; align-items: flex-start; padding: 1rem; border: 1px solid var(--border); border-radius: 6px; background: var(--surface); margin-bottom: .75rem; } .vk-config-thumb { flex-shrink: 0; } .vk-config-thumb img { width: 120px; height: auto; border-radius: 5px; border: 1px solid var(--border); display: block; } .vk-config-thumb-hint { font-size: 10px; color: var(--accent); text-align: center; margin-top: 3px; } .vk-config-info { flex: 1; padding-top: .1rem; } .vk-config-tag { display: inline-block; background: var(--accent-deep); color: var(--surface); font-size: 10px; padding: 2px 9px; border-radius: 10px; font-weight: 500; margin-bottom: .4rem; } .vk-config-name { font-size: 14px; font-weight: 500; color: var(--ink); margin-bottom: .2rem; } .vk-config-dims { font-size: 12px; color: var(--muted); margin-bottom: .6rem; } .vk-spec-bar { display: flex; flex-wrap: wrap; gap: 6px; padding-top: .6rem; border-top: 1px dashed var(--border); } .vk-spec-pill { font-size: 11px; color: var(--muted); background: var(--bg); padding: 2px 8px; border-radius: 10px; border: 1px solid var(--border); } /* Shade comparison */ .vk-shade-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 1rem; } .vk-shade-card { background: var(--surface); border: 1px solid var(--border); border-radius: 6px; padding: .9rem 1rem; } .vk-shade-card h4 { font-size: 13px; font-weight: 500; color: var(--ink); margin-bottom: .3rem; } .vk-shade-card p { font-size: 12px; color: var(--muted); line-height: 1.6; margin: 0; } .vk-shade-badge { display: inline-block; font-size: 10px; font-weight: 500; padding: 2px 8px; border-radius: 10px; margin-bottom: .4rem; } .vk-shade-badge.ceramic { background: #f0ede5; color: #5e3d10; border: 1px solid #ddd0b0; } .vk-shade-badge.aluminum { background: #eaecf0; color: #2a3a52; border: 1px solid #c8d0dc; } /* Finish swatches */ .vk-swatches { display: flex; gap: 18px; flex-wrap: wrap; margin-bottom: 1rem; } .vk-swatch-item { display: flex; align-items: center; gap: .55rem; font-size: 13px; color: var(--ink); } .vk-swatch-dot { width: 28px; height: 28px; border-radius: 50%; border: 1px solid var(--border); flex-shrink: 0; } .vk-swatch-desc { font-size: 11px; color: var(--muted); margin-top: 1px; } /* Bulb */ .vk-bulb { background: var(--surface); border: 1px solid var(--border); border-radius: 6px; padding: .9rem 1rem; margin-bottom: 1rem; } .vk-bulb h5 { font-size: 13px; font-weight: 500; color: var(--accent-deep); margin-bottom: .3rem; } .vk-bulb p { font-size: 13px; color: var(--ink); line-height: 1.65; margin: 0; } /* Spec table */ .vk-spec-table { width: 100%; border-collapse: collapse; } .vk-spec-table tr { border-bottom: 1px solid var(--border); } .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(--accent-deep); border: 1px solid var(--border); padding: 7px 14px; border-radius: 5px; text-decoration: none; background: var(--surface); } .vk-dl-btn:hover { background: var(--bg); } /* FAQ */ .vk-wrap details { border-bottom: 1px solid var(--border); padding: 12px 0; } .vk-wrap details summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: .5rem; font-size: 14px; font-weight: 500; color: var(--ink); } .vk-wrap details summary::-webkit-details-marker { display: none; } .vk-wrap details p { font-size: 13px; color: var(--ink); line-height: 1.7; margin-top: 8px; padding-right: 1rem; } @media (max-width: 520px) { .vk-features { grid-template-columns: 1fr 1fr; } .vk-config { flex-direction: column; } .vk-config-thumb img { width: 100%; } .vk-shade-compare { grid-template-columns: 1fr; } } Classic proportions, rendered in enduring brass. The Bridgemont Pendant Light pairs a solid brass body with your choice of ceramic or aluminum white shades, striking the balance between architectural restraint and warm domestic light. Available in three 2-light widths — 40.1″, 47.2″, and 55.1″ — it scales naturally over kitchen islands and dining tables without overwhelming the room. See It In Action Bridgemont Pendant Light — Sleek Brass Sophistication Watch: Modern Elegance in Every Detail — a closer look at craftsmanship and finish → Features Solid Brass Body Structural canopy and arms in real brass — not plated — for lasting warmth and weight. Two Shade Materials Choose light-transmissive ceramic or opaque aluminum — same silhouette, different light character. Adjustable Suspension Three-segment rod (29.5″ + 11.8″ + 7.9″) and ceiling canopy — extendable on request. Shade Options Ceramic shade (left) — light-transmissive • Aluminum shade (right) — opaque Ceramic Light-Transmissive The fired ceramic body allows light to glow softly through the material, creating a diffuse, lamp-like warmth around each shade. Aluminum Opaque, Directed The powder-coated aluminum shade reflects light downward, producing a defined pool of light ideal for task-oriented spaces. Sizes & Configurations All configurations share the same ∅ 9.1″ × H 4.7″ shade. Select the bar length that suits your surface. Tap to enlarge 2-Light · Compact 102 cm Bar Aluminum model : 2.7 kg / 6 lbsCeramic model : 3 kg / 6.6 lbs L 40.1″ × W 9.1″ × H 11.8″ Suits islands up to 48″ 2 × E26/E27 Brass + Ceramic or Al Tap to enlarge 2-Light · Standard 120 cm BarAluminum Lampshade: ~ 3.5 kg / 7.7 lbsCeramics Lampshade: ~ 4.3 kg / 9.5 lbs L 47.2″ × W 9.1″ × H 11.8″ Suits tables up to 60″ 2 × E26/E27 Brass + Ceramic or Al Tap to enlarge 2-Light · Wide 140 cm Bar Aluminum Lampshade: ~ 4.3 kg / 9.5 lbsCeramics Lampshade: ~ 5 kg / 11 lbs L 55.1″ × W 9.1″ × H 11.8″ Suits islands 72″+ 2 × E26/E27 Brass + Ceramic or Al Body Finish Brass Solid brass — warm antique character that deepens over time White (shades) Matte white — ceramic or painted aluminum, shade-dependent Bulb & Light Source E26 (US/CA) · E27 (EU/AU) — bulb not included Compatible with LED and Edison filament bulbs. For the ceramic shade, a warm-white LED (2700–3000 K) emphasizes the shade’s translucent glow. For the aluminum shade, any standard A19/A60 LED works well. Each shade socket is rated for standard household wattages — confirm your local maximum with a qualified electrician. Specifications Materials Brass, Aluminum, Ceramic Shade size ∅ 9.1″ × H 4.7″ (∅ 23 cm × H 12 cm) Bar widths 40.1″ / 47.2″ / 55.1″ Light source LED or Edison bulb, E26 (US/CA) or E27 (EU/AU) Voltage AC 110–240V Cable / rod 29.5″ + 11.8″ + 7.9″ adjustable; extendable on request Control Standard wall switch (not included) Wiring Hardwired Mounting Ceiling pendant Environment Indoor only Body finish Brass Shade finish White Certification North America · EU · AU · Saudi Arabia Downloads Spec Sheet Installation Guide 3D Files Frequently Asked Questions What is the difference between the ceramic and aluminum shades? Ceramic shades are light-transmissive, casting a soft glow through the material itself. Aluminum shades are opaque and direct light downward with more focus. Both share the same ∅ 9.1″ diameter and white finish. What bulb type does the Bridgemont use? The Bridgemont accepts E26 (US/Canada) or E27 (EU/Australia) base bulbs. It is compatible with both LED and Edison-style filament bulbs. Bulbs are not included. Can I adjust the hanging height? Yes. The suspension rod is adjustable in three segments — 29.5″ + 11.8″ + 7.9″ — and can be extended upon request by contacting our support team before shipping. Which width is right for my kitchen island or dining table? The 40.1″ (102 cm) version suits surfaces up to about 48″ wide. The 47.2″ (120 cm) fits standard 60″ dining tables well. The 55.1″ (140 cm) is best for longer islands or tables of 72″ or more. Does the Bridgemont require a special dimmer? The fixture connects to a standard wall switch (not included). Dimmability depends on the bulb you install — use a dimmable LED and a TRIAC-compatible wall dimmer for smooth control. Is the Bridgemont certified for North America and Europe? Yes. The Bridgemont holds certifications compatible with North America, Saudi Arabia, Europe, and Australia. It runs on AC 110–240V worldwide. Sizing & questions Every piece is made to order in our own atelier — here is what most clients ask before choosing theirs. What size Bridgemont should I choose for my kitchen island or dining table?+The compact 40.1″ suits islands up to 48″. The standard 47.2″ works for tables up to 60″. The wide 55.1″ fits islands 72″+. All share the same ∅ 9.1″ shade diameter and 11.8″ drop height. What's the difference between ceramic and aluminum shades?+Ceramic shades are light-transmissive, casting soft glow through the material. Aluminum shades are opaque and direct light downward with focused task lighting. Both are matte white and 9.1″ diameter. Can the suspension rod be extended for higher ceilings?+The standard rod is 29.5″ + 11.8″ + 7.9″ segments. It's extendable on request—contact us to customize length for your ceiling height when ordering. What bulbs does the Bridgemont accept?+E26 (US/Canada) or E27 (EU/Australia) base bulbs. Compatible with LED and Edison filament types. Warm-white LED (2700–3000 K) enhances ceramic shade's glow; any standard A19/A60 LED works with aluminum. Is the Bridgemont made to order, and how is it installed?+Yes—hand-built in our atelier and shipped free in the US. It's hardwired to ceiling, requiring a qualified electrician. Standard wall switch not included. Full installation guide provided.