<p>Hello, World!</p><!DOCTYPE html>

<html lang="en">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <title>Dr. Lateefah Wielenga | You Are Your Relationship</title>
  <meta name="description" content="You were never taught to trust yourself โ€” and that's exactly where the pain begins. Dr. Lateefah Wielenga, Ph.D., uses Depth Psychology to help individuals and couples find the answers they've always carried within." />
  <meta name="keywords" content="Dr. Lateefah Wielenga, depth psychology coaching, relationship coaching, imposter syndrome, self-doubt, couples communication, infidelity recovery, You Are Your Relationship" />
  <meta name="author" content="Dr. Lateefah Wielenga" />
  <meta name="robots" content="index, follow" />
  <link rel="canonical" href="https://www.youareyourrelationship.com/" />
  <meta property="og:title" content="Dr. Lateefah Wielenga | You Are Your Relationship" />
  <meta property="og:description" content="You already have every answer you've been searching for. Dr. Lateefah Wielenga, Ph.D. in Depth Psychology, helps you finally trust them." />
  <meta property="og:type" content="website" />
  <meta property="og:url" content="https://www.youareyourrelationship.com/" />
  <script type="application/ld+json">
  {
    "@context": "https://schema.org",
    "@type": "ProfessionalService",
    "name": "You Are Your Relationship",
    "url": "https://www.youareyourrelationship.com",
    "telephone": "+15628950516",
    "founder": {
      "@type": "Person",
      "name": "Dr. Lateefah Wielenga",
      "jobTitle": "Relationship Coach, Ph.D. Depth Psychology"
    },
    "description": "Depth Psychology-based coaching for individuals and couples ready to stop outsourcing their power and start trusting the wisdom they already carry within.",
    "serviceType": ["Depth Psychology Coaching","Relationship Coaching","Self-Worth Coaching","Couples Coaching","Infidelity Recovery","Imposter Syndrome Coaching"],
    "areaServed": "Worldwide"
  }
  </script>
  <link rel="preconnect" href="https://fonts.googleapis.com" />
  <link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Jost:wght@300;400;500&display=swap" rel="stylesheet" />
  <style>
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    :root {
      --cream: #FAF6F0; --warm-white: #FDF9F4; --sand: #E8DDD0;
      --clay: #C4A882; --terracotta: #B5735A; --deep: #2C1F1A;
      --mid: #5C4033; --soft: #8C6E5D;
      --font-display: 'Cormorant Garamond', Georgia, serif;
      --font-body: 'Jost', sans-serif;
    }
    html { scroll-behavior: smooth; }
    body { font-family: var(--font-body); background: var(--cream); color: var(--deep); line-height: 1.7; font-weight: 300; overflow-x: hidden; }

```
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; display: flex; justify-content: space-between; align-items: center; padding: 1.3rem 4rem; background: rgba(250,246,240,0.96); backdrop-filter: blur(8px); border-bottom: 1px solid var(--sand); }
.nav-logo { font-family: var(--font-display); font-size: 1.1rem; color: var(--deep); text-decoration: none; letter-spacing: 0.03em; }
.nav-links { display: flex; gap: 2rem; list-style: none; align-items: center; }
.nav-links a { font-size: 0.73rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mid); text-decoration: none; transition: color 0.3s; }
.nav-links a:hover { color: var(--terracotta); }
.nav-cta { background: var(--terracotta) !important; color: #fff !important; padding: 0.5rem 1.3rem; }
.nav-cta:hover { background: var(--mid) !important; }

.hero { min-height: 100vh; display: grid; grid-template-columns: 1fr 1fr; padding-top: 80px; overflow: hidden; }
.hero-left { display: flex; flex-direction: column; justify-content: center; padding: 6rem 4rem 6rem 6rem; }
.hero-eyebrow { font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--terracotta); margin-bottom: 1.5rem; opacity: 0; animation: fadeUp 0.8s 0.2s forwards; }
.hero-title { font-family: var(--font-display); font-size: clamp(2.8rem, 4.8vw, 5.2rem); font-weight: 300; line-height: 1.1; color: var(--deep); margin-bottom: 1.8rem; opacity: 0; animation: fadeUp 0.8s 0.4s forwards; }
.hero-title em { font-style: italic; color: var(--terracotta); }
.hero-sub { font-size: 0.97rem; color: var(--soft); max-width: 430px; margin-bottom: 2.8rem; line-height: 1.9; opacity: 0; animation: fadeUp 0.8s 0.6s forwards; }
.btn-row { display: flex; gap: 1rem; flex-wrap: wrap; opacity: 0; animation: fadeUp 0.8s 0.8s forwards; }
.btn-primary { display: inline-block; background: var(--terracotta); color: #fff; padding: 1rem 2.3rem; font-family: var(--font-body); font-size: 0.76rem; letter-spacing: 0.14em; text-transform: uppercase; text-decoration: none; transition: background 0.3s, transform 0.2s; }
.btn-primary:hover { background: var(--mid); transform: translateY(-2px); }
.btn-secondary { display: inline-block; border: 1px solid var(--clay); color: var(--mid); padding: 0.95rem 2.3rem; font-family: var(--font-body); font-size: 0.76rem; letter-spacing: 0.14em; text-transform: uppercase; text-decoration: none; transition: all 0.3s; }
.btn-secondary:hover { background: var(--clay); color: #fff; }
.hero-right { position: relative; overflow: hidden; opacity: 0; animation: fadeIn 1.2s 0.5s forwards; }
.hero-visual { width: 100%; height: 100%; background: linear-gradient(160deg, var(--sand) 0%, var(--clay) 50%, var(--terracotta) 100%); position: relative; }
.hero-quote { position: absolute; bottom: 3rem; left: 3rem; right: 3rem; font-family: var(--font-display); font-size: 1.55rem; font-style: italic; color: rgba(255,255,255,0.92); line-height: 1.45; }
.hero-quote span { display: block; font-family: var(--font-body); font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.55); margin-top: 1rem; font-style: normal; }

.trust-bar { background: var(--deep); padding: 1.3rem 4rem; display: flex; justify-content: center; gap: 3rem; flex-wrap: wrap; }
.trust-item { font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--clay); }

section { padding: 6rem; }
.section-label { font-size: 0.68rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--terracotta); margin-bottom: 1rem; }
.section-title { font-family: var(--font-display); font-size: clamp(2.2rem, 3.5vw, 3.4rem); font-weight: 300; line-height: 1.2; color: var(--deep); margin-bottom: 1.4rem; }
.section-title em { font-style: italic; color: var(--terracotta); }
.section-body { font-size: 0.93rem; color: var(--soft); max-width: 580px; line-height: 1.9; }

.meet { display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center; background: var(--warm-white); }
.meet-photo-wrap { position: relative; }
.meet-photo { width: 100%; height: 600px; object-fit: cover; object-position: center top; display: block; }
.meet-photo-accent { position: absolute; bottom: -1.5rem; right: -1.5rem; width: 120px; height: 120px; border: 3px solid var(--clay); z-index: 0; pointer-events: none; }
.credential-badge { display: inline-flex; align-items: center; gap: 0.6rem; background: var(--sand); padding: 0.6rem 1.2rem; margin-bottom: 1.5rem; }
.credential-badge span { font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mid); }

.truth { background: var(--deep); color: var(--cream); display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center; }
.truth .section-title { color: var(--cream); }
.truth .section-label { color: var(--clay); }
.truth .section-body { color: rgba(250,246,240,0.65); max-width: 100%; margin-bottom: 2rem; }
.truth-list { list-style: none; display: flex; flex-direction: column; gap: 1.3rem; }
.truth-list li { display: flex; align-items: flex-start; gap: 1rem; font-size: 0.91rem; color: rgba(250,246,240,0.78); line-height: 1.7; }
.truth-list li::before { content: "โ€”"; color: var(--terracotta); flex-shrink: 0; }

.difference { background: var(--cream); }
.difference-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 3.5rem; }
.diff-card { background: var(--warm-white); padding: 2.6rem 2.2rem; border-top: 3px solid var(--sand); transition: border-color 0.3s, transform 0.3s; }
.diff-card:hover { border-color: var(--terracotta); transform: translateY(-5px); }
.diff-number { font-family: var(--font-display); font-size: 3rem; font-weight: 300; color: var(--sand); line-height: 1; margin-bottom: 1rem; }
.diff-card h3 { font-family: var(--font-display); font-size: 1.4rem; font-weight: 400; color: var(--deep); margin-bottom: 0.8rem; line-height: 1.25; }
.diff-card p { font-size: 0.86rem; color: var(--soft); line-height: 1.85; }

.coaching { background: var(--warm-white); }
.coaching-intro { max-width: 700px; margin-bottom: 3.5rem; }
.coaching-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.coaching-card { background: var(--cream); padding: 2.6rem 2.2rem; border-top: 3px solid var(--sand); transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s; }
.coaching-card:hover { border-color: var(--terracotta); transform: translateY(-5px); box-shadow: 0 12px 40px rgba(44,31,26,0.07); }
.coaching-tag { font-size: 0.63rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--terracotta); margin-bottom: 0.7rem; }
.coaching-card h3 { font-family: var(--font-display); font-size: 1.5rem; font-weight: 400; color: var(--deep); margin-bottom: 0.8rem; line-height: 1.2; }
.coaching-card p { font-size: 0.86rem; color: var(--soft); line-height: 1.82; margin-bottom: 1.2rem; }
.coaching-card ul { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; margin-bottom: 1.4rem; }
.coaching-card ul li { font-size: 0.81rem; color: var(--mid); display: flex; align-items: center; gap: 0.6rem; }
.coaching-card ul li::before { content: "ยท"; color: var(--terracotta); font-size: 1.2rem; }
.coaching-link { font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--terracotta); text-decoration: none; border-bottom: 1px solid var(--clay); padding-bottom: 2px; }

.process { background: var(--cream); }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-top: 3.5rem; }
.step { padding: 2rem 1.5rem; }
.step-number { font-family: var(--font-display); font-size: 3.5rem; font-weight: 300; color: var(--sand); line-height: 1; margin-bottom: 1rem; }
.step h4 { font-family: var(--font-display); font-size: 1.25rem; font-weight: 400; color: var(--deep); margin-bottom: 0.6rem; }
.step p { font-size: 0.84rem; color: var(--soft); line-height: 1.78; }

.workbooks { background: var(--warm-white); }
.workbooks-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; margin-top: 3.5rem; }
.workbook-card { display: flex; gap: 1.5rem; padding: 2rem; background: var(--cream); border-left: 3px solid var(--sand); transition: border-color 0.3s; align-items: flex-start; }
.workbook-card:hover { border-color: var(--terracotta); }
.workbook-icon { font-size: 2rem; flex-shrink: 0; }
.workbook-card h4 { font-family: var(--font-display); font-size: 1.22rem; font-weight: 400; color: var(--deep); margin-bottom: 0.4rem; line-height: 1.25; }
.workbook-card p { font-size: 0.84rem; color: var(--soft); line-height: 1.8; margin-bottom: 0.8rem; }
.workbook-card a { font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--terracotta); text-decoration: none; border-bottom: 1px solid var(--clay); }

.testimonials { background: var(--cream); }
.testimonials-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; margin-top: 3.5rem; }
.testimonial { padding: 2.5rem; border-left: 2px solid var(--clay); background: var(--warm-white); }
.testimonial-text { font-family: var(--font-display); font-size: 1.1rem; font-style: italic; color: var(--deep); line-height: 1.78; margin-bottom: 1.2rem; }
.testimonial-author { font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--terracotta); }

.books { background: var(--warm-white); }
.books-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; margin-top: 3.5rem; }
.book-card { padding: 2.5rem; background: var(--cream); border-top: 3px solid var(--sand); transition: border-color 0.3s, transform 0.3s; }
.book-card:hover { border-color: var(--terracotta); transform: translateY(-4px); }
.book-card h4 { font-family: var(--font-display); font-size: 1.4rem; font-weight: 400; color: var(--deep); margin-bottom: 0.6rem; line-height: 1.3; }
.book-card p { font-size: 0.86rem; color: var(--soft); line-height: 1.82; margin-bottom: 1.2rem; }
.book-card a { font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--terracotta); text-decoration: none; border-bottom: 1px solid var(--clay); padding-bottom: 2px; }

.free-gift { background: var(--sand); display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center; }
.gift-badge { display: inline-block; background: var(--terracotta); color: #fff; font-size: 0.63rem; letter-spacing: 0.18em; text-transform: uppercase; padding: 0.4rem 1rem; margin-bottom: 1.2rem; }
.free-gift .section-title { color: var(--deep); }
.free-gift .section-body { color: var(--mid); margin-bottom: 2rem; }
.gift-visual { height: 400px; background: linear-gradient(145deg, var(--clay), var(--terracotta)); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 1.7rem; font-style: italic; color: rgba(255,255,255,0.88); text-align: center; padding: 3rem; line-height: 1.55; }

.blogs { background: var(--cream); }
.blogs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 3.5rem; }
.blog-card { padding: 2.2rem; background: var(--warm-white); border-top: 3px solid var(--sand); transition: border-color 0.3s, transform 0.3s; }
.blog-card:hover { border-color: var(--terracotta); transform: translateY(-4px); }
.blog-tag { font-size: 0.62rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--terracotta); margin-bottom: 0.7rem; }
.blog-card h4 { font-family: var(--font-display); font-size: 1.3rem; font-weight: 400; color: var(--deep); margin-bottom: 0.6rem; line-height: 1.3; }
.blog-card p { font-size: 0.84rem; color: var(--soft); line-height: 1.78; margin-bottom: 1.2rem; }
.blog-card a { font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--terracotta); text-decoration: none; border-bottom: 1px solid var(--clay); }

.cta-banner { background: linear-gradient(135deg, var(--terracotta), var(--mid)); padding: 6rem; text-align: center; color: #fff; }
.cta-banner h2 { font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 300; line-height: 1.2; margin-bottom: 1.2rem; }
.cta-banner h2 em { font-style: italic; }
.cta-banner p { font-size: 0.93rem; color: rgba(255,255,255,0.82); max-width: 540px; margin: 0 auto 2.5rem; line-height: 1.9; }
.btn-light { display: inline-block; background: #fff; color: var(--terracotta); padding: 1rem 2.8rem; font-family: var(--font-body); font-size: 0.76rem; letter-spacing: 0.14em; text-transform: uppercase; text-decoration: none; transition: all 0.3s; }
.btn-light:hover { background: var(--cream); transform: translateY(-2px); }

footer { background: var(--deep); color: rgba(250,246,240,0.45); padding: 3rem 6rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1.5rem; }
.footer-logo { font-family: var(--font-display); font-size: 1.1rem; color: var(--clay); }
.footer-links { display: flex; gap: 2rem; list-style: none; flex-wrap: wrap; }
.footer-links a { font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(250,246,240,0.35); text-decoration: none; transition: color 0.3s; }
.footer-links a:hover { color: var(--clay); }
.footer-copy { font-size: 0.68rem; }

@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

@media (max-width: 960px) {
  nav { padding: 1.2rem 1.5rem; }
  .nav-links { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-left { padding: 4rem 2rem; }
  .hero-right { height: 55vw; min-height: 280px; }
  section { padding: 4rem 2rem; }
  .meet, .truth, .free-gift { grid-template-columns: 1fr; gap: 3rem; }
  .meet-photo { height: 380px; }
  .difference-grid, .coaching-grid, .blogs-grid { grid-template-columns: 1fr; }
  .workbooks-grid, .books-grid, .testimonials-grid { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr 1fr; }
  .trust-bar { gap: 1.5rem; padding: 1.2rem 1.5rem; }
  footer { padding: 2rem; flex-direction: column; text-align: center; }
  .cta-banner { padding: 4rem 2rem; }
  .gift-visual { height: 220px; font-size: 1.3rem; }
}
```

  </style>
</head>
<body>

<!-- NAV -->

<nav aria-label="Main navigation">
  <a class="nav-logo" href="https://www.youareyourrelationship.com/">You Are Your Relationship</a>
  <ul class="nav-links">
    <li><a href="#meet">About</a></li>
    <li><a href="#coaching">Coaching</a></li>
    <li><a href="#workbooks">Workbooks</a></li>
    <li><a href="#books">Books</a></li>
    <li><a href="#blogs">Blog</a></li>
    <li><a href="#free-gift">Free Gift</a></li>
    <li><a href="https://calendly.com/drw-youareyourrelationship" class="nav-cta">Book a Call</a></li>
  </ul>
</nav>

<!-- HERO -->

<header class="hero">
  <div class="hero-left">
    <p class="hero-eyebrow">Dr. Lateefah Wielenga · Ph.D. Depth Psychology</p>
    <h1 class="hero-title">
      You already have<br/>every answer<br/>you've been<br/><em>searching for.</em>
    </h1>
    <p class="hero-sub">
      Society taught you to doubt yourself, seek approval outside yourself, and shrink in the face of your own greatness. That ends here. The answers have always lived within you โ€” you just need someone who knows how to help you hear them.
    </p>
    <div class="btn-row">
      <a href="https://calendly.com/drw-youareyourrelationship" class="btn-primary">Begin the Conversation</a>
      <a href="#meet" class="btn-secondary">Meet Dr. Lateefah</a>
    </div>
  </div>
  <div class="hero-right">
    <div class="hero-visual">
      <blockquote class="hero-quote">
        "The relationship you have with yourself is the only relationship that was never supposed to be outsourced."
        <span>Dr. Lateefah Wielenga</span>
      </blockquote>
    </div>
  </div>
</header>

<!-- TRUST BAR -->

<div class="trust-bar" role="list">
  <span class="trust-item">Ph.D. Depth Psychology</span>
  <span class="trust-item">1-1 Coaching</span>
  <span class="trust-item">Intensive Sessions</span>
  <span class="trust-item">Couples Coaching</span>
  <span class="trust-item">Digital Workbooks</span>
  <span class="trust-item">Online Courses</span>
  <span class="trust-item">Published Author</span>
</div>

<!-- MEET -->

<section class="meet" id="meet">