[object Object]

← back to Goldleafwallpaper

Goldleaf: ns-header + Atelier Aurum + ghost sample-btn (recovered after deploy mismatch)

2966059ec3addee533fe6fa17f19eb782f977464 · 2026-05-07 19:37:40 -0700 · Steve Abrams

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

Files touched

Diff

commit 2966059ec3addee533fe6fa17f19eb782f977464
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Thu May 7 19:37:40 2026 -0700

    Goldleaf: ns-header + Atelier Aurum + ghost sample-btn (recovered after deploy mismatch)
    
    Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---
 about.html       |   2 +-
 history.html     |   2 +-
 index.html       | 254 +++++++++++++++++++++++++++++++++++++++++++++++++++----
 substitutes.html |   2 +-
 4 files changed, 240 insertions(+), 20 deletions(-)

diff --git a/about.html b/about.html
index 49fbaac..985b883 100644
--- a/about.html
+++ b/about.html
@@ -3,7 +3,7 @@
 <head>
 <meta charset="UTF-8">
 <meta name="viewport" content="width=device-width, initial-scale=1.0">
-<title>About Goldleaf — Renaissance Metal Leaf by Phillipe Romano</title>
+<title>Atelier Aurum — gold leaf, applied by hand.</title>
 <meta name="description" content="Goldleaf is the Renaissance Metal Leaf line from Phillipe Romano — 74 hand-applied foil-on-paper wallcoverings, imported from Italy. Direct from the source. No middleman markup.">
 <link rel="canonical" href="https://goldleafwallpaper.com/about">
 <link rel="icon" type="image/jpeg" href="/products/rml-33001.jpg">
diff --git a/history.html b/history.html
index f21fa4d..e683af6 100644
--- a/history.html
+++ b/history.html
@@ -3,7 +3,7 @@
 <head>
 <meta charset="UTF-8">
 <meta name="viewport" content="width=device-width, initial-scale=1.0">
-<title>A History of Metal Leaf — Goldleaf Wallpaper</title>
+<title>Atelier Aurum — gold leaf, applied by hand.</title>
 <meta name="description" content="From Egyptian gilding to Renaissance altarpieces to modern hand-applied wallcoverings — the long history of metal leaf in interiors, and where Goldleaf fits.">
 <link rel="canonical" href="https://goldleafwallpaper.com/history">
 <link rel="icon" type="image/jpeg" href="/products/rml-33001.jpg">
diff --git a/index.html b/index.html
index 6de14b8..0675a77 100644
--- a/index.html
+++ b/index.html
@@ -15,8 +15,8 @@
 </script>
 
 <meta name="viewport" content="width=device-width, initial-scale=1.0">
-<title>Gold Leaf Wallpaper — Free Memo Samples · Trade Service · 1,900+ Metallic Patterns</title>
-<meta name="description" content="Order free gold-leaf, metallic-foil and lacquer wallcovering samples from Designer Wallcoverings. 1,900+ hospitality-grade patterns. Expert trade service. Ship in 3–5 days.">
+<title>Atelier Aurum — gold leaf, applied by hand.</title>
+<meta name="description" content="Atelier Aurum — gold leaf, applied by hand. A curated atelier dedicated entirely to gold leaf. Free memo samples. Trade service.">
 <link rel="canonical" href="https://goldleafwallpaper.com/">
 <meta name="theme-color" content="#0A0A08" media="(prefers-color-scheme: dark)">
 <meta name="theme-color" content="#F5EDD5" media="(prefers-color-scheme: light)">
@@ -24,8 +24,8 @@
 <!-- Open Graph -->
 <meta property="og:type" content="website">
 <meta property="og:url" content="https://goldleafwallpaper.com/">
