# UX Contact

Talk to Density Labs about your UX and design needs.

<style>
  .uxc-hero {
    padding: 100px 0 80px;
    border-bottom: 1px solid var(--line);
    position: relative;
    overflow: hidden;
  }
  .uxc-hero::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -180px;
    width: 560px;
    height: 560px;
    background: radial-gradient(circle, rgba(153, 27, 27, 0.05) 0%, transparent 70%);
    pointer-events: none;
  }
  .uxc-breadcrumb {
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--ink-muted);
    margin-bottom: 28px;
    position: relative;
    z-index: 2;
  }
  .uxc-breadcrumb a { color: var(--ink-muted); text-decoration: none; }
  .uxc-breadcrumb a:hover { color: var(--red); }
  .uxc-breadcrumb span { color: var(--ink-faint); margin: 0 12px; }
  .uxc-hero h1 {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: clamp(44px, 5.8vw, 76px);
    line-height: 1.04;
    letter-spacing: -0.03em;
    color: var(--ink);
    margin-bottom: 28px;
    max-width: 980px;
    position: relative;
    z-index: 2;
  }
  .uxc-hero h1 em { font-style: italic; color: var(--red); font-weight: 800; }
  .uxc-hero .lede {
    font-size: clamp(18px, 1.5vw, 22px);
    line-height: 1.55;
    color: var(--ink-soft);
    max-width: 760px;
    font-weight: 300;
    position: relative;
    z-index: 2;
  }
  .uxc-hero .lede strong { color: var(--ink); font-weight: 600; }

  .uxc-section { padding: 100px 0; border-bottom: 1px solid var(--line); }
  .uxc-section.alt { background: var(--paper-soft); }

  .uxc-header { text-align: center; margin-bottom: 60px; max-width: 880px; margin-left: auto; margin-right: auto; }
  .uxc-header .section-eyebrow { justify-content: center; }
  .uxc-header .section-h2 em { color: var(--red); font-style: italic; }
  .uxc-header .section-sub { margin: 24px auto 0; }

  .discovery-card {
    max-width: 920px;
    margin: 0 auto;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 56px 56px;
    border-left: 4px solid var(--red);
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 56px;
    align-items: center;
  }
  .discovery-eyebrow {
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--red);
    margin-bottom: 18px;
  }
  .discovery-card h3 {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: clamp(28px, 3.4vw, 40px);
    line-height: 1.1;
    color: var(--ink);
    margin-bottom: 20px;
    letter-spacing: -0.02em;
  }
  .discovery-card h3 em { color: var(--red); font-style: italic; }
  .discovery-card p {
    font-size: 16px;
    line-height: 1.65;
    color: var(--ink-soft);
    margin-bottom: 18px;
  }
  .discovery-card ul {
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
  }
  .discovery-card li {
    font-family: var(--font-mono);
    font-size: 12px;
    letter-spacing: 0.1em;
    color: var(--ink-muted);
    padding: 6px 0 6px 22px;
    position: relative;
  }
  .discovery-card li::before {
    content: '▸';
    position: absolute;
    left: 0;
    color: var(--red);
  }

  .subpages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .subpage-card {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 40px 32px;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s;
    display: block;
  }
  .subpage-card:hover {
    border-color: var(--red);
    transform: translateY(-4px);
    box-shadow: 0 16px 40px -16px rgba(153, 27, 27, 0.18);
  }
  .subpage-tag {
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--red);
    margin-bottom: 18px;
  }
  .subpage-card h3 {
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 22px;
    line-height: 1.25;
    color: var(--ink);
    margin-bottom: 14px;
    letter-spacing: -0.015em;
  }
  .subpage-card p {
    font-size: 15px;
    line-height: 1.65;
    color: var(--ink-soft);
    margin-bottom: 24px;
  }
  .subpage-cta {
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--red);
    font-weight: 500;
  }

  .uxc-cta {
    padding: 120px 0;
    text-align: center;
    background: var(--paper-soft);
  }
  .uxc-cta h2 {
    font-family: var(--font-display);
    font-weight: 800;
    font-size: clamp(36px, 4.8vw, 56px);
    line-height: 1.1;
    letter-spacing: -0.025em;
    color: var(--ink);
    margin-bottom: 24px;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
  }
  .uxc-cta h2 em { color: var(--red); font-style: italic; }
  .uxc-cta p {
    font-size: 18px;
    line-height: 1.55;
    color: var(--ink-soft);
    max-width: 580px;
    margin: 0 auto 36px;
    font-weight: 300;
  }

  @media (max-width: 980px) {
    .container { padding: 0 24px; }
    .discovery-card { grid-template-columns: 1fr; padding: 48px 32px; gap: 32px; }
    .subpages-grid { grid-template-columns: 1fr; }
    .uxc-section { padding: 72px 0; }
  }
