{"id":434,"date":"2026-05-07T03:59:03","date_gmt":"2026-05-07T03:59:03","guid":{"rendered":"https:\/\/www.rencochemicals.com\/?page_id=434"},"modified":"2026-05-07T04:41:36","modified_gmt":"2026-05-07T04:41:36","slug":"home","status":"publish","type":"page","link":"https:\/\/www.rencochemicals.com\/","title":{"rendered":"Home"},"content":{"rendered":"\n<!--\n================================================================\nRENCO CHEMICALS \u2014 HOMEPAGE v7 (Gutenberg Custom HTML)\n================================================================\nHOW TO USE:\n1. Pages \u2192 All Pages \u2192 edit your homepage\n2. Replace existing Custom HTML block content with everything below\n3. Preview \u2192 Update\n\nNOTES:\n- Real product URLs and images from rencochemicals.com\n- Cart button restored in top-right nav\n- All image sources use 600x600 high-res versions\n- Footer uses only real existing pages on your site\n================================================================\n-->\n\n<style>\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Instrument+Serif:ital@0;1&family=Geist:wght@300;400;500;600;700&family=Geist+Mono:wght@400;500&display=swap');\n\n  .rc-site {\n    --bg: #ffffff;\n    --bg-elevated: #ffffff;\n    --bg-tint: #f1f5fb;\n    --ink: #0a1628;\n    --ink-2: #2a3a52;\n    --ink-3: #6b7a8f;\n    --line: rgba(10, 22, 40, 0.08);\n    --line-strong: rgba(10, 22, 40, 0.16);\n    --navy: #0f2a4f;\n    --navy-bright: #2563eb;\n    --sage: #c7d6ec;\n    --sand: #e3edf9;\n    --cream: #f5f9ff;\n    --accent: #3b82f6;\n    --radius-sm: 12px;\n    --radius: 20px;\n    --radius-lg: 28px;\n    --radius-xl: 40px;\n    font-family: 'Geist', -apple-system, system-ui, sans-serif;\n    color: var(--ink);\n    background: var(--bg);\n    line-height: 1.5;\n    font-feature-settings: \"ss01\", \"cv11\";\n  }\n  .rc-site * { box-sizing: border-box; }\n  .rc-site img { max-width: 100%; display: block; }\n\n  .rc-eyebrow {\n    display: inline-flex; align-items: center; gap: 8px;\n    padding: 6px 12px;\n    background: rgba(10,22,40,0.04);\n    border: 1px solid var(--line);\n    border-radius: 100px;\n    font-family: 'Geist Mono', monospace;\n    font-size: 0.7rem; letter-spacing: 0.08em; text-transform: uppercase;\n    color: var(--ink-2);\n  }\n  .rc-dot {\n    width: 6px; height: 6px; border-radius: 50%;\n    background: var(--navy-bright);\n    box-shadow: 0 0 0 3px rgba(37,99,235,0.2);\n    animation: rc-pulse 2s ease-in-out infinite;\n  }\n  @keyframes rc-pulse {\n    0%, 100% { box-shadow: 0 0 0 3px rgba(37,99,235,0.2); }\n    50% { box-shadow: 0 0 0 6px rgba(37,99,235,0); }\n  }\n\n  .rc-btn {\n    display: inline-flex; align-items: center; gap: 8px;\n    padding: 14px 22px;\n    font-family: 'Geist', sans-serif;\n    font-size: 0.95rem; font-weight: 500;\n    text-decoration: none;\n    border-radius: 100px;\n    border: 1px solid transparent;\n    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);\n    cursor: pointer;\n    letter-spacing: -0.01em;\n  }\n  .rc-btn-primary { background: var(--ink); color: var(--bg); }\n  .rc-btn-primary:hover { background: var(--navy); transform: translateY(-1px); }\n  .rc-btn-ghost { background: var(--bg-elevated); color: var(--ink); border-color: var(--line-strong); }\n  .rc-btn-ghost:hover { background: var(--ink); color: var(--bg); border-color: var(--ink); }\n  .rc-arrow {\n    width: 18px; height: 18px; border-radius: 50%;\n    background: rgba(255,255,255,0.15);\n    display: inline-flex; align-items: center; justify-content: center;\n    font-size: 0.7rem;\n    transition: transform 0.25s ease;\n  }\n  .rc-btn:hover .rc-arrow { transform: translateX(2px); }\n\n  \/* HERO *\/\n  .rc-hero { padding: 60px 24px 40px; position: relative; }\n  .rc-hero-inner {\n    max-width: 1280px; margin: 0 auto;\n    background: linear-gradient(180deg, var(--cream) 0%, var(--sand) 100%);\n    border-radius: var(--radius-xl);\n    padding: 80px 60px;\n    position: relative; overflow: hidden;\n  }\n  .rc-hero-blob {\n    position: absolute;\n    width: 600px; height: 600px;\n    background: radial-gradient(circle, var(--navy-bright) 0%, transparent 65%);\n    opacity: 0.18;\n    border-radius: 50%;\n    filter: blur(40px);\n  }\n  .rc-hero-blob-1 { top: -200px; right: -150px; }\n  .rc-hero-blob-2 { bottom: -300px; left: -100px; opacity: 0.1; }\n\n  .rc-hero-content {\n    text-align: center;\n    max-width: 760px;\n    margin: 0 auto 56px;\n    position: relative; z-index: 1;\n  }\n  .rc-hero h1 {\n    font-family: 'Instrument Serif', Georgia, serif;\n    font-weight: 400;\n    font-size: clamp(2.6rem, 6vw, 5rem);\n    line-height: 0.98;\n    letter-spacing: -0.03em;\n    margin: 24px 0 24px;\n    color: var(--ink);\n  }\n  .rc-hero h1 i { font-style: italic; color: var(--navy); }\n  .rc-hero-lead {\n    font-size: 1.1rem;\n    color: var(--ink-2);\n    max-width: 560px;\n    margin: 0 auto 32px;\n    line-height: 1.55;\n  }\n  .rc-hero-actions {\n    display: flex; gap: 12px;\n    flex-wrap: wrap; align-items: center; justify-content: center;\n  }\n\n  .rc-bulk-banner {\n    margin-top: 24px;\n    background: rgba(255,255,255,0.7);\n    backdrop-filter: blur(10px);\n    -webkit-backdrop-filter: blur(10px);\n    border: 1px solid var(--line);\n    border-radius: 100px;\n    padding: 10px 18px 10px 14px;\n    display: inline-flex;\n    align-items: center;\n    gap: 12px;\n    font-size: 0.88rem;\n    color: var(--ink-2);\n  }\n  .rc-bulk-banner-icon {\n    width: 28px;\n    height: 28px;\n    border-radius: 50%;\n    background: var(--navy);\n    color: #fff;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    font-family: 'Instrument Serif', serif;\n    font-size: 0.95rem;\n    font-style: italic;\n  }\n  .rc-bulk-banner strong { color: var(--ink); font-weight: 600; }\n\n  \/* Featured trio - all equal *\/\n  .rc-hero-features {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 16px;\n    position: relative; z-index: 1;\n  }\n  .rc-feat {\n    background: var(--bg-elevated);\n    border: 1px solid var(--line);\n    border-radius: var(--radius-lg);\n    overflow: hidden;\n    text-decoration: none; color: inherit;\n    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n    display: flex; flex-direction: column;\n  }\n  .rc-feat:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 20px 50px -20px rgba(10, 22, 40, 0.18);\n    border-color: var(--line-strong);\n  }\n  .rc-feat-image {\n    aspect-ratio: 1;\n    background: var(--bg);\n    position: relative;\n    display: flex; align-items: center; justify-content: center;\n    overflow: hidden;\n  }\n  .rc-feat-image img {\n    width: 100%; height: 100%;\n    object-fit: contain;\n    position: relative; z-index: 1;\n  }\n  .rc-feat-tag {\n    position: absolute;\n    top: 14px; left: 14px;\n    background: var(--bg-elevated);\n    color: var(--ink);\n    padding: 5px 11px;\n    font-family: 'Geist Mono', monospace;\n    font-size: 0.65rem; letter-spacing: 0.08em; text-transform: uppercase;\n    border-radius: 100px; border: 1px solid var(--line);\n    z-index: 2;\n  }\n  .rc-feat-tag.accent { background: var(--ink); color: var(--bg); border-color: var(--ink); }\n  .rc-feat-body {\n    padding: 22px;\n    flex: 1;\n    display: flex; flex-direction: column;\n    gap: 6px;\n  }\n  .rc-feat-cat {\n    font-family: 'Geist Mono', monospace;\n    font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase;\n    color: var(--navy-bright);\n  }\n  .rc-feat h3 {\n    font-family: 'Geist', sans-serif;\n    font-weight: 500;\n    font-size: 1.15rem;\n    letter-spacing: -0.015em;\n    margin: 0;\n  }\n  .rc-feat-price {\n    margin-top: auto;\n    padding-top: 10px;\n    font-size: 1.05rem;\n    font-weight: 500;\n    letter-spacing: -0.01em;\n  }\n  .rc-feat-price small {\n    font-size: 0.7rem;\n    color: var(--ink-3);\n    font-weight: 400;\n    margin-right: 2px;\n  }\n\n  \/* Trust strip *\/\n  .rc-strip { padding: 28px 24px; border-bottom: 1px solid var(--line); }\n  .rc-strip-row {\n    max-width: 1280px; margin: 0 auto;\n    display: flex; justify-content: space-between;\n    gap: 24px; flex-wrap: wrap;\n  }\n  .rc-strip-item {\n    display: flex; align-items: center; gap: 10px;\n    color: var(--ink-2); font-size: 0.92rem; font-weight: 500;\n  }\n  .rc-strip-icon {\n    width: 22px; height: 22px;\n    background: var(--bg-tint); color: var(--navy-bright);\n    border-radius: 50%;\n    display: inline-flex; align-items: center; justify-content: center;\n    font-size: 0.7rem; font-weight: 700;\n  }\n\n  \/* Catalog section *\/\n  .rc-section { padding: 100px 24px; }\n  .rc-section-head {\n    max-width: 720px; margin: 0 auto 48px;\n    text-align: center;\n  }\n  .rc-section h2 {\n    font-family: 'Instrument Serif', Georgia, serif;\n    font-weight: 400;\n    font-size: clamp(2.2rem, 4.5vw, 3.6rem);\n    line-height: 1.05;\n    letter-spacing: -0.025em;\n    margin: 16px 0 16px;\n  }\n  .rc-section h2 i { font-style: italic; color: var(--navy); }\n  .rc-section-lead {\n    font-size: 1.1rem;\n    color: var(--ink-2);\n    max-width: 580px;\n    margin: 0 auto;\n  }\n\n  .rc-product-grid {\n    max-width: 1280px; margin: 0 auto;\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 20px;\n  }\n  .rc-p-card {\n    background: var(--bg-elevated);\n    border: 1px solid var(--line);\n    border-radius: var(--radius);\n    overflow: hidden;\n    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\n    text-decoration: none; color: inherit;\n    display: flex; flex-direction: column;\n  }\n  .rc-p-card:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 20px 50px -20px rgba(10,22,40,0.15);\n    border-color: var(--line-strong);\n  }\n  .rc-p-image {\n    aspect-ratio: 1;\n    background: var(--bg);\n    position: relative;\n    display: flex; align-items: center; justify-content: center;\n    overflow: hidden;\n  }\n  .rc-p-image img {\n    width: 100%; height: 100%;\n    object-fit: contain;\n    position: relative; z-index: 1;\n  }\n  .rc-p-badge {\n    position: absolute;\n    top: 14px; left: 14px;\n    background: var(--bg-elevated);\n    color: var(--ink);\n    padding: 4px 10px;\n    font-family: 'Geist Mono', monospace;\n    font-size: 0.65rem; letter-spacing: 0.08em; text-transform: uppercase;\n    border-radius: 100px;\n    z-index: 2;\n    border: 1px solid var(--line);\n  }\n  .rc-p-badge.sale { background: var(--ink); color: var(--bg); border-color: var(--ink); }\n  .rc-p-body {\n    padding: 22px;\n    flex: 1;\n    display: flex; flex-direction: column;\n  }\n  .rc-p-cat {\n    font-family: 'Geist Mono', monospace;\n    font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase;\n    color: var(--navy-bright);\n    margin-bottom: 8px;\n  }\n  .rc-p-card h3 {\n    font-family: 'Geist', sans-serif;\n    font-weight: 500;\n    font-size: 1.15rem;\n    letter-spacing: -0.015em;\n    margin: 0 0 8px;\n    line-height: 1.3;\n  }\n  .rc-p-desc {\n    font-size: 0.88rem;\n    color: var(--ink-3);\n    margin: 0 0 18px;\n    flex: 1;\n    line-height: 1.5;\n  }\n  .rc-p-foot {\n    display: flex; justify-content: space-between; align-items: center;\n    padding-top: 16px;\n    border-top: 1px solid var(--line);\n  }\n  .rc-p-price {\n    font-size: 1.05rem;\n    font-weight: 500;\n    color: var(--ink);\n    letter-spacing: -0.01em;\n  }\n  .rc-p-price small {\n    font-size: 0.7rem;\n    color: var(--ink-3);\n    font-weight: 400;\n    margin-right: 2px;\n  }\n  .rc-bulk-note {\n    font-size: 0.78rem;\n    color: var(--ink-3);\n    margin-top: 4px;\n  }\n  .rc-bulk-note strong { color: var(--navy); font-weight: 600; }\n  .rc-p-add {\n    width: 36px; height: 36px;\n    border-radius: 50%;\n    background: var(--ink);\n    color: var(--bg);\n    display: flex; align-items: center; justify-content: center;\n    font-size: 1.1rem;\n    transition: all 0.2s ease;\n    flex-shrink: 0;\n  }\n  .rc-p-card:hover .rc-p-add {\n    background: var(--navy-bright);\n    transform: rotate(90deg);\n  }\n\n  \/* Why Renco *\/\n  .rc-why {\n    background: var(--bg-tint);\n    padding: 80px 24px;\n  }\n  .rc-why-grid {\n    max-width: 1280px; margin: 0 auto;\n    display: grid; grid-template-columns: repeat(4, 1fr);\n    gap: 16px;\n  }\n  .rc-why-card {\n    background: var(--bg);\n    border: 1px solid var(--line);\n    border-radius: var(--radius);\n    padding: 28px 24px;\n    transition: all 0.3s ease;\n  }\n  .rc-why-card:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 12px 30px -12px rgba(10,22,40,0.1);\n  }\n  .rc-why-icon {\n    width: 44px; height: 44px;\n    background: var(--bg-tint);\n    border-radius: 12px;\n    display: flex; align-items: center; justify-content: center;\n    margin-bottom: 18px;\n    font-family: 'Instrument Serif', serif;\n    font-size: 1.4rem;\n    color: var(--navy);\n  }\n  .rc-why-card h3 {\n    font-family: 'Geist', sans-serif;\n    font-weight: 500;\n    font-size: 1.05rem;\n    letter-spacing: -0.015em;\n    margin: 0 0 8px;\n    color: var(--ink);\n  }\n  .rc-why-card p {\n    font-size: 0.9rem;\n    color: var(--ink-3);\n    margin: 0;\n    line-height: 1.55;\n  }\n\n  \/* CTA *\/\n  .rc-cta-section { padding: 60px 24px 100px; }\n  .rc-cta {\n    max-width: 1280px; margin: 0 auto;\n    background: linear-gradient(135deg, var(--navy) 0%, #061528 100%);\n    border-radius: var(--radius-xl);\n    padding: 100px 60px;\n    text-align: center;\n    position: relative; overflow: hidden;\n    color: var(--bg);\n  }\n  .rc-cta::before {\n    content: '';\n    position: absolute;\n    top: -50%; left: 50%;\n    transform: translateX(-50%);\n    width: 800px; height: 800px;\n    background: radial-gradient(circle, var(--navy-bright) 0%, transparent 60%);\n    opacity: 0.3;\n    border-radius: 50%;\n    filter: blur(60px);\n  }\n  .rc-cta > * { position: relative; z-index: 1; }\n  .rc-cta .rc-eyebrow {\n    background: rgba(255,255,255,0.08);\n    border-color: rgba(255,255,255,0.15);\n    color: rgba(255,255,255,0.85);\n  }\n  .rc-cta h2 {\n    font-family: 'Instrument Serif', Georgia, serif;\n    font-weight: 400;\n    font-size: clamp(2.4rem, 5vw, 4rem);\n    line-height: 1.05;\n    letter-spacing: -0.025em;\n    color: var(--bg);\n    margin: 20px auto 28px;\n    max-width: 800px;\n  }\n  .rc-cta h2 i { font-style: italic; color: var(--sage); }\n  .rc-cta p {\n    color: rgba(255,255,255,0.7);\n    font-size: 1.1rem;\n    max-width: 520px;\n    margin: 0 auto 36px;\n  }\n  .rc-cta .rc-btn-primary {\n    background: var(--bg);\n    color: var(--ink);\n  }\n\n  \/* Footer *\/\n  .rc-footer {\n    padding: 80px 24px 32px;\n    border-top: 1px solid var(--line);\n  }\n  .rc-footer-inner { max-width: 1280px; margin: 0 auto; }\n  .rc-footer-top {\n    display: grid;\n    grid-template-columns: 1.6fr 1fr 1fr 1fr;\n    gap: 48px;\n    margin-bottom: 48px;\n  }\n  .rc-footer-logo {\n    font-family: 'Instrument Serif', Georgia, serif;\n    font-size: 1.6rem;\n    font-weight: 400;\n    letter-spacing: -0.02em;\n    color: var(--ink);\n    text-decoration: none;\n    display: inline-block;\n    margin-bottom: 14px;\n  }\n  .rc-footer-brand p {\n    color: var(--ink-2);\n    font-size: 0.92rem;\n    max-width: 360px;\n    margin: 0 0 18px;\n    line-height: 1.55;\n  }\n  .rc-footer-contact {\n    color: var(--navy-bright);\n    text-decoration: none;\n    font-size: 0.9rem;\n    font-weight: 500;\n    border-bottom: 1px solid transparent;\n    transition: border-color 0.2s ease;\n  }\n  .rc-footer-contact:hover { border-bottom-color: var(--navy-bright); }\n  .rc-footer h5 {\n    font-family: 'Geist Mono', monospace;\n    font-size: 0.7rem;\n    letter-spacing: 0.1em;\n    text-transform: uppercase;\n    color: var(--ink-3);\n    margin: 0 0 18px;\n    font-weight: 500;\n  }\n  .rc-footer ul { list-style: none; padding: 0; margin: 0; }\n  .rc-footer li { margin-bottom: 10px; }\n  .rc-footer a {\n    color: var(--ink);\n    text-decoration: none;\n    font-size: 0.92rem;\n    transition: color 0.2s ease;\n  }\n  .rc-footer a:hover { color: var(--navy); }\n  .rc-footer-bottom {\n    padding-top: 28px;\n    border-top: 1px solid var(--line);\n    display: flex;\n    justify-content: space-between;\n    flex-wrap: wrap;\n    gap: 16px;\n    font-size: 0.85rem;\n    color: var(--ink-3);\n  }\n\n  \/* Floating cart widget *\/\n  .rc-floating-cart {\n    position: fixed;\n    bottom: 24px;\n    right: 24px;\n    z-index: 100;\n    background: rgba(10, 22, 40, 0.96);\n    backdrop-filter: blur(20px) saturate(1.4);\n    -webkit-backdrop-filter: blur(20px) saturate(1.4);\n    border-radius: 100px;\n    padding: 8px 8px 8px 20px;\n    display: inline-flex;\n    align-items: center;\n    gap: 14px;\n    box-shadow:\n      0 4px 12px rgba(10, 22, 40, 0.15),\n      0 20px 40px -12px rgba(10, 22, 40, 0.3);\n    text-decoration: none;\n    color: var(--bg);\n    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);\n    max-width: calc(100vw - 32px);\n  }\n  .rc-floating-cart:hover {\n    transform: translateY(-2px);\n    box-shadow:\n      0 8px 16px rgba(10, 22, 40, 0.18),\n      0 24px 50px -12px rgba(10, 22, 40, 0.4);\n  }\n  .rc-fc-icon {\n    width: 22px;\n    height: 22px;\n    flex-shrink: 0;\n    position: relative;\n  }\n  .rc-fc-icon svg {\n    width: 100%;\n    height: 100%;\n    stroke: var(--bg);\n    fill: none;\n    stroke-width: 1.8;\n    stroke-linecap: round;\n    stroke-linejoin: round;\n  }\n  .rc-fc-text {\n    display: flex;\n    flex-direction: column;\n    gap: 2px;\n    min-width: 0;\n    padding-right: 4px;\n  }\n  .rc-fc-label {\n    font-family: 'Geist Mono', monospace;\n    font-size: 0.65rem;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: rgba(255, 255, 255, 0.6);\n    line-height: 1;\n  }\n  .rc-fc-price {\n    font-family: 'Geist', sans-serif;\n    font-size: 0.95rem;\n    font-weight: 600;\n    color: var(--bg);\n    line-height: 1.1;\n    letter-spacing: -0.01em;\n  }\n  .rc-fc-btn {\n    background: var(--bg);\n    color: var(--ink);\n    border-radius: 100px;\n    padding: 10px 16px;\n    font-family: 'Geist', sans-serif;\n    font-size: 0.85rem;\n    font-weight: 500;\n    letter-spacing: -0.01em;\n    display: inline-flex;\n    align-items: center;\n    gap: 6px;\n    flex-shrink: 0;\n    transition: background 0.2s ease;\n  }\n  .rc-floating-cart:hover .rc-fc-btn {\n    background: var(--navy-bright);\n    color: var(--bg);\n  }\n  .rc-fc-badge {\n    position: absolute;\n    top: -6px;\n    right: -8px;\n    background: var(--navy-bright);\n    color: var(--bg);\n    border-radius: 100px;\n    min-width: 18px;\n    height: 18px;\n    padding: 0 5px;\n    font-family: 'Geist', sans-serif;\n    font-size: 0.65rem;\n    font-weight: 600;\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    border: 2px solid var(--ink);\n  }\n\n  \/* Responsive *\/\n  @media (max-width: 960px) {\n    .rc-hero { padding: 30px 16px; }\n    .rc-hero-inner { padding: 50px 24px; border-radius: var(--radius-lg); }\n    .rc-hero-features { grid-template-columns: 1fr; gap: 12px; }\n    .rc-strip-row { justify-content: flex-start; gap: 20px; }\n    .rc-product-grid { grid-template-columns: repeat(2, 1fr); }\n    .rc-cta { padding: 60px 32px; border-radius: var(--radius-lg); }\n    .rc-section { padding: 60px 16px; }\n    .rc-why { padding: 60px 16px; }\n    .rc-why-grid { grid-template-columns: repeat(2, 1fr); }\n    .rc-footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }\n    .rc-footer { padding: 60px 16px 24px; }\n    .rc-floating-cart {\n      bottom: 16px;\n      right: 16px;\n      padding: 6px 6px 6px 16px;\n      gap: 10px;\n    }\n    .rc-fc-text { gap: 1px; }\n    .rc-fc-price { font-size: 0.88rem; }\n    .rc-fc-btn { padding: 8px 14px; font-size: 0.8rem; }\n    \/* Add bottom padding so cart doesn't cover content on mobile *\/\n    .rc-site { padding-bottom: 80px; }\n  }\n  @media (max-width: 540px) {\n    .rc-product-grid { grid-template-columns: 1fr; }\n    .rc-footer-top { grid-template-columns: 1fr; gap: 28px; }\n    .rc-footer-bottom { flex-direction: column; gap: 8px; }\n  }\n<\/style>\n\n<div class=\"rc-site\">\n\n  <!-- HERO -->\n  <section class=\"rc-hero\">\n    <div class=\"rc-hero-inner\">\n      <div class=\"rc-hero-blob rc-hero-blob-1\"><\/div>\n      <div class=\"rc-hero-blob rc-hero-blob-2\"><\/div>\n\n      <div class=\"rc-hero-content\">\n        <span class=\"rc-eyebrow\">\n          <span class=\"rc-dot\"><\/span>\n          In stock \u00b7 Ships from the U.S.\n        <\/span>\n        <h1>\n          Research peptides,<br>\n          <i>verified and ready.<\/i>\n        <\/h1>\n        <p class=\"rc-hero-lead\">\n          Single-peptide and multi-peptide vials, every product verified at \u226598% purity by HPLC. Sterile 3ml glass vials, lyophilized, in stock today.\n        <\/p>\n        <div class=\"rc-hero-actions\">\n          <a href=\"#catalog\" class=\"rc-btn rc-btn-primary\">\n            Shop the catalog\n            <span class=\"rc-arrow\">\u2192<\/span>\n          <\/a>\n          <a href=\"#featured\" class=\"rc-btn rc-btn-ghost\">View featured<\/a>\n        <\/div>\n\n        <div class=\"rc-bulk-banner\">\n          <span class=\"rc-bulk-banner-icon\">%<\/span>\n          <span><strong>Save 20%<\/strong> when you order the 10-vial size on any product<\/span>\n        <\/div>\n      <\/div>\n\n      <div class=\"rc-hero-features\" id=\"featured\">\n\n        <a href=\"https:\/\/www.rencochemicals.com\/?product=ghk-cu-50mg\" class=\"rc-feat\">\n          <div class=\"rc-feat-image\">\n            <span class=\"rc-feat-tag accent\">Single Peptide<\/span>\n            <img decoding=\"async\" src=\"https:\/\/www.rencochemicals.com\/wp-content\/uploads\/2026\/04\/GHK-Cu-50mg-600x600.png\" alt=\"GHK-Cu (50mg)\">\n          <\/div>\n          <div class=\"rc-feat-body\">\n            <div class=\"rc-feat-cat\">In-Stock<\/div>\n            <h3>GHK-Cu (50mg)<\/h3>\n            <div class=\"rc-feat-price\"><small>From<\/small> $19.99<\/div>\n          <\/div>\n        <\/a>\n\n        <a href=\"https:\/\/www.rencochemicals.com\/?product=3r-10mg\" class=\"rc-feat\">\n          <div class=\"rc-feat-image\">\n            <span class=\"rc-feat-tag accent\">Featured<\/span>\n            <img decoding=\"async\" src=\"https:\/\/www.rencochemicals.com\/wp-content\/uploads\/2026\/04\/RT-10mg-600x600.png\" alt=\"GLP-3(RT) 10mg\">\n          <\/div>\n          <div class=\"rc-feat-body\">\n            <div class=\"rc-feat-cat\">In-Stock<\/div>\n            <h3>GLP-3(RT) (10mg)<\/h3>\n            <div class=\"rc-feat-price\"><small>From<\/small> $29.99<\/div>\n          <\/div>\n        <\/a>\n\n        <a href=\"https:\/\/www.rencochemicals.com\/?product=glow-70-ghk-cu-50mg-bpc-157-10mg-tb500-10mg\" class=\"rc-feat\">\n          <div class=\"rc-feat-image\">\n            <span class=\"rc-feat-tag\">Triple Stack<\/span>\n            <img decoding=\"async\" src=\"https:\/\/www.rencochemicals.com\/wp-content\/uploads\/2026\/04\/Untitled-design-600x600.png\" alt=\"GLOW-70\">\n          <\/div>\n          <div class=\"rc-feat-body\">\n            <div class=\"rc-feat-cat\">In-Stock<\/div>\n            <h3>GLOW-70 Stack<\/h3>\n            <div class=\"rc-feat-price\"><small>From<\/small> $44.99<\/div>\n          <\/div>\n        <\/a>\n\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- TRUST STRIP -->\n  <section class=\"rc-strip\">\n    <div class=\"rc-strip-row\">\n      <div class=\"rc-strip-item\">\n        <span class=\"rc-strip-icon\">\u2713<\/span>\n        <span>\u226598% purity (HPLC)<\/span>\n      <\/div>\n      <div class=\"rc-strip-item\">\n        <span class=\"rc-strip-icon\">\u2713<\/span>\n        <span>Sterile 3ml glass vials<\/span>\n      <\/div>\n      <div class=\"rc-strip-item\">\n        <span class=\"rc-strip-icon\">\u2713<\/span>\n        <span>Lyophilized &#038; shelf-stable<\/span>\n      <\/div>\n      <div class=\"rc-strip-item\">\n        <span class=\"rc-strip-icon\">\u2713<\/span>\n        <span>Ships from the U.S.<\/span>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- CATALOG -->\n  <section class=\"rc-section\" id=\"catalog\">\n    <div class=\"rc-section-head\">\n      <span class=\"rc-eyebrow\">The catalog<\/span>\n      <h2>Every product, <i>in stock.<\/i><\/h2>\n      <p class=\"rc-section-lead\">\n        Single-peptide vials and curated multi-peptide stacks \u2014 all available in 1-vial or 10-vial quantities.\n      <\/p>\n    <\/div>\n\n    <div class=\"rc-product-grid\">\n\n      <!-- 1: GHK-Cu -->\n      <a href=\"https:\/\/www.rencochemicals.com\/?product=ghk-cu-50mg\" class=\"rc-p-card\">\n        <div class=\"rc-p-image\">\n          <span class=\"rc-p-badge sale\">Sale<\/span>\n          <img decoding=\"async\" src=\"https:\/\/www.rencochemicals.com\/wp-content\/uploads\/2026\/04\/GHK-Cu-50mg-600x600.png\" alt=\"GHK-Cu (50mg)\">\n        <\/div>\n        <div class=\"rc-p-body\">\n          <div class=\"rc-p-cat\">Single Peptide<\/div>\n          <h3>GHK-Cu (50mg)<\/h3>\n          <p class=\"rc-p-desc\">Naturally occurring copper-binding tripeptide. 50mg lyophilized in a sterile 3ml vial, \u226598% purity.<\/p>\n          <div class=\"rc-p-foot\">\n            <div>\n              <div class=\"rc-p-price\"><small>From<\/small> $19.99<\/div>\n              <div class=\"rc-bulk-note\"><strong>Save $40<\/strong> on 10 vials<\/div>\n            <\/div>\n            <span class=\"rc-p-add\">+<\/span>\n          <\/div>\n        <\/div>\n      <\/a>\n\n      <!-- 2: GLOW-70 -->\n      <a href=\"https:\/\/www.rencochemicals.com\/?product=glow-70-ghk-cu-50mg-bpc-157-10mg-tb500-10mg\" class=\"rc-p-card\">\n        <div class=\"rc-p-image\">\n          <span class=\"rc-p-badge sale\">Sale<\/span>\n          <img decoding=\"async\" src=\"https:\/\/www.rencochemicals.com\/wp-content\/uploads\/2026\/04\/Untitled-design-600x600.png\" alt=\"GLOW-70\">\n        <\/div>\n        <div class=\"rc-p-body\">\n          <div class=\"rc-p-cat\">Triple Peptide Stack<\/div>\n          <h3>GLOW-70 \u2014 GHK-Cu \/ BPC-157 \/ TB-500<\/h3>\n          <p class=\"rc-p-desc\">Triple-peptide research vial: GHK-Cu (50mg), BPC-157 (10mg), TB-500 (10mg). All \u226598% purity.<\/p>\n          <div class=\"rc-p-foot\">\n            <div>\n              <div class=\"rc-p-price\"><small>From<\/small> $44.99<\/div>\n              <div class=\"rc-bulk-note\"><strong>Save $90<\/strong> on 10 vials<\/div>\n            <\/div>\n            <span class=\"rc-p-add\">+<\/span>\n          <\/div>\n        <\/div>\n      <\/a>\n\n      <!-- 3: GLP-3(RT) -->\n      <a href=\"https:\/\/www.rencochemicals.com\/?product=3r-10mg\" class=\"rc-p-card\">\n        <div class=\"rc-p-image\">\n          <span class=\"rc-p-badge sale\">Sale<\/span>\n          <img decoding=\"async\" src=\"https:\/\/www.rencochemicals.com\/wp-content\/uploads\/2026\/04\/RT-10mg-600x600.png\" alt=\"GLP-3(RT) 10mg\">\n        <\/div>\n        <div class=\"rc-p-body\">\n          <div class=\"rc-p-cat\">Single Peptide<\/div>\n          <h3>GLP-3(RT) (10mg)<\/h3>\n          <p class=\"rc-p-desc\">10mg lyophilized research peptide in a sterile 3ml glass vial, verified at \u226598% purity.<\/p>\n          <div class=\"rc-p-foot\">\n            <div>\n              <div class=\"rc-p-price\"><small>From<\/small> $29.99<\/div>\n              <div class=\"rc-bulk-note\"><strong>Save $60<\/strong> on 10 vials<\/div>\n            <\/div>\n            <span class=\"rc-p-add\">+<\/span>\n          <\/div>\n        <\/div>\n      <\/a>\n\n      <!-- 4: Limitless (HIGH RES) -->\n      <a href=\"https:\/\/www.rencochemicals.com\/?product=limitless-selank-10mg-semax-10mg\" class=\"rc-p-card\">\n        <div class=\"rc-p-image\">\n          <span class=\"rc-p-badge sale\">Sale<\/span>\n          <img decoding=\"async\" src=\"https:\/\/www.rencochemicals.com\/wp-content\/uploads\/2026\/04\/Limitless-600x600.png\" alt=\"Limitless\">\n        <\/div>\n        <div class=\"rc-p-body\">\n          <div class=\"rc-p-cat\">Dual Peptide Stack<\/div>\n          <h3>Limitless \u2014 Selank \/ Semax<\/h3>\n          <p class=\"rc-p-desc\">Combined Selank (10mg) and Semax (10mg) in a single 3ml vial, both verified at \u226598% purity.<\/p>\n          <div class=\"rc-p-foot\">\n            <div>\n              <div class=\"rc-p-price\"><small>From<\/small> $35.99<\/div>\n              <div class=\"rc-bulk-note\"><strong>Save $70<\/strong> on 10 vials<\/div>\n            <\/div>\n            <span class=\"rc-p-add\">+<\/span>\n          <\/div>\n        <\/div>\n      <\/a>\n\n      <!-- 5: Olympus (HIGH RES) -->\n      <a href=\"https:\/\/www.rencochemicals.com\/?product=olympus-cjc-no-dac-5mg-ipamorelin-5mg\" class=\"rc-p-card\">\n        <div class=\"rc-p-image\">\n          <span class=\"rc-p-badge sale\">Sale<\/span>\n          <img decoding=\"async\" src=\"https:\/\/www.rencochemicals.com\/wp-content\/uploads\/2026\/04\/Olympus-600x600.png\" alt=\"Olympus\">\n        <\/div>\n        <div class=\"rc-p-body\">\n          <div class=\"rc-p-cat\">Dual Peptide Stack<\/div>\n          <h3>Olympus \u2014 CJC-No DAC \/ Ipamorelin<\/h3>\n          <p class=\"rc-p-desc\">CJC-No DAC (5mg) paired with Ipamorelin (5mg) in a sterile 3ml glass vial, \u226598% purity.<\/p>\n          <div class=\"rc-p-foot\">\n            <div>\n              <div class=\"rc-p-price\"><small>From<\/small> $35.99<\/div>\n              <div class=\"rc-bulk-note\"><strong>Save $70<\/strong> on 10 vials<\/div>\n            <\/div>\n            <span class=\"rc-p-add\">+<\/span>\n          <\/div>\n        <\/div>\n      <\/a>\n\n    <\/div>\n  <\/section>\n\n  <!-- WHY RENCO -->\n  <section class=\"rc-why\">\n    <div class=\"rc-section-head\" style=\"margin-bottom: 40px;\">\n      <span class=\"rc-eyebrow\">Why Renco<\/span>\n      <h2>Built for the <i>serious researcher.<\/i><\/h2>\n    <\/div>\n\n    <div class=\"rc-why-grid\">\n      <div class=\"rc-why-card\">\n        <div class=\"rc-why-icon\">\u25d0<\/div>\n        <h3>\u226598% HPLC verified<\/h3>\n        <p>Every peptide tested and confirmed before it leaves the facility. No mystery batches.<\/p>\n      <\/div>\n      <div class=\"rc-why-card\">\n        <div class=\"rc-why-icon\">\u25d1<\/div>\n        <h3>U.S. shipping<\/h3>\n        <p>Orders go out fast from our domestic facility. No customs, no surprises, real tracking.<\/p>\n      <\/div>\n      <div class=\"rc-why-card\">\n        <div class=\"rc-why-icon\">\u25d2<\/div>\n        <h3>Bulk savings built-in<\/h3>\n        <p>Order 10 vials and save 20% per unit on every product \u2014 no codes, no minimums.<\/p>\n      <\/div>\n      <div class=\"rc-why-card\">\n        <div class=\"rc-why-icon\">\u25d3<\/div>\n        <h3>Discreet packaging<\/h3>\n        <p>Unmarked, tamper-evident packaging. Sterile 3ml glass vials, lyophilized for stability.<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- CTA -->\n  <section class=\"rc-cta-section\">\n    <div class=\"rc-cta\">\n      <span class=\"rc-eyebrow\">Get started<\/span>\n      <h2>Your next batch,<br><i>ready when you are.<\/i><\/h2>\n      <p>The full catalog is in stock and shipping daily from our U.S. facility.<\/p>\n      <a href=\"#catalog\" class=\"rc-btn rc-btn-primary\">\n        Shop the catalog\n        <span class=\"rc-arrow\">\u2192<\/span>\n      <\/a>\n    <\/div>\n  <\/section>\n\n  <!-- FOOTER -->\n  <footer class=\"rc-footer\">\n    <div class=\"rc-footer-inner\">\n      <div class=\"rc-footer-top\">\n        <div class=\"rc-footer-brand\">\n          <a href=\"https:\/\/www.rencochemicals.com\/\" class=\"rc-footer-logo\">Renco Chemicals<\/a>\n          <p>U.S.-based research compound supplier with documented quality and dedicated researcher support.<\/p>\n          <a href=\"mailto:Contact@rencochemicals.com\" class=\"rc-footer-contact\">Contact@rencochemicals.com<\/a>\n        <\/div>\n\n        <div>\n          <h5>Shop<\/h5>\n          <ul>\n            <li><a href=\"#catalog\">All products<\/a><\/li>\n            <li><a href=\"https:\/\/www.rencochemicals.com\/?product=ghk-cu-50mg\">GHK-Cu<\/a><\/li>\n            <li><a href=\"https:\/\/www.rencochemicals.com\/?product=glow-70-ghk-cu-50mg-bpc-157-10mg-tb500-10mg\">GLOW-70<\/a><\/li>\n            <li><a href=\"https:\/\/www.rencochemicals.com\/?product=3r-10mg\">GLP-3(RT)<\/a><\/li>\n          <\/ul>\n        <\/div>\n\n        <div>\n          <h5>Account<\/h5>\n          <ul>\n            <li><a href=\"https:\/\/www.rencochemicals.com\/?page_id=335\">Cart<\/a><\/li>\n            <li><a href=\"https:\/\/www.rencochemicals.com\/?page_id=336\">Checkout<\/a><\/li>\n            <li><a href=\"mailto:Contact@rencochemicals.com\">Support<\/a><\/li>\n          <\/ul>\n        <\/div>\n\n        <div>\n          <h5>Legal<\/h5>\n          <ul>\n            <li><a href=\"https:\/\/www.rencochemicals.com\/?page_id=52\">Terms and Conditions<\/a><\/li>\n            <li><a href=\"mailto:Contact@rencochemicals.com\">Contact<\/a><\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n\n      <div class=\"rc-footer-bottom\">\n        <span>\u00a9 2026 Renco Chemicals \u00b7 For research and laboratory use only<\/span>\n        <span>Must be 21+ to purchase<\/span>\n      <\/div>\n    <\/div>\n  <\/footer>\n\n  <!-- FLOATING CART WIDGET -->\n  <a href=\"https:\/\/www.rencochemicals.com\/?page_id=335\" class=\"rc-floating-cart\" id=\"rc-cart-widget\">\n    <div class=\"rc-fc-icon\">\n      <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\">\n        <path d=\"M3 5h2.5l2 12h11l2-9H7\"\/>\n        <circle cx=\"9\" cy=\"20\" r=\"1.5\"\/>\n        <circle cx=\"17\" cy=\"20\" r=\"1.5\"\/>\n      <\/svg>\n      <span class=\"rc-fc-badge\" id=\"rc-cart-count\">0<\/span>\n    <\/div>\n    <div class=\"rc-fc-text\">\n      <span class=\"rc-fc-label\">Your cart<\/span>\n      <span class=\"rc-fc-price\" id=\"rc-cart-total\">$0.00<\/span>\n    <\/div>\n    <span class=\"rc-fc-btn\">\n      View\n      <span style=\"font-size: 1rem;\">\u2192<\/span>\n    <\/span>\n  <\/a>\n\n  <!--\n    OPTIONAL: To make the cart count and total update live from WooCommerce,\n    add this small script. It reads from the WooCommerce cart fragments\n    that update automatically when items are added\/removed.\n\n    Paste this into a separate Custom HTML block at the bottom of the page,\n    OR add to your theme's footer.php just before <\/body>:\n  -->\n  <script>\n  (function() {\n    function updateCartWidget() {\n      \/\/ Try to read WooCommerce cart values from page if available\n      var countEl = document.getElementById('rc-cart-count');\n      var totalEl = document.getElementById('rc-cart-total');\n      if (!countEl || !totalEl) return;\n\n      \/\/ WooCommerce exposes cart contents via a few common selectors\n      var wcCount = document.querySelector('.cart-contents-count, .cart-count, .wc-block-mini-cart__badge');\n      var wcTotal = document.querySelector('.cart-contents-total, .wc-block-mini-cart__amount');\n\n      if (wcCount) {\n        var n = parseInt(wcCount.textContent.replace(\/\\D\/g, ''), 10) || 0;\n        countEl.textContent = n;\n        countEl.style.display = n > 0 ? 'inline-flex' : 'none';\n      } else {\n        countEl.style.display = 'none';\n      }\n      if (wcTotal && wcTotal.textContent.trim()) {\n        totalEl.textContent = wcTotal.textContent.trim();\n      }\n    }\n\n    \/\/ Hide badge initially if cart is empty\n    document.addEventListener('DOMContentLoaded', function() {\n      var badge = document.getElementById('rc-cart-count');\n      if (badge && badge.textContent === '0') badge.style.display = 'none';\n      updateCartWidget();\n    });\n\n    \/\/ Re-check when WooCommerce updates fragments (after add-to-cart)\n    if (typeof jQuery !== 'undefined') {\n      jQuery(document.body).on('wc_fragments_refreshed updated_cart_totals added_to_cart', updateCartWidget);\n    }\n  })();\n  <\/script>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>In stock \u00b7 Ships from the U.S. Research peptides, verified and ready. Single-peptide and multi-peptide vials, every product verified at \u226598% purity by HPLC. Sterile 3ml glass vials, lyophilized, in stock today. Shop the catalog \u2192 View featured % Save 20% when you order the 10-vial size on any product Single Peptide In-Stock GHK-Cu (50mg) [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-434","page","type-page","status-publish","hentry"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/www.rencochemicals.com\/index.php?rest_route=\/wp\/v2\/pages\/434","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.rencochemicals.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.rencochemicals.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.rencochemicals.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.rencochemicals.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=434"}],"version-history":[{"count":5,"href":"https:\/\/www.rencochemicals.com\/index.php?rest_route=\/wp\/v2\/pages\/434\/revisions"}],"predecessor-version":[{"id":442,"href":"https:\/\/www.rencochemicals.com\/index.php?rest_route=\/wp\/v2\/pages\/434\/revisions\/442"}],"wp:attachment":[{"href":"https:\/\/www.rencochemicals.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=434"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}