3/4" Single Bead Tambour
:root { --wr-ink: #1A1815; --wr-ink-mid: #4A463F; --wr-ink-soft: #7A7570; --wr-stone: #7B6855; --wr-stone-lt: #A08B72; --wr-stone-bg: #EDE8E2; --wr-cream: #F8F5F1; --wr-rule: #DDD8 D0; --wr-dark: #18160F; --wr-serif: 'Cormorant Garamond', Georgia, serif; --wr-sans: 'Jost', system-ui, sans-serif; } * { margin: 0; padding: 0; box-sizing: border-box; } body { background:#fff; color:var(--wr-ink); font-family:var(--wr-sans); font-weight:300; line-height:1.7; } .hero { background:var(--wr-dark); padding:72px 48px 64px; position:relative; overflow:hidden; } .hero::before { content:''; position:absolute; inset:0; background:radial-gradient(ellipse at 75% 40%, rgba(123,104,85,0.14) 0%, transparent 60%); } .hero::after { content:''; position:absolute; inset:0; background:repeating-linear-gradient(92deg,transparent,transparent 3px,rgba(255,255,255,0.012) 3px,rgba(255,255,255,0.012) 6px); pointer-events:none; } .hero-inner { max-width:860px; margin:0 auto; position:relative; z-index:1; } .hero-eyebrow { font-size:11px; letter-spacing:0.25em; text-transform:uppercase; color:var(--wr-stone-lt); font-weight:400; margin-bottom:20px; } .hero h1 { font-family:var(--wr-serif); font-weight:300; font-size:clamp(44px,6.5vw,76px); color:var(--wr-cream); line-height:1.05; letter-spacing:-0.01em; margin-bottom:8px; } .hero h1 em { font-style:italic; color:var(--wr-stone-lt); } .hero-sub { font-size:13px; letter-spacing:0.18em; text-transform:uppercase; color:rgba(248,245,241,0.45); margin-bottom:32px; } .hero-desc { font-size:15px; color:rgba(248,245,241,0.72); max-width:560px; line-height:1.8; } .hero-rule { width:48px; height:1px; background:var(--wr-stone); margin:28px 0; } .usa-banner { background:var(--wr-ink); padding:14px 48px; text-align:center; } .usa-banner p { font-size:11px; letter-spacing:0.22em; text-transform:uppercase; color:var(--wr-cream); font-weight:500; } .content { max-width:860px; margin:0 auto; padding:64px 48px; } .pull-quote { border-left:2px solid var(--wr-stone); padding:4px 0 4px 28px; margin-bottom:56px; } .pull-quote p { font-family:var(--wr-serif); font-size:clamp(20px,3vw,26px); font-weight:300; font-style:italic; color:var(--wr-ink-mid); line-height:1.5; } .section-label { font-size:10.5px; letter-spacing:0.28em; text-transform:uppercase; color:var(--wr-stone); font-weight:500; margin-bottom:8px; } .section-title { font-family:var(--wr-serif); font-size:clamp(28px,4vw,38px); font-weight:300; color:var(--wr-ink); margin-bottom:24px; line-height:1.2; } .sku-section { margin-bottom:56px; } .sku-table { width:100%; border-collapse:collapse; margin-top:8px; } .sku-table thead tr { border-bottom:1px solid var(--wr-stone); } .sku-table th { font-size:10px; letter-spacing:0.2em; text-transform:uppercase; color:var(--wr-ink-soft); padding:0 16px 14px 0; text-align:left; font-weight:400; } .sku-table td { padding:16px 16px 16px 0; border-bottom:1px solid var(--wr-rule); font-size:14px; vertical-align:middle; } .sku-table tr:last-child td { border-bottom:none; } .sku-code { font-weight:500; color:var(--wr-ink); font-size:13px; letter-spacing:0.05em; } .sku-dims { color:var(--wr-ink-soft); font-size:13px; } .sku-badge { display:inline-block; font-size:10px; letter-spacing:0.1em; text-transform:uppercase; padding:3px 10px; border:1px solid currentColor; border-radius:2px; color:var(--wr-stone); } .sku-badge-solid { color:#7a4040; } .feature-grid { display:grid; grid-template-columns:1fr 1fr; gap:2px; margin-bottom:56px; border:1px solid var(--wr-rule); } .feature-card { padding:36px 32px; background:#fff; } .feature-card:nth-child(odd) { border-right:1px solid var(--wr-rule); } .feature-card:nth-child(1),.feature-card:nth-child(2) { border-bottom:1px solid var(--wr-rule); } .feature-icon { width:36px; height:36px; border-radius:50%; margin-bottom:16px; display:flex; align-items:center; justify-content:center; font-size:16px; background:var(--wr-stone-bg); border:1px solid var(--wr-stone); } .feature-card h3 { font-family:var(--wr-serif); font-size:22px; font-weight:400; margin-bottom:10px; color:var(--wr-ink); } .feature-card p { font-size:13.5px; color:var(--wr-ink-soft); line-height:1.75; } .specs-section { background:var(--wr-dark); padding:48px; margin:0 -48px 56px; } .specs-inner { max-width:860px; margin:0 auto; } .specs-section .section-label { color:var(--wr-stone-lt); } .specs-section .section-title { color:var(--wr-cream); } .specs-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:32px; margin-top:32px; } .spec-item { border-top:1px solid rgba(123,104,85,0.35); padding-top:20px; } .spec-label { font-size:10px; letter-spacing:0.2em; text-transform:uppercase; color:rgba(248,245,241,0.4); margin-bottom:6px; } .spec-value { font-family:var(--wr-serif); font-size:18px; color:var(--wr-cream); font-weight:400; line-height:1.3; } .cad-section { background:var(--wr-stone-bg); border:1px solid var(--wr-rule); border-left:3px solid var(--wr-stone); padding:36px 40px; margin-bottom:56px; } .cad-section .section-label { margin-bottom:6px; } .cad-section h3 { font-family:var(--wr-serif); font-size:26px; font-weight:300; color:var(--wr-ink); margin-bottom:20px; } .cad-table { width:100%; border-collapse:collapse; } .cad-table th { font-size:10px; letter-spacing:0.2em; text-transform:uppercase; color:var(--wr-ink-soft); padding:0 16px 12px 0; text-align:left; font-weight:400; border-bottom:1px solid var(--wr-stone); } .cad-table td { padding:16px 16px 16px 0; border-bottom:1px solid var(--wr-rule); font-size:14px; color:var(--wr-ink-mid); vertical-align:middle; } .cad-table tr:last-child td { border-bottom:none; } .cad-btn { display:inline-block; font-family:var(--wr-sans); font-size:11px; font-weight:500; letter-spacing:0.12em; text-transform:uppercase; text-decoration:none; padding:10px 22px; background:var(--wr-stone); color:var(--wr-cream); border:none; cursor:pointer; } .cad-note { font-size:12px; color:var(--wr-ink-soft); margin-top:14px; font-style:italic; } .callout { border-left:3px solid var(--wr-stone); padding:28px 32px; margin-bottom:24px; background:var(--wr-stone-bg); } .callout h3 { font-family:var(--wr-serif); font-size:22px; color:var(--wr-ink); margin-bottom:8px; } .callout p { font-size:13.5px; color:var(--wr-ink-mid); line-height:1.75; } .callout-warn { border-left-color:#8a4040; background:#fdf7f5; } .callout-warn h3 { color:#8a4040; } .install-section { margin-bottom:56px; } .install-steps { display:grid; grid-template-columns:repeat(2,1fr); gap:20px; margin-top:28px; } .install-step { display:flex; gap:16px; align-items:flex-start; } .step-num { font-family:var(--wr-serif); font-size:32px; font-weight:300; color:var(--wr-stone); line-height:1; flex-shrink:0; width:28px; } .step-content h4 { font-size:12px; letter-spacing:0.1em; text-transform:uppercase; font-weight:500; color:var(--wr-ink); margin-bottom:4px; } .step-content p { font-size:13px; color:var(--wr-ink-soft); line-height:1.65; } .pro-tips-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; margin-top:28px; margin-bottom:56px; } .pro-tip { border-top:2px solid var(--wr-stone); padding-top:20px; } .pro-tip h4 { font-family:var(--wr-serif); font-size:19px; color:var(--wr-ink); margin-bottom:8px; font-weight:400; } .pro-tip p { font-size:13px; color:var(--wr-ink-soft); line-height:1.65; } .trade-cta { background:var(--wr-dark); padding:40px 48px; margin-bottom:56px; display:flex; align-items:center; justify-content:space-between; gap:32px; flex-wrap:wrap; } .trade-cta-text .section-label { color:var(--wr-stone-lt); } .trade-cta-text h3 { font-family:var(--wr-serif); font-size:28px; font-weight:300; color:var(--wr-cream); margin:4px 0 8px; } .trade-cta-text p { font-size:13px; color:rgba(248,245,241,0.6); max-width:380px; line-height:1.7; } .trade-cta-btn { display:inline-block; font-family:var(--wr-sans); font-size:11px; font-weight:500; letter-spacing:0.15em; text-transform:uppercase; text-decoration:none; padding:14px 32px; border:1px solid var(--wr-stone); color:var(--wr-cream); flex-shrink:0; } .warranty-section { background:var(--wr-stone-bg); border:1px solid var(--wr-rule); padding:32px; margin-bottom:56px; } .warranty-section h3 { font-family:var(--wr-serif); font-size:20px; color:var(--wr-ink); margin-bottom:10px; } .warranty-section p { font-size:13px; color:var(--wr-ink-mid); line-height:1.75; } .closing { text-align:center; padding:48px 0 0; border-top:1px solid var(--wr-rule); } .closing p { font-family:var(--wr-serif); font-style:italic; font-size:20px; color:var(--wr-ink-soft); line-height:1.6; max-width:540px; margin:0 auto; } .closing-rule { width:32px; height:1px; background:var(--wr-stone); margin:24px auto 0; } @media(max-width:620px) { .hero,.content{padding-left:24px;padding-right:24px;} .usa-banner{padding:14px 24px;} .feature-grid,.specs-grid,.install-steps,.pro-tips-grid{grid-template-columns:1fr;} .feature-card:nth-child(odd){border-right:none;} .feature-card:nth-child(1),.feature-card:nth-child(2),.feature-card:nth-child(3){border-bottom:1px solid var(--wr-rule);} .specs-section{margin:0 -24px 56px;padding:36px 24px;} .trade-cta{padding:32px 24px;} .cad-section{padding:28px 24px;} } White River Hardwoods · Tambour Collection 3/4″ Single Bead Tambour Solid Wood · Flexible & Solid Backing · Made in the USA A refined single bead profile at 3/4″ — one of the most consistently specified profiles in the White River tambour range. A clean, measured rhythm suited to the full range of residential and light commercial applications. Proudly Made in the USA from Premium North American Hardwoods Three-quarters of an inch, single bead — the kind of profile that disappears into a great interior. Available Options Size & Species Size Backing Available Species 12″W × 48″L Flexible Red Oak, Paint Grade, Hard Maple, Walnut, White Oak 12″W × 96″L Flexible Red Oak, Paint Grade, Hard Maple, Walnut, White Oak 24″W × 48″L Flexible Red Oak, Paint Grade, Hard Maple, Walnut, White Oak 24″W × 46″L Solid Backing — Does Not Flex Red Oak, Paint Grade, Hard Maple, Walnut, White Oak, Cherry, Alder * Cherry and Alder are exclusively available in the 24″W × 46″L Solid Backing format. Why This Profile The Profile in Detail ● Refined Single Bead At 3/4″, the single bead profile strikes an ideal balance — present enough to add texture and depth, refined enough not to dominate the space. ↩ Flexible Backing Available for curved and flat applications — the most common and accessible specification in the single bead family. 🌲 7 Species Available Red Oak, Paint Grade, Hard Maple, Walnut, White Oak, Cherry, and Alder. The 3/4″ single bead in Paint Grade is a popular choice for painted residential installations. 📐 Most Specified Profile The 3/4″ single bead is among White River's most consistently specified tambour profiles — a reliable, proven performer across a wide range of design contexts. Technical Specifications Key Facts Profile 3/4″ Single Bead Slat Width 3/4″ Panel Sizes 12×48, 12×96, 24×48, 24×46 Backing Flexible or Solid (24×46) Lead Time 7–10 Business Days Use Interior Only Before You Install Storage, Handling & Acclimation Acclimate First — Always On receipt, store flat in a controlled interior environment. Allow 24–48 hours to acclimate before finishing or installing. This stabilizes moisture content and reduces post-install movement. Before you begin, lightly roll and unroll each panel to flex the backing — hold the rolled position for 5+ seconds, then return flat. Interior Use Only Tambour panels are not suitable for wet or high-humidity environments including showers, bathrooms, or pools. Always install in a space with standard room temperature and humidity. Installation Step by Step 1 Prep the Surface Wall must be clean, sound, and free of dust, grease, or debris. Apply primer to porous substrates for better adhesion. 2 Dry-Fit First Always dry-fit before committing adhesive. Install vertically or horizontally — confirm your layout before you spread anything. 3 Apply Adhesive Use PVA, contact, epoxy, or a quality panel adhesive (e.g., Titebond Fast Grab FRP). Trowel for 80–100% coverage to within ¼″ of edges. With a gun, run beads around the perimeter and horizontal beads every 4–6″. 4 Press & Secure Apply firm, uniform pressure across the full panel. Use a ¾″ sacrificial board when tapping or hammering. For curved applications, temporary bracing until the glue sets ensures clean contact. 5 Leave Micro-Gaps Leave a hairline gap between adjacent panels — roughly two stacked business cards — to accommodate natural wood movement over time. 6 Clean Up Clean any adhesive squeeze-out immediately to avoid residue on slat faces. Installer Advice Pro Tips Pre-Stretch Inward Before attaching, roll the panel inward to stretch the backing. This makes it more compliant and easier to handle, especially on curved surfaces. Flex Outward with Intent Follow up by flexing outward firmly to fully stretch the paper backing. A properly stretched panel lays flatter and adheres more evenly. No Cabinets Through Tambour Never mount cabinets or furniture through the panel into the wall. Wood movement can cause buckling and will void the warranty. Trade Program 13% Trade Discount for Design Professionals Architects, interior designers, and contractors qualify for White River's trade discount on tambour panels. Volume pricing available for larger orders — contact your rep for a quote. Apply for Trade Access Warranty Reminder Warranty may be voided if panels are installed in high-moisture environments, or if cabinetry or furniture is mounted through the tambour panel into the wall. Always follow adhesive manufacturer's instructions and allow full acclimation prior to installation. The 3/4″ Single Bead Tambour — refined, reliable, made in the USA. { "@context": "https://schema.org", "@type": "Product", "name": "3/4\" Single Bead Tambour", "url": "https://whiteriver.com/products/3-4-single-bead-tambour", "sku": "TM101-1248RO", "brand": { "@type": "Brand", "name": "White River Hardwoods" }, "manufacturer": { "@type": "Organization", "name": "White River Hardwoods", "address": { "@type": "PostalAddress", "addressLocality": "Fayetteville", "addressRegion": "AR", "addressCountry": "US" } }, "description": "3/4\" single bead tambour panels made in USA. Refined profile for residential accent walls & cabinetry. Trade pricing available. Ships 7-10 days.", "material": "Hard Maple", "countryOfOrigin": "US", "category": "Tambour Panels", "offers": { "@type": "Offer", "url": "https://whiteriver.com/products/3-4-single-bead-tambour", "priceCurrency": "USD", "price": "146.45", "availability": "https://schema.org/InStock", "seller": { "@type": "Organization", "name": "White River Hardwoods" } }, "image": "https://cdn.shopify.com/s/files/1/1713/4719/files/TM101_Hard_Maple_b4e288f8-737b-4cd7-84fc-ae1e1a662c23.jpg?v=1752523074" }