</style>

<!-- HERO -->
<section class="uxc-hero">
  <div class="container">
    <div class="uxc-breadcrumb">
      <a href="/">Density Labs</a> <span>/</span> Design <span>/</span> Contact
    </div>
    <h1>Talk to us about <em>product design</em>.</h1>
    <p class="lede"><strong>Our design practice is a decade old and Clutch rated 5.0.</strong> The same operational density principles that drive our engineering work, applied to UX. Embedded designers, real product surfaces, no discovery decks.</p>
  </div>
</section>

<!-- DISCOVERY CALL -->
<section class="uxc-section">
  <div class="container">
    <div class="discovery-card">
      <div>
        <div class="discovery-eyebrow">Start here</div>
        <h3>A 30 minute <em>discovery call</em>.</h3>
        <p>If you are facing a design bottleneck, inconsistent UX across surfaces, a design system that needs building, or a UX audit that has stalled, we will tell you honestly whether we can help.</p>
        <p>No deck. No pitch. No procurement theater. We figure out together whether the work is real and the fit is right.</p>
        <ul>
          <li>30 minutes, video call, no prep required</li>
          <li>Honest "yes / no / not yet" qualification</li>
          <li>Same call we use for engineering engagements</li>
          <li>If we are not the right fit, we will say so</li>
        </ul>
      </div>
      <div>
        <a href="" class="btn-primary" style="font-size: 15px; padding: 20px 36px; display: inline-block; white-space: nowrap;">Book a design call →</a>
      </div>
    </div>
  </div>
</section>

<!-- HOW DESIGN FITS -->
<section class="uxc-section alt">
  <div class="container">
    <div class="uxc-header">
      <div class="section-eyebrow">How design fits at Density</div>
      <h2 class="section-h2">A full practice <em>underneath the AI wedge</em>.</h2>
      <p class="section-sub">Design has been a real practice here since 2016, with its own process, diagnostics, and Clutch verified track record. Three places to go deeper.</p>
    </div>

    <div class="subpages-grid">
      <a href="/design/" class="subpage-card">
        <div class="subpage-tag">01 // Practice</div>
        <h3>Product Design overview.</h3>
        <p>What we do. When teams call us. Embedded designer, design squad, UX audit, design system build. Pricing and engagement shapes.</p>
        <div class="subpage-cta">See the practice →</div>
      </a>
      <a href="/ux-process/" class="subpage-card">
        <div class="subpage-tag">02 // Process</div>
        <h3>How we run a UX engagement.</h3>
        <p>Our six phase process for embedded design work. Discovery, foundations, delivery, system build, handoff. Written for engineering leaders evaluating partners.</p>
        <div class="subpage-cta">Read the process →</div>
      </a>
      <a href="/ux-maturity/" class="subpage-card">
        <div class="subpage-tag">03 // Diagnostic</div>
        <h3>The UX Maturity Model.</h3>
        <p>A 5 stage framework for evaluating where your design organization sits and what to invest in next. Used in our discovery calls. Free to apply yourself.</p>
        <div class="subpage-cta">See the framework →</div>
      </a>
    </div>
  </div>
</section>

<!-- CTA -->
<section class="uxc-cta">
  <div class="container">
    <h2>Ready to talk about a <em>specific design problem</em>?</h2>
    <p>Book the call. 30 minutes. Honest fit check. We will tell you what we would actually do and what we think you should look for if it is not us.</p>
    <a href="" class="btn-primary">Book a design discovery call →</a>
  </div>
</section>