-<meta property="og:title" content="Gold Leaf Wallpaper — Free Samples · Trade Service">
-<meta property="og:description" content="1,900+ metallic, foil, and gold-leaf wallcoverings. Free memo samples. Hospitality + luxury residential.">
+<meta property="og:title" content="Atelier Aurum — gold leaf, applied by hand.">
+<meta property="og:description" content="Atelier Aurum — gold leaf, applied by hand.">
 <meta property="og:image" content="https://cdn.shopify.com/s/files/1/0015/4117/7456/files/Audley-Taupe-Leaf-Wallpaper_eeb9246b-f373-45b5-b828-bf848ed92148.jpg?v=1773305370">
 <meta name="twitter:card" content="summary_large_image">
 
@@ -34,7 +34,7 @@
 {
   "@context": "https://schema.org",
   "@type": "Store",
-  "name": "Gold Leaf Wallpaper",
+  "name": "Atelier Aurum",
   "url": "https://goldleafwallpaper.com/",
   "email": "info@goldleafwallpaper.com",
   "description": "Curated collection of gold-leaf, metallic-foil and lacquer wallcoverings for hospitality and luxury residential interiors.",
@@ -312,13 +312,15 @@ body.show-header header { transform: translateY(0); }
 [data-theme="light"] .item-name { color: var(--ink); }
 .item-actions { display: flex; gap: 6px; }
 .sample-btn {
-  flex: 1; padding: 8px 8px; background: var(--gold); color: #0A0A08;
+  flex: 1; padding: 8px 8px; background: transparent;
+  color: var(--muted, var(--gold, #A98B5B));
+  border: 1px solid var(--muted, var(--gold, #A98B5B));
   font-family: inherit; font-size: 9px; letter-spacing: 0.22em;
-  text-transform: uppercase; font-weight: 700; border: 0;
+  text-transform: uppercase; font-weight: 700;
   cursor: pointer; text-decoration: none; text-align: center;
-  transition: opacity 0.2s; display: block;
+  transition: background 0.15s, color 0.15s; display: block;
 }
-.sample-btn:hover { opacity: 0.85; }
+.sample-btn:hover { background: var(--muted, var(--gold, #A98B5B)); color: var(--bg, #0A0A08); }
 .dw-btn {
   padding: 8px 10px; background: transparent;
   border: 1px solid rgba(248,244,236,0.3); color: #F8F4EC;
@@ -463,6 +465,224 @@ footer { padding: 80px 32px 40px; border-top: 1px solid var(--line); }
 </style>
 </head>
 <body>
+<style id="ns-header-modal-styles">
+        .ns-header { position: sticky; top: 0; z-index: 100; display: flex; align-items: center; justify-content: space-between; padding: 18px 36px; background: rgba(10,10,10,0.92) !important; backdrop-filter: blur(8px); border-bottom: 1px solid rgba(245,241,232,0.06); }
+        .ns-brand { display: inline-flex; align-items: center; gap: 14px; text-decoration: none; }
+        .ns-dot { width: 28px; height: 28px; border-radius: 50%; background: radial-gradient(circle at 35% 35%, #A98B5B 0%, #5d4c32 60%, #332a1b 100%); box-shadow: 0 0 0 1px rgba(245,241,232,0.10), 0 2px 12px rgba(180,90,60,0.30); flex-shrink: 0; }
+        .ns-name { font-family: -apple-system, "SF Pro Display", "Helvetica Neue", system-ui, sans-serif; font-size: 18px !important; font-weight: 300 !important; letter-spacing: 0.02em !important; color: #f5f1e8 !important; text-transform: none !important; margin: 0 !important; }
+        .ns-name sup { font-size: 0.55em; font-weight: 300; margin-left: 1px; }
+        .ns-nav { display: flex; gap: 32px; align-items: center; list-style: none; padding: 0; margin: 0; }
+        .ns-nav a, .ns-nav button { font-family: -apple-system, "SF Pro Text", system-ui, sans-serif; font-size: 15px !important; font-weight: 400 !important; color: #f5f1e8 !important; text-decoration: none !important; background: none !important; border: 0 !important; cursor: pointer; padding: 0 !important; transition: color 200ms; letter-spacing: 0 !important; text-transform: none !important; }
+        .ns-nav a:hover, .ns-nav button:hover { color: #ffffff !important; }
+        @media (max-width: 820px) { .ns-header { padding: 14px 18px; } .ns-nav { gap: 16px; } .ns-nav a, .ns-nav button { font-size: 13px !important; } }
+        @media (max-width: 760px) {
+          .ns-header { flex-wrap: wrap; }
+          .ns-nav { display: none !important; flex-basis: 100%; flex-direction: column; align-items: flex-start; gap: 6px; padding: 14px 0 4px; }
+          .ns-nav.open { display: flex !important; }
+          .ns-nav a, .ns-nav button { padding: 10px 0 !important; border-bottom: 1px solid rgba(245,241,232,0.08); width: 100%; text-align: left; }
+          .ns-nav a:nth-child(n+5), .ns-nav button:nth-child(n+5) { display: block !important; }
+          .ns-header .mobile-toggle { display: flex !important; }
+        }
+        @media (min-width: 761px) {
+          .ns-header .mobile-toggle { display: none !important; }
+        }
+        .ns-modal { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.78); z-index: 200; align-items: center; justify-content: center; padding: 24px; backdrop-filter: blur(6px); }
+        .ns-modal.show { display: flex; }
+        .ns-modal-card { max-width: 460px; width: 100%; background: #141414 !important; border: 1px solid rgba(245,241,232,0.14); border-radius: 6px; padding: 28px 30px 30px; position: relative; }
+        .ns-modal-card .close-x { position: absolute; top: 12px; right: 14px; width: 30px; height: 30px; background: none; border: 1px solid rgba(245,241,232,0.18); color: rgba(245,241,232,0.6) !important; border-radius: 50%; cursor: pointer; font-size: 14px; display: flex; align-items: center; justify-content: center; }
+        .ns-modal-card .close-x:hover { color: #ffffff !important; border-color: #ffffff; }
+        .ns-modal-card h3 { font-family: -apple-system, "SF Pro Display", system-ui; font-weight: 300 !important; font-size: 22px !important; margin: 0 0 6px !important; color: #f5f1e8 !important; }
+        .ns-modal-card .sub { color: rgba(245,241,232,0.65) !important; font-size: 13px; margin: 0 0 22px; }
+        .ns-actions { display: flex; flex-direction: column; gap: 10px; }
+        .ns-action { display: flex; align-items: center; gap: 14px; padding: 14px 16px; background: rgba(245,241,232,0.04) !important; border: 1px solid rgba(245,241,232,0.12) !important; color: #f5f1e8 !important; text-decoration: none !important; cursor: pointer; transition: all 200ms; font: inherit; text-align: left; }
+        .ns-action:hover { background: rgba(245,241,232,0.08) !important; border-color: #d4b683 !important; }
+        .ns-action .ico { width: 32px; height: 32px; border-radius: 50%; background: rgba(212,182,131,0.12); display: flex; align-items: center; justify-content: center; font-size: 15px; flex-shrink: 0; }
+        .ns-action .txt { flex: 1; }
+        .ns-action .txt b { display: block; font-weight: 500; font-size: 14px; color: #f5f1e8 !important; }
+        .ns-action .txt span { font-size: 12px; color: rgba(245,241,232,0.55) !important; }
+
+        /* ─── FINAL CONTRAST PASS — kill remaining gold-solid + white-island defects ─── */
+        /* Replace all gold-fill accents with off-white (Gucci-aesthetic, no DW gold solids) */
+        .new-badge, .new-arrivals-pill,
+        .color-filter-btn.active,
+        .drapery-btn, .sample-btn-chip, .cb-cta {
+          background: #f5f1e8 !important;
+          color: #0a0a0a !important;
+          border-color: #f5f1e8 !important;
+        }
+        .new-badge:hover, .new-arrivals-pill:hover,
+        .color-filter-btn.active:hover,
+        .drapery-btn:hover, .sample-btn-chip:hover, .cb-cta:hover {
+          background: #fff !important;
+          color: #0a0a0a !important;
+        }
+        /* Gold accents stay only as edge color (links, glyphs) — not fills */
+        a { color: #d4b683; }
+        a:hover { color: #f5d97a; }
+        /* Authorized-dealer footer line — small caps tracked, muted ink, no gold pill */
+        .authorized, .authorized-dealer p {
+          background: transparent !important;
+          color: rgba(245,241,232,0.5) !important;
+          font-size: 10px !important;
+          letter-spacing: 0.22em !important;
+          text-transform: uppercase !important;
+          padding: 0 !important;
+          border: none !important;
+          margin-top: 14px !important;
+        }
+        /* Kill any straggler white bg in info-card / sample-related cards */
+        .info-card, .info-card-link, .care-highlight, .feature-card, .spec-item {
+          background-color: rgba(245,241,232,0.04) !important;
+          border-color: rgba(245,241,232,0.12) !important;
+        }
+        /* Ensure modal content stays readable — Steve's earlier sweep made it #141414 with white text */
+        .modal-content { background: #141414 !important; color: #f5f1e8 !important; }
+        .modal-content * { color: #f5f1e8 !important; }
+        .modal-content input, .modal-content textarea, .modal-content select {
+          background: rgba(245,241,232,0.05) !important;
+          color: #f5f1e8 !important;
+          border-color: rgba(245,241,232,0.2) !important;
+        }
+        .modal-content label { color: rgba(245,241,232,0.6) !important; }
+        /* Force the wide-tracked NOVASUEDE wordmark to stay white */
+        .ns-wordmark, .ns-wordmark sup { color: #f5f1e8 !important; }
+
+        /* ─── Modal-internal contrast (post-QA defects) ─── */
+        /* Backdrop covers full viewport */
+        .modal { width: 100vw !important; height: 100vh !important; left: 0 !important; top: 0 !important; background: rgba(0, 0, 0, 0.78) !important; backdrop-filter: blur(6px); }
+        /* Chip — flip from white-on-white island to dark card */
+        .request-chip {
+          background: rgba(245, 241, 232, 0.06) !important;
+          color: #f5f1e8 !important;
+          border: 1px solid rgba(245, 241, 232, 0.18) !important;
+          border-radius: 4px !important;
+        }
+        .request-chip * { color: #f5f1e8 !important; }
+        .request-chip .chip-swatch {
+          /* swatch dot ALWAYS displays the inline-style hex from JS — fight any sweep */
+          border: 1px solid rgba(0, 0, 0, 0.4) !important;
+        }
+        /* + Add to request — hairline white-border on transparent (no gold) */
+        .add-to-request-btn {
+          background: transparent !important;
+          color: #f5f1e8 !important;
+          border: 1px solid rgba(245, 241, 232, 0.6) !important;
+          border-radius: 0 !important;
+          padding: 12px 22px !important;
+          font-size: 11px !important;
+          letter-spacing: 0.32em !important;
+          text-transform: uppercase !important;
+          font-weight: 400 !important;
+        }
+        .add-to-request-btn:hover {
+          background: #f5f1e8 !important;
+          color: #0a0a0a !important;
+          border-color: #f5f1e8 !important;
+        }
+        /* Hex caption visible */
+        .preview-hex, #colorPreviewHex {
+          display: block !important;
+          color: rgba(245, 241, 232, 0.55) !important;
+          font-family: ui-monospace, "SF Mono", Menlo, monospace !important;
+          font-size: 11px !important;
+          margin-top: 4px !important;
+          letter-spacing: 0.04em !important;
+          text-transform: lowercase !important;
+        }
+        /* Color preview name — stays single, prominent */
+        #colorPreviewName {
+          color: #f5f1e8 !important;
+          font-size: 11px !important;
+          letter-spacing: 0.32em !important;
+          text-transform: uppercase !important;
+          font-weight: 500 !important;
+          display: block !important;
+          margin-top: 12px !important;
+        }
+
+        /* ─── Mobile hamburger nav (replaces the overflow at <760px) ─── */
+        @media (max-width: 760px) {
+          header .nav-container { flex-wrap: wrap; }
+          header nav { display: none; flex-basis: 100%; flex-direction: column; gap: 6px; padding: 16px 0 6px; }
+          header nav.open { display: flex; }
+          header nav a { padding: 10px 0; border-bottom: 1px solid rgba(245,241,232,0.1); }
+          header .mobile-toggle {
+            display: flex !important;
+            flex-direction: column;
+            gap: 5px;
+            background: transparent;
+            border: 0;
+            cursor: pointer;
+            padding: 8px;
+          }
+          header .mobile-toggle span {
+            width: 22px; height: 1.5px;
+            background: #f5f1e8;
+            display: block;
+          }
+        }
+        @media (min-width: 761px) {
+          header .mobile-toggle { display: none !important; }
+        }
+
+    </style>
+<style id="ns-gold-kill">
+    /* novasuede: kill gold-solid fills, off-white instead. Edge color stays gold. */
+    .new-badge, .new-arrivals-pill,
+    .color-filter-btn.active, .drapery-btn,
+    .sample-btn-chip, .cb-cta {
+      background: #f5f1e8 !important;
+      color: #0a0a0a !important;
+      border-color: #f5f1e8 !important;
+    }
+    .new-badge:hover, .new-arrivals-pill:hover,
+    .color-filter-btn.active:hover, .drapery-btn:hover,
+    .sample-btn-chip:hover, .cb-cta:hover {
+      background: #fff !important;
+      color: #0a0a0a !important;
+    }
+  </style>
+<header class="ns-header">
+        <a href="/" class="ns-brand" aria-label="Home">
+            <span class="ns-dot"></span>
+            <span class="ns-name">Atelier Aurum</span>
+        </a>
+        <nav class="ns-nav" id="nsPrimaryNav" aria-label="Primary">
+            <a href="/">Home</a>
+            <a href="/about">About</a>
+            <button type="button" onclick="nsContactOpen()">Contact</button>
+        </nav>
+        <button type="button" class="mobile-toggle" aria-label="Toggle menu" aria-controls="nsPrimaryNav" aria-expanded="false" onclick="nsToggleNav(this)">
+            <span></span><span></span><span></span>
+        </button>
+    </header>
+
+<div class="ns-modal" id="nsContactModal" role="dialog" aria-modal="true" aria-labelledby="nsContactTitle" onclick="if(event.target===this)nsContactClose()">
+        <div class="ns-modal-card">
+            <button type="button" class="close-x" onclick="nsContactClose()" aria-label="Close">×</button>
+            <h3 id="nsContactTitle">How can we help?</h3>
+            <p class="sub">Trade-account replies within one business day.</p>
+            <div class="ns-actions">
+                <a class="ns-action" href="#contact" onclick="nsContactClose()"><span class="ico">📋</span><div class="txt"><b>Get a Quote</b><span>Project specs → priced estimate</span></div></a>
+                <a class="ns-action" href="#contact" onclick="nsContactClose();openModal();"><span class="ico">📦</span><div class="txt"><b>Order a Sample</b><span>Free swatch to your shop</span></div></a>
+                <a class="ns-action" href="mailto:info@novasuede.com?subject=Novasuede%20inquiry"><span class="ico">✉️</span><div class="txt"><b>Email Us</b><span>info@novasuede.com</span></div></a>
+                <a class="ns-action" href="tel:888-373-4564"><span class="ico">📞</span><div class="txt"><b>Call Us</b><span>(888) 373-4564 · M–F, 9–5 PT</span></div></a>
+            </div>
+        </div>
+    </div>
+<script>
+  function nsContactOpen() { var m = document.getElementById('nsContactModal'); if (m) m.classList.add('show'); }
+  function nsContactClose() { var m = document.getElementById('nsContactModal'); if (m) m.classList.remove('show'); }
+  function nsToggleNav(btn) {
+    var nav = document.getElementById('nsPrimaryNav');
+    if (!nav) return;
+    var open = nav.classList.toggle('open');
+    btn.setAttribute('aria-expanded', open ? 'true' : 'false');
+  }
+  document.addEventListener('keydown', function(e){ if (e.key === 'Escape') nsContactClose(); });
+</script>
+
+
 
 <!-- HEADER -->
 <header id="siteHeader">
@@ -489,7 +709,7 @@ footer { padding: 80px 32px 40px; border-top: 1px solid var(--line); }
 <!-- HERO -->
 <section class="cinema">
   <div class="cinema-bg" id="cinemaBg"></div>
-  <div class="corner-mark">Gold Leaf Wallpaper</div>
+  <div class="corner-mark">Atelier Aurum</div>
   <div class="center-mark">
     <h1>Gold Leaf</h1>
     <span class="rule"></span>
@@ -580,7 +800,7 @@ footer { padding: 80px 32px 40px; border-top: 1px solid var(--line); }
     <div class="editorial-rule"></div>
     <h2>Where gold leaf meets the wall.</h2>
     <p>For centuries, gilded surfaces have signaled permanence — the kind of luxury that doesn't apologize for itself. This collection brings that tradition into contemporary interiors: real metallic-foil grounds, lacquered surfaces that catch light at every hour, and leaf-on-paper constructions handcrafted with the same reverence once reserved for illuminated manuscripts.</p>
-    <p>Each pattern here is sourced from the ateliers we trust most: 1838 Wallcoverings, Phillipe Romano, Maya Romanoff, Schumacher, and the broader Designer Wallcoverings trade network. Free memo samples ship within days. Trade accounts receive hands-on service from our team.</p>
+    <p>Each pattern here is sourced from the ateliers we trust most: 1838 Wallcoverings, Phillipe Romano, Maya Romanoff, Schumacher, and other curated trade ateliers. Free memo samples ship within days. Trade accounts receive hands-on service from our team.</p>
     <p>This is not a catalogue of catalog wallpaper. These are surfaces worth the room they're in.</p>
   </div>
 </section>
@@ -591,12 +811,12 @@ footer { padding: 80px 32px 40px; border-top: 1px solid var(--line); }
     <div>
       <div class="footer-brand">Gold Leaf Wallpaper</div>
       <div class="footer-gold-rule"></div>
-      <p class="footer-text">A curated storefront for metallic, foil, and gold-leaf wallcoverings — sourced from the world's finest ateliers and backed by Designer Wallcoverings' trade expertise. Free memo samples. No minimum order.</p>
+      <p class="footer-text">A curated storefront for metallic, foil, and gold-leaf wallcoverings — sourced from the world's finest ateliers and backed by hands-on trade expertise. Free memo samples. No minimum order.</p>
     </div>
     <div class="footer-col">
       <h4>Explore</h4>
       <a href="#patterns">All Patterns</a>
-      <a href="https://designerwallcoverings.com" target="_blank" rel="noopener">Designer Wallcoverings</a>
+      <a href="/about.html">About</a>
       <a href="#" onclick="openSampleModal();return false">Request Sample</a>
     </div>
     <div class="footer-col">
@@ -606,7 +826,7 @@ footer { padding: 80px 32px 40px; border-top: 1px solid var(--line); }
     </div>
   </div>
   <div class="footer-bottom">
-    <span>&copy; 2026 Goldleafwallpaper.com &middot; A Designer Wallcoverings Property</span>
+    <span>&copy; 2026 Goldleafwallpaper.com &middot; A curated atelier</span>
     <span>Free Samples &middot; Trade Service &middot; Expert Hands-On Help</span>
   </div>
 </footer>
@@ -620,7 +840,7 @@ footer { padding: 80px 32px 40px; border-top: 1px solid var(--line); }
     <div class="contact-options">
       <a class="contact-option" href="#patterns" onclick="closeMenuModal()"><span class="co-label">Collection<span class="co-value">1,900+ metallic patterns</span></span></a>
       <button class="contact-option" type="button" onclick="closeMenuModal();openContactMenu()"><span class="co-label">Contact Us</span></button>
-      <a class="contact-option" href="https://designerwallcoverings.com" target="_blank" rel="noopener"><span class="co-label">Designer Wallcoverings<span class="co-value">Full trade catalog &amp; service</span></span></a>
+      
       <a class="contact-option" href="mailto:info@goldleafwallpaper.com"><svg viewBox="0 0 24 24"><path d="M3 6h18v12H3z"/><path d="M3 6l9 7 9-7"/></svg><span class="co-label">info@goldleafwallpaper.com</span></a>
       <a class="contact-option" href="tel:8883734564"><svg viewBox="0 0 24 24"><path d="M4 5c0-.6.4-1 1-1h3l2 5-2 1c1 2.5 3 4.5 5.5 5.5l1-2 5 2v3c0 .6-.4 1-1 1A16 16 0 0 1 4 5z"/></svg><span class="co-label">(888) 373-4564</span></a>
     </div>
@@ -632,7 +852,7 @@ footer { padding: 80px 32px 40px; border-top: 1px solid var(--line); }
   <div class="modal-box" style="max-width:440px">
     <button class="modal-close" onclick="closeContactMenu()" aria-label="Close">&times;</button>
     <h3>Contact Us</h3>
-    <p class="modal-sub">Gold Leaf Wallpaper &mdash; backed by Designer Wallcoverings trade service.</p>
+    <p class="modal-sub">Atelier Aurum &mdash; gold leaf, applied by hand.</p>
     <div class="contact-options">
       <button class="contact-option" type="button" onclick="closeContactMenu();openInquiryModal()">
         <svg viewBox="0 0 24 24"><path d="M4 4h16v12H7l-3 3z"/></svg>
@@ -836,7 +1056,7 @@ function renderGrid(page) {
         '<div class="item-vendor">' + vendor + '</div>' +
         '<div class="item-name">' + title + '</div>' +
         '<div class="item-actions">' +
-          '<a class="sample-btn" href="' + dwLink + '" target="_blank" rel="noopener" title="Order free memo sample from Designer Wallcoverings">Memo Sample — Free</a>' +
+          '<a class="sample-btn" href="' + dwLink + '" target="_blank" rel="noopener" title="Order free memo sample">Memo Sample — Free</a>' +
         '</div>' +
       '</div>' +
     '</div>';
diff --git a/substitutes.html b/substitutes.html
index 0fba200..7019d80 100644
--- a/substitutes.html
+++ b/substitutes.html
@@ -3,7 +3,7 @@
 <head>
 <meta charset="UTF-8">
 <meta name="viewport" content="width=device-width, initial-scale=1.0">
-<title>Substitutes for Goldleaf — Alternative Luxury Wallcoverings</title>
+<title>Atelier Aurum — gold leaf, applied by hand.</title>
 <meta name="description" content="When Goldleaf isn't right for the project — alternative luxury wallcoverings: glass-bead, suede, hand-painted gild, foil-print, and other Phillipe Romano finishes.">
 <link rel="canonical" href="https://goldleafwallpaper.com/substitutes">
 <link rel="icon" type="image/jpeg" href="/products/rml-33001.jpg">

← ff9e71e Kamatera deploy confirmed, CNCP updated, overnight log appen  ·  back to Goldleafwallpaper  ·  snapshot before fleet-grid refine tick 4 483fc17 →