<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Contact us - SummitFlux</title>
<meta property="og:title" content="Contact Us — SummitFlux">  <meta property="og:description" content="Get in touch with SummitFlux. Questions about snow crystal cards, co-branding, bulk orders, or support. San Francisco, CA.">  <meta property="og:url" content="https://summitflux.com/contact.html">  <meta property="og:image" content="https://summitflux.com/images/hero-bg.jpg">  <meta property="og:type" content="website">  <meta property="og:site_name" content="SummitFlux">  <meta name="twitter:card" content="summary_large_image">  <meta name="twitter:title" content="Contact Us — SummitFlux">  <meta name="twitter:description" content="Get in touch with SummitFlux. Questions about snow crystal cards, co-branding, bulk orders, or support. San Francisco, CA.">  <meta name="twitter:image" content="https://summitflux.com/images/hero-bg.jpg">  <meta name="keywords" content="snow crystal card, avalanche safety, backcountry, snow science, crystal identification, composite crystal card, SummitFlux">  <meta name="author" content="SummitFlux LLC">  <link rel="canonical" href="https://summitflux.com/contact.html">
  <meta name="description" content="Get in touch with SummitFlux. We're here to answer your questions about our snow crystal cards and services.">
  <link rel="stylesheet" href="styles.css">
  <script src="https://js.stripe.com/v3/"></script>
  <script type="application/ld+json">
  {
    "@context": "https://schema.org",
    "@graph": [
      {
        "@type": "ContactPage",
        "url": "https://summitflux.com/contact.html",
        "name": "Contact SummitFlux",
        "description": "Get in touch with SummitFlux for questions about our products, support, partnerships, bulk orders, or co-branding. Based in San Francisco, serving customers worldwide."
      },
      {
        "@type": "LocalBusiness",
        "name": "SummitFlux LLC",
        "url": "https://summitflux.com/",
        "image": "https://summitflux.com/images/brand/logo.png",
        "email": "support@summitflux.com",
        "address": {
          "@type": "PostalAddress",
          "streetAddress": "166 Geary St #1706",
          "addressLocality": "San Francisco",
          "addressRegion": "CA",
          "postalCode": "94108",
          "addressCountry": "US"
        },
        "areaServed": "Worldwide",
        "priceRange": "$$"
      }
    ]
  }
  </script>
  <!-- SF-META-V2 ──────────────────────────────────────────────────────── -->
  <meta name="theme-color" content="#0a1014">
  <meta name="color-scheme" content="dark light">
  <meta name="format-detection" content="telephone=no,address=no,email=no,date=no">
  <meta name="apple-mobile-web-app-capable" content="yes">
  <meta name="mobile-web-app-capable" content="yes">
  <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
  <meta name="apple-mobile-web-app-title" content="SummitFlux">
  <meta name="application-name" content="SummitFlux">
  <meta name="msapplication-TileColor" content="#0a1014">
  <meta name="msapplication-config" content="none">
  <meta name="referrer" content="strict-origin-when-cross-origin">
  <meta name="generator" content="SummitFlux Static — Caddy on Hetzner">
  <meta name="robots" content="index,follow,max-image-preview:large,max-snippet:-1,max-video-preview:-1">
  <meta name="googlebot" content="index,follow,max-image-preview:large,max-snippet:-1">
  <meta name="bingbot" content="index,follow">
  <meta http-equiv="x-dns-prefetch-control" content="on">
  <link rel="preconnect" href="https://fonts.googleapis.com" crossorigin>
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  <link rel="preconnect" href="https://js.stripe.com" crossorigin>
  <link rel="dns-prefetch" href="https://summitflux-forms.james-d-mulroy.workers.dev">
  <link rel="dns-prefetch" href="https://api.stripe.com">
  <link rel="dns-prefetch" href="https://checkout.stripe.com">
  <link rel="manifest" href="/manifest.webmanifest">
  <link rel="icon" href="/favicon.ico" sizes="any">
  <link rel="icon" type="image/png" href="/images/brand/logo.png">
  <link rel="apple-touch-icon" href="/images/brand/logo.png">
  <link rel="mask-icon" href="/images/brand/logo.png" color="#e8a847">
  <link rel="alternate" type="application/rss+xml" title="SummitFlux Blog" href="https://summitflux.com/blog">
  <link rel="me" href="mailto:support@summitflux.com">
  <link rel="author" href="mailto:support@summitflux.com">
  <script type="application/ld+json">{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://summitflux.com/"},{"@type":"ListItem","position":2,"name":"Contact","item":"https://summitflux.com/contact"}]}</script>
  <!-- /SF-META-V2 -->
</head>
<body>
  <header class="sf-header">
    <div class="sf-logo">
      <a href="index.html" style="display:flex;align-items:center;gap:0.5rem;color:inherit;text-decoration:none;">
        <img src="images/brand/logo.png" alt="SummitFlux Logo">
        
      </a>
    </div>
    <nav class="sf-nav">
      <a href="index.html">Home</a>
      <a href="shop.html">Shop</a>
      <a href="contact.html">Contact</a>
      <a href="blog.html">Blog</a>
    </nav>
    <div class="sf-header-icons">
      <div class="sf-cart-wrapper">
        <a href="#cart" id="cart-toggle">Cart (<span class="sf-cart-count">0</span>)</a>
        <div id="cart-dropdown"></div>
      </div>
    </div>
  </header>


  <section class="sf-contact-layout">
    <div>
      <p style="margin-bottom: 1.5rem; color: rgba(255,255,255,0.7);">We're here to help! Whether you have questions about our products, need support, or want to report an issue, feel free to reach out. Our team is dedicated to providing you with the assistance you need.&nbsp;</p>
      <form id="contact-form" enctype="multipart/form-data">
        <div class="sf-form-group sf-form-inline">
          <label for="name">Your Name *</label>
          <input type="text" id="name" name="name" required>
        </div>
        <div class="sf-form-group sf-form-inline">
          <label for="phone">Phone Number</label>
          <input type="tel" id="phone" name="phone" placeholder="+1">
        </div>
        <div class="sf-form-group sf-form-inline">
          <label for="email">Your Email *</label>
          <input type="email" id="email" name="email" required>
        </div>
        <div class="sf-form-group sf-form-inline">
          <label for="company">Your Company</label>
          <input type="text" id="company" name="company">
        </div>
        <div class="sf-form-group sf-form-inline">
          <label for="subject">Subject *</label>
          <input type="text" id="subject" name="subject" required>
        </div>
        <div class="sf-form-group sf-form-inline">
          <label for="question">Your Question *</label>
          <textarea id="question" name="question" required></textarea>
        </div>
        <div style="margin-top:1rem;">
          <label style="display:flex;align-items:center;gap:0.5rem;cursor:pointer;color:rgba(255,255,255,0.85);font-size:0.9rem;">
            <input type="checkbox" name="newsletter" style="width:18px;height:18px;cursor:pointer;">
            Sign me up for the SummitFlux newsletter
          </label>
        </div>
        <div style="text-align:center;margin-top:1rem;">
          <button type="submit" class="sf-btn sf-btn-outline">Submit</button>
        </div>
      </form>
    </div>

    <div class="sf-contact-info">
      <h3>Company Address</h3>
      <p>&#128205; 166 Geary St #1706, San Francisco, CA</p>
      <p>&#9993; <a href="mailto:support@summitflux.com">support@summitflux.com</a></p>
      <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3153.086!2d-122.407!3d37.787!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x8085808b58a58a5d%3A0x6ae46eb97d3e8e8e!2s166%20Geary%20St%20%231706%2C%20San%20Francisco%2C%20CA%2094108!5e0!3m2!1sen!2sus!4v1700000000000" width="100%" height="200" style="border:0;border-radius:8px;margin-top:1rem;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
    </div>
  </section>

  <footer class="sf-footer">
    <a href="privacy-policy.html">Privacy Policy</a>
    <a href="brand-protection.html">Brand Protection</a>
    <a href="contact.html">Contact and Location</a>
    <a href="terms.html">Terms of Agreement</a>
  </footer>

  <script src="js/stripe-config.js"></script>
  <script src="js/cart.js"></script>
  <script src="js/forms.js"></script>
  <script src="js/mobile-nav.js"></script>
</body>
</html>
