<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gathering Threads Reunions - Compassionate Adoption Search & Reunion Services</title>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Georgia', serif;
line-height: 1.6;
color: #333;
}
header {
background: white;
color: #333;
padding: 1rem 0;
position: sticky;
top: 0;
z-index: 100;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
border-bottom: 3px solid #667eea;
}
nav {
max-width: 1200px;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 2rem;
}
.logo {
display: flex;
align-items: center;
gap: 0.5rem;
}
.logo svg {
height: 90px;
width: auto;
}
nav ul {
display: flex;
list-style: none;
gap: 2rem;
}
nav a {
color: #667eea;
text-decoration: none;
transition: opacity 0.3s;
font-weight: 500;
}
nav a:hover {
opacity: 0.8;
}
.hero {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;
padding: 6rem 2rem;
text-align: center;
}
.hero h1 {
font-size: 2.8rem;
margin-bottom: 1rem;
max-width: 800px;
margin-left: auto;
margin-right: auto;
}
.hero p {
font-size: 1.3rem;
max-width: 700px;
margin: 0 auto 2rem;
opacity: 0.95;
}
.cta-button {
display: inline-block;
background: white;
color: #667eea;
padding: 1rem 2.5rem;
text-decoration: none;
border-radius: 50px;
font-weight: bold;
font-size: 1.1rem;
transition: transform 0.3s, box-shadow 0.3s;
}
.cta-button:hover {
transform: translateY(-2px);
box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}
section {
max-width: 1200px;
margin: 0 auto;
padding: 4rem 2rem;
}
h2 {
font-size: 2.2rem;
margin-bottom: 2rem;
text-align: center;
color: #667eea;
}
.services-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 2rem;
margin-top: 3rem;
}
.service-card {
background: #f8f9ff;
padding: 2rem;
border-radius: 10px;
transition: transform 0.3s, box-shadow 0.3s;
}
.service-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 30px rgba(102, 126, 234, 0.2);
}
.service-card h3 {
color: #764ba2;
margin-bottom: 1rem;
font-size: 1.4rem;
}
.about {
background: #f8f9ff;
}
.about-content {
max-width: 800px;
margin: 0 auto;
text-align: center;
font-size: 1.1rem;
}
.process-steps {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 2rem;
margin-top: 3rem;
}
.step {
text-align: center;
padding: 1.5rem;
}
.step-number {
background: #667eea;
color: white;
width: 50px;
height: 50px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.5rem;
font-weight: bold;
margin: 0 auto 1rem;
}
#faq {
background: #f8f9ff;
}
.faq-container {
max-width: 900px;
margin: 0 auto;
}
.faq-item {
background: white;
padding: 2rem;
margin-bottom: 1.5rem;
border-radius: 10px;
box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.faq-item h3 {
color: #667eea;
margin-bottom: 1rem;
font-size: 1.3rem;
}
.faq-item p {
line-height: 1.8;
color: #555;
}
.faq-item ul {
list-style: none;
margin: 1.5rem 0;
}
.faq-item li {
padding: 0.8rem 0;
border-bottom: 1px solid #e0e0e0;
}
.faq-item li:last-child {
border-bottom: none;
}
.faq-item strong {
color: #764ba2;
}
.contact-form {
max-width: 600px;
margin: 2rem auto;
background: #f8f9ff;
padding: 2rem;
border-radius: 10px;
}
.form-group {
margin-bottom: 1.5rem;
}
label {
display: block;
margin-bottom: 0.5rem;
font-weight: bold;
color: #667eea;
}
input, textarea {
width: 100%;
padding: 0.8rem;
border: 2px solid #ddd;
border-radius: 5px;
font-family: inherit;
font-size: 1rem;
}
select {
width: 100%;
padding: 0.8rem;
border: 2px solid #ddd;
border-radius: 5px;
font-family: inherit;
font-size: 1rem;
background: white;
cursor: pointer;
}
input:focus, textarea:focus, select:focus {
outline: none;
border-color: #667eea;
}
textarea {
min-height: 150px;
resize: vertical;
}
button[type="submit"] {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;
padding: 1rem 2rem;
border: none;
border-radius: 50px;
font-size: 1.1rem;
font-weight: bold;
cursor: pointer;
width: 100%;
transition: transform 0.3s;
}
button[type="submit"]:hover {
transform: translateY(-2px);
}
footer {
background: #333;
color: white;
text-align: center;
padding: 2rem;
margin-top: 4rem;
}
@media (max-width: 768px) {
.hero h1 {
font-size: 2rem;
}
nav ul {
gap: 1rem;
font-size: 0.9rem;
}
}
</style>
</head>
<body>
<header>
<nav>
<div class="logo">
<svg viewBox="0 0 400 200" xmlns="http://www.w3.org/2000/svg">
<!-- Background -->
<rect width="400" height="200" fill="transparent"/>
<!-- Decorative threads weaving together -->
<g opacity="0.6">
<!-- Left threads -->
<path d="M 80 60 Q 120 70, 160 100" stroke="#7c9eb2" stroke-width="2" fill="none" stroke-linecap="round"/>
<path d="M 75 80 Q 115 85, 160 100" stroke="#a8c5d6" stroke-width="2" fill="none" stroke-linecap="round"/>
<path d="M 85 100 Q 125 100, 160 100" stroke="#94b5c9" stroke-width="2" fill="none" stroke-linecap="round"/>
<!-- Right threads -->
<path d="M 320 60 Q 280 70, 240 100" stroke="#7c9eb2" stroke-width="2" fill="none" stroke-linecap="round"/>
<path d="M 325 80 Q 285 85, 240 100" stroke="#a8c5d6" stroke-width="2" fill="none" stroke-linecap="round"/>
<path d="M 315 100 Q 275 100, 240 100" stroke="#94b5c9" stroke-width="2" fill="none" stroke-linecap="round"/>
</g>
<!-- Central icon: hands reaching toward a heart -->
<g transform="translate(200, 90)">
<!-- Heart in center -->
<path d="M 0 -5 C -2 -10, -8 -10, -10 -5 C -12 0, -8 5, 0 12 C 8 5, 12 0, 10 -5 C 8 -10, 2 -10, 0 -5 Z"
fill="#d4896b" stroke="#c47a5c" stroke-width="1"/>
<!-- Left hand -->
<path d="M -25 5 Q -20 3, -15 2 L -12 0"
stroke="#7c9eb2" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
<circle cx="-25" cy="5" r="2.5" fill="#7c9eb2"/>
<!-- Right hand -->
<path d="M 25 5 Q 20 3, 15 2 L 12 0"
stroke="#7c9eb2" stroke-width="3" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
<circle cx="25" cy="5" r="2.5" fill="#7c9eb2"/>
</g>
<!-- Company name -->
<text x="200" y="140" font-family="Georgia, serif" font-size="24" font-weight="600"
fill="#3d5a6b" text-anchor="middle" letter-spacing="0.5">
Gathering Threads
</text>
<text x="200" y="163" font-family="Georgia, serif" font-size="16" font-weight="400"
fill="#7c9eb2" text-anchor="middle" letter-spacing="1">
REUNIONS
</text>
<!-- Small decorative dots -->
<circle cx="145" cy="150" r="1.5" fill="#d4896b" opacity="0.6"/>
<circle cx="255" cy="150" r="1.5" fill="#d4896b" opacity="0.6"/>
</svg>
</div>
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#about">About</a></li>
<li><a href="#process">Process</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="#faq">FAQ</a></li>
</ul>
</nav>
</header>
<section id="home" class="hero">
<h1>Reconnecting Families with Compassion & Care</h1>
<p>Professional adoption search and reunion services helping birth families and adoptees find each other</p>
<a href="#contact" class="cta-button">Begin Your Search</a>
</section>
<section id="services">
<h2>Our Services</h2>
<div class="services-grid">
<div class="service-card">
<h3>Adoption Search Services</h3>
<p>Gathering Threads Reunions offers Adoption Search Services and is also certified to provide Confidential Intermediary services for adoptions finalized in the state of Arizona.</p>
<p style="margin-top: 1rem;"><a href="#faq" style="color: #667eea; text-decoration: none; font-weight: 600;">See our FAQs</a> for eligibility requirements.</p>
</div>
<div class="service-card">
<h3>Reunion Facilitation</h3>
<p>Sensitive mediation and support throughout the reunion process, including initial contact, emotional preparation, and ongoing guidance.</p>
</div>
<div class="service-card">
<h3>DNA Test Coordination</h3>
<p>Assistance with DNA testing services and interpretation of results to help identify biological relatives and build family connections.</p>
</div>
<div class="service-card">
<h3>Records Research</h3>
<p>Expert navigation of adoption records, birth certificates, court documents, and historical archives to uncover vital information.</p>
</div>
<div class="service-card">
<h3>Emotional Support</h3>
<p>Compassionate counseling referrals and support resources throughout your search and reunion journey.</p>
</div>
<div class="service-card">
<h3>Ongoing Case Management</h3>
<p>Dedicated case management with regular updates, strategy adjustments, and personalized attention to your unique situation.</p>
</div>
</div>
</section>
<section id="about" class="about">
<h2>About Gathering Threads Reunions</h2>
<div class="about-content">
<p>We understand that searching for biological family members is one of the most emotional and important journeys you may ever take. With years of experience in adoption searches and reunions, we combine professional investigative expertise with deep compassion and respect for every person's story.</p>
<p style="margin-top: 1.5rem;">Every search is unique, and we approach each case with the sensitivity it deserves. We work tirelessly to help you find answers while respecting boundaries and preparing everyone involved for the possibilities ahead.</p>
</div>
</section>
<section id="process">
<h2>Our Process</h2>
<div class="process-steps">
<div class="step">
<div class="step-number">1</div>
<h3>Initial Consultation</h3>
<p>It begins with a free and confidential phone call, where you can help us understand your story, goals and what steps you have taken so far, if any. Submitting our contact form is an expression of interest and not binding in any way.</p>
</div>
<div class="step">
<div class="step-number">2</div>
<h3>Research Strategy</h3>
<p>We develop a customized search plan based on your unique circumstances and available records.</p>
</div>
<div class="step">
<div class="step-number">3</div>
<h3>Investigation</h3>
<p>Professional search using databases, records, DNA analysis, and investigative techniques.</p>
</div>
<div class="step">
<div class="step-number">4</div>
<h3>Contact & Reunion</h3>
<p>Sensitive facilitation of first contact and ongoing support throughout the reunion process.</p>
</div>
</div>
</section>
<section id="contact">
<h2>Start Your Journey Today</h2>
<div class="contact-form">
<form action="https://formspree.io/f/mqeayonj" method="POST">
<div class="form-group">
<label for="name">Your Name</label>
<input type="text" id="name" name="name" required>
</div>
<div class="form-group">
<label for="email">Email Address</label>
<input type="email" id="email" name="email" required>
</div>
<div class="form-group">
<label for="phone">Phone Number</label>
<input type="tel" id="phone" name="phone">
</div>
<div class="form-group">
<label for="role">I am a...</label>
<select id="role" name="role" required>
<option value="">Please select</option>
<option value="adoptee">Adoptee</option>
<option value="birth-parent">Birth Parent</option>
<option value="other">Other Family Member</option>
</select>
</div>
<div class="form-group">
<label for="message">Please tell us about your search so far</label>
<textarea id="message" name="message" placeholder="Share as much or as little as you're comfortable with..." required></textarea>
</div>
<button type="submit">Send Message</button>
</form>
</div>
</section>
<section id="faq">
<h2>Frequently Asked Questions</h2>
<div class="faq-container">
<div class="faq-item">
<h3>Who is eligible to use Confidential Intermediary services?</h3>
<p style="font-weight: bold;">Any of the following individuals may use the services of a Confidential Intermediary in Arizona. At Gathering Threads Reunions, we are pleased to offer this as part of our services:</p>
<ul style="margin-top: 1rem; padding-left: 1.5rem; line-height: 1.8;">
<li>Adoptive parents of an adoptee who is at least 18 years of age, or if the adoptive parents are deceased, the adoptee's guardian</li>
<li>An adoptee who is at least 18 years of age</li>
<li>If any adoptee is deceased, the adoptee's spouse, if the spouse is the legal parent or guardian of any child of the adoptee</li>
<li>If any adoptee is deceased, any progeny of the adoptee who is at least 18 years of age</li>
<li>Either of the birth parents of an adoptee</li>
<li>If the birth parent of an adoptee is deceased, the parent of the birth parent</li>
<li>A biological sibling of an adoptee if the sibling is at least 18 years of age</li>
</ul>
<p style="margin-top: 1rem; font-style: italic; color: #764ba2;"><strong>Important:</strong> A CI cannot contact those under 21 years of age without a court order.</p>
</div>
<div class="faq-item">
<h3>What is a Confidential Intermediary?</h3>
<p>As a Confidential Intermediary, I am permitted by the court to view confidential adoption records to determine if the birth parent granted permission for contact. This is the first step to a reunion.</p>
</div>
<div class="faq-item">
<h3>How long does a typical search take?</h3>
<p>This will depend in part on how much identifying information is available to us in adoption records. Every search is unique, and we'll provide you with realistic timeframes during your consultation.</p>
</div>
<div class="faq-item">
<h3>What information is needed to get started?</h3>
<p>The adoptee's date and place of birth along with the state where the adoption was finalized.</p>
</div>
<div class="faq-item">
<h3>Do you work internationally?</h3>
<p>No. I am a Confidential Intermediary for the state of Arizona only. I can extend my search to other states if the original adoption took place in Arizona.</p>
</div>
<div class="faq-item">
<h3>What if the person does not want to be found?</h3>
<p>If the birth parent does not want to be found or has not authorized contact, I will only be able to give you that information as this is what is allowed by the court.</p>
</div>
<div class="faq-item">
<h3>What is the success rate?</h3>
<p>Most reunion searches are successful eventually! While every case is different, we are committed to pursuing every available avenue to help you find the answers you're seeking.</p>
</div>
<div class="faq-item">
<h3>What are your fees?</h3>
<p>We strive to keep costs as accessible as possible while maintaining the highest quality of service. Our fees are set by the court according to the following schedule:</p>
<ul>
<li><strong>Initial File Setup:</strong> $100.00 (non-refundable)</li>
<li><strong>Investigation & Research:</strong> $100.00 per hour</li>
<li><strong>Travel Time:</strong> $50.00 per hour</li>
<li><strong>Direct Costs & Expenses:</strong> Billed at rates incurred</li>
</ul>
<p style="margin-top: 1rem;">Once your contract is signed and accepted, we ask for a <strong>$1,500 retainer</strong>. You will receive a detailed monthly accounting of all fees and expenses, ensuring complete transparency throughout your search.</p>
</div>
</div>
</section>
<footer>
<p>Your story is safe with us. All consultations and searches are completely confidential.</p>
<p style="margin-top: 1rem;">© 2026 Gathering Threads Reunions, LLC. All rights reserved.</p>
<p style="margin-top: 0.5rem;">Confidential • Compassionate • Professional</p>
</footer>
<script>
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
const target = document.querySelector(this.getAttribute('href'));
target.scrollIntoView({ behavior: 'smooth', block: 'start' });
});
});
</script>
</body>
</html>