Get in Touch

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>Contact — Maneater Club</title>
  <link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:wght@300;400;500&display=swap" rel="stylesheet" />
  <style>
    * { box-sizing: border-box; margin: 0; padding: 0; }

    body { font-family: 'Inter', sans-serif; background: #fff; color: #0a0a0a; }

    .mc-hero { padding: 4rem 2rem 3rem; text-align: center; border-bottom: 1px solid #e0e0e0; }
    .mc-eyebrow { font-size: 11px; letter-spacing: 0.25em; text-transform: uppercase; color: #c0392b; margin-bottom: 1rem; }
    .mc-title { font-family: 'Bebas Neue', Impact, sans-serif; font-size: clamp(3.5rem, 10vw, 7rem); line-height: 0.9; color: #0a0a0a; margin: 0 0 1.5rem; letter-spacing: 0.02em; }
    .mc-title span { color: #c0392b; }
    .mc-subtitle { font-size: 0.95rem; color: #555; max-width: 400px; margin: 0 auto; line-height: 1.75; font-weight: 300; }

    .mc-divider { display: flex; align-items: center; gap: 1.25rem; max-width: 680px; margin: 0 auto; padding: 2rem 2rem 0; }
    .mc-divider::before, .mc-divider::after { content: ''; flex: 1; height: 1px; background: #e0e0e0; }

    .mc-body { max-width: 680px; margin: 0 auto; padding: 2.5rem 2rem; display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
    @media (max-width: 560px) { .mc-body { grid-template-columns: 1fr; gap: 2rem; } }

    .mc-info-heading, .mc-form-heading { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: #aaa; margin-bottom: 1.5rem; }

    .mc-info-block { margin-bottom: 1.75rem; }
    .mc-info-label { font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; color: #0a0a0a; font-weight: 500; margin-bottom: 0.4rem; }
    .mc-info-value { font-size: 0.88rem; color: #555; line-height: 1.65; font-weight: 300; }
    .mc-info-value a { color: #c0392b; text-decoration: none; }
    .mc-info-value a:hover { text-decoration: underline; }

    .mc-info-note { background: #fafafa; border-left: 2px solid #c0392b; padding: 0.9rem 1rem; margin-top: 1.5rem; }
    .mc-info-note p { font-size: 0.8rem; color: #888; line-height: 1.65; font-weight: 300; }
    .mc-info-note strong { color: #0a0a0a; font-weight: 500; }

    .mc-field { margin-bottom: 1.25rem; }
    .mc-label { font-size: 10px; letter-spacing: 0.15em; text-transform: uppercase; color: #0a0a0a; font-weight: 500; display: block; margin-bottom: 0.5rem; }

    .mc-input,
    .mc-select,
    .mc-textarea {
      width: 100%;
      border: 1px solid #e0e0e0;
      padding: 0.75rem 1rem;
      font-family: 'Inter', sans-serif;
      font-size: 0.88rem;
      color: #0a0a0a;
      background: #fff;
      font-weight: 300;
      outline: none;
      border-radius: 0;
      appearance: none;
      -webkit-appearance: none;
    }

    .mc-input:focus,
    .mc-select:focus,
    .mc-textarea:focus { border-color: #0a0a0a; }

    .mc-textarea { resize: vertical; min-height: 120px; }

    .mc-select-wrap { position: relative; }
    .mc-select-wrap::after { content: '↓'; position: absolute; right: 1rem; top: 50%; transform: translateY(-50%); color: #aaa; font-size: 0.8rem; pointer-events: none; }

    .mc-submit {
      display: block;
      width: 100%;
      background: #0a0a0a;
      color: #fff;
      font-family: 'Inter', sans-serif;
      font-size: 0.75rem;
      font-weight: 500;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      padding: 1rem;
      border: none;
      cursor: pointer;
      margin-top: 0.5rem;
    }

    .mc-submit:hover { background: #c0392b; }

    .mc-bottom { text-align: center; padding: 2.5rem 2rem 4rem; border-top: 1px solid #ebebeb; }
    .mc-stamp { display: inline-block; border: 2px solid #0a0a0a; color: #0a0a0a; font-family: 'Bebas Neue', Impact, sans-serif; font-size: 1.2rem; letter-spacing: 0.18em; padding: 0.5rem 1.6rem; transform: rotate(-1.5deg); }
  </style>
</head>
<body>

  <div class="mc-hero">
    <p class="mc-eyebrow">Maneater Club</p>
    <h1 class="mc-title">Get in<br/><span>Touch</span></h1>
    <p class="mc-subtitle">We're a small team and we read every message. We'll get back to you as soon as we can.</p>
  </div>

  <div class="mc-divider">
    <svg width="40" height="50" viewBox="0 0 52 64" fill="none" xmlns="http://www.w3.org/2000/svg" aria-hidden="true">
      <polygon points="4,4 48,4 32,32 20,32" fill="#c0392b" opacity="0.15"/>
      <polygon points="4,4 48,4 32,32 20,32" fill="none" stroke="#c0392b" stroke-width="2.5" stroke-linejoin="round"/>
      <line x1="26" y1="32" x2="26" y2="54" stroke="#0a0a0a" stroke-width="2.5" stroke-linecap="round"/>
      <line x1="14" y1="54" x2="38" y2="54" stroke="#0a0a0a" stroke-width="2.5" stroke-linecap="round"/>
      <circle cx="36" cy="10" r="4" fill="#c0392b"/>
      <line x1="20" y1="10" x2="36" y2="10" stroke="#0a0a0a" stroke-width="1.5" stroke-linecap="round"/>
    </svg>
  </div>

  <div class="mc-body">

    <div class="mc-info">
      <p class="mc-info-heading">Contact info</p>
      <div class="mc-info-block">
        <p class="mc-info-label">Email</p>
        <p class="mc-info-value"><a href="mailto:maneaterclub.co@gmail.com">maneaterclub.co@gmail.com</a></p>
      </div>
      <div class="mc-info-block">
        <p class="mc-info-label">Instagram</p>
        <p class="mc-info-value"><a href="https://www.instagram.com/maneaterclub.co" target="_blank">@maneaterclub.co</a></p>
      </div>
      <div class="mc-info-block">
        <p class="mc-info-label">Response time</p>
        <p class="mc-info-value">We aim to respond within 1–3 business days.</p>
      </div>
      <div class="mc-info-note">
        <p><strong>Order issues?</strong> Please include your order number in your message so we can sort it as quickly as possible.</p>
      </div>
    </div>

    <div class="mc-form">
      <p class="mc-form-heading">Send a message</p>

      <!--
        SHOPIFY SETUP INSTRUCTIONS:
        Replace the form tag below with Shopify's contact form tag:

        {% form 'contact' %}
          ... (move all fields inside here) ...
          <input type="hidden" name="contact[to]" value="maneaterclub.co@gmail.com">
        {% endform %}

        Then rename each input name to:
          Name    → contact[name]
          Email   → contact[email]
          Subject → contact[body] prefix or contact[subject]
          Message → contact[body]

        Or paste this HTML into Shopify's page editor and use
        a third-party form app like Hulk Contact Form or
        Gorgias to handle submissions.
      -->

      <form action="/contact#contact_form" method="post" id="contact_form" accept-charset="UTF-8">
        <input type="hidden" name="form_type" value="contact" />
        <input type="hidden" name="utf8" value="✓" />

        <div class="mc-field">
          <label class="mc-label" for="contact-name">Name</label>
          <input class="mc-input" type="text" id="contact-name" name="contact[name]" placeholder="Your name" required />
        </div>

        <div class="mc-field">
          <label class="mc-label" for="contact-email">Email</label>
          <input class="mc-input" type="email" id="contact-email" name="contact[email]" placeholder="your@email.com" required />
        </div>

        <div class="mc-field">
          <label class="mc-label" for="contact-subject">Subject</label>
          <div class="mc-select-wrap">
            <select class="mc-select" id="contact-subject" name="contact[subject]">
              <option value="" disabled selected>Select a topic</option>
              <option value="Order enquiry">Order enquiry</option>
              <option value="Returns & exchanges">Returns & exchanges</option>
              <option value="General enquiry">General enquiry</option>
            </select>
          </div>
        </div>

        <div class="mc-field">
          <label class="mc-label" for="contact-message">Message</label>
          <textarea class="mc-textarea" id="contact-message" name="contact[body]" placeholder="Tell us what's on your mind..." required></textarea>
        </div>

        <button type="submit" class="mc-submit">Send message ↗</button>
      </form>
    </div>

  </div>

  <div class="mc-bottom">
    <div class="mc-stamp">Maneater Club 2026</div>
  </div>

</body>
</html>