This is your headline

This is your sub-headline

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Revitalize Me IV and Spa</title>
<meta
name="description"
content="Luxury mobile IV therapy and wellness infusions for hydration, recovery, beauty, and performance."
/>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600&family=Inter:wght@300;400;500;600&display=swap" rel="stylesheet">
<style>
:root {
--bg: #F7F4EF;
--text: #1E1E1C;
--muted: #6F6A63;
--accent: #B79B6C;
--white: #FFFFFF;
--line: rgba(30, 30, 28, 0.08);
--max-width: 1180px;
--radius: 22px;
}

* {
box-sizing: border-box;
margin: 0;
padding: 0;
}

html {
scroll-behavior: smooth;
}

body {
font-family: "Inter", sans-serif;
background: var(--bg);
color: var(--text);
line-height: 1.6;
}

a {
color: inherit;
text-decoration: none;
}

img {
max-width: 100%;
display: block;
}

.container {
width: min(92%, var(--max-width));
margin: 0 auto;
}

.nav {
padding: 24px 0;
}

.nav-inner {
display: flex;
justify-content: space-between;
align-items: center;
}

.brand {
font-family: "Cormorant Garamond", serif;
font-size: 2rem;
letter-spacing: 0.02em;
}

.nav-links {
display: flex;
gap: 28px;
align-items: center;
font-size: 0.95rem;
color: var(--muted);
}

.btn {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 14px 24px;
border-radius: 999px;
font-size: 0.95rem;
font-weight: 500;
transition: 0.25s ease;
border: 1px solid transparent;
}

.btn-primary {
background: var(--text);
color: var(--white);
}

.btn-primary:hover {
opacity: 0.92;
}

.btn-secondary {
border: 1px solid var(--line);
color: var(--text);
background: transparent;
}

.btn-secondary:hover {
border-color: var(--accent);
color: var(--accent);
}

.hero {
padding: 80px 0 100px;
}

.hero-grid {
display: grid;
grid-template-columns: 1.1fr 0.9fr;
gap: 48px;
align-items: center;
}

.eyebrow {
color: var(--accent);
text-transform: uppercase;
letter-spacing: 0.14em;
font-size: 0.78rem;
margin-bottom: 18px;
}

h1, h2 {
font-family: "Cormorant Garamond", serif;
font-weight: 600;
line-height: 1.05;
}

h1 {
font-size: clamp(3rem, 6vw, 5.8rem);
margin-bottom: 20px;
max-width: 10ch;
}

.hero p {
max-width: 580px;
color: var(--muted);
font-size: 1.05rem;
margin-bottom: 30px;
}

.hero-actions {
display: flex;
gap: 14px;
flex-wrap: wrap;
}

.hero-card {
background: rgba(255,255,255,0.55);
border: 1px solid var(--line);
border-radius: var(--radius);
padding: 32px;
backdrop-filter: blur(8px);
}

.hero-card h3 {
font-family: "Cormorant Garamond", serif;
font-size: 2rem;
margin-bottom: 14px;
}

.hero-card p {
color: var(--muted);
margin-bottom: 22px;
}

section {
padding: 90px 0;
border-top: 1px solid var(--line);
}

.section-heading {
margin-bottom: 44px;
}

.section-heading h2 {
font-size: clamp(2.3rem, 4vw, 4rem);
margin-bottom: 12px;
}

.section-heading p {
color: var(--muted);
max-width: 700px;
}

.services-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 18px;
}

.card {
background: rgba(255,255,255,0.65);
border: 1px solid var(--line);
border-radius: var(--radius);
padding: 28px;
min-height: 220px;
}

.card h3 {
font-family: "Cormorant Garamond", serif;
font-size: 1.8rem;
margin-bottom: 10px;
}

.card p {
color: var(--muted);
font-size: 0.96rem;
}

.split {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 36px;
align-items: start;
}

.list {
display: grid;
gap: 18px;
}

.list-item {
padding: 22px 0;
border-bottom: 1px solid var(--line);
}

.list-item h4 {
font-size: 1rem;
margin-bottom: 6px;
font-weight: 600;
}

.list-item p {
color: var(--muted);
}

.about-box,
.cta-box {
background: rgba(255,255,255,0.65);
border: 1px solid var(--line);
border-radius: 28px;
padding: 40px;
}

.cta-box {
text-align: center;
padding: 60px 28px;
}

.cta-box h2 {
margin-bottom: 14px;
}

.cta-box p {
color: var(--muted);
max-width: 650px;
margin: 0 auto 24px;
}

.contact-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 28px;
}

.contact-card {
background: rgba(255,255,255,0.65);
border: 1px solid var(--line);
border-radius: var(--radius);
padding: 30px;
}

footer {
padding: 30px 0 50px;
color: var(--muted);
font-size: 0.92rem;
}

@media (max-width: 980px) {
.hero-grid,
.services-grid,
.split,
.contact-grid {
grid-template-columns: 1fr;
}

.services-grid {
gap: 16px;
}

.nav-links {
display: none;
}

h1 {
max-width: 100%;
}
}
</style>
</head>
<body>
<header class="nav">
<div class="container nav-inner">
<a href="#" class="brand">Revitalize Me IV & Spa</a>
<nav class="nav-links">
<a href="#services">Services</a>
<a href="#experience">Experience</a>
<a href="#about">About</a>
<a href="#contact" class="btn btn-primary">Book Now</a>
</nav>
</div>
</header>

<main>
<section class="hero">
<div class="container hero-grid">
<div>
<div class="eyebrow">Luxury Mobile IV Therapy</div>
<h1>Wellness, Refined.</h1>
<p>
Concierge hydration and IV wellness therapy designed for recovery,
beauty, energy, and elevated everyday performance.
</p>
<div class="hero-actions">
<a href="#contact" class="btn btn-primary">Book Your Drip</a>
<a href="#services" class="btn btn-secondary">Explore Services</a>
</div>
</div>

<div class="hero-card">
<h3>Elevated care. Delivered.</h3>
<p>
A modern wellness experience with premium IV infusions, personalized support,
and the comfort of concierge-style service.
</p>
<a href="#about" class="btn btn-secondary">Learn More</a>
</div>
</div>
</section>

<section id="services">
<div class="container">
<div class="section-heading">
<h2>Signature Services</h2>
<p>
Thoughtfully designed treatments that support hydration, recovery,
immunity, beauty, and performance.
</p>
</div>

<div class="services-grid">
<article class="card">
<h3>Hydration</h3>
<p>
Replenish fluids and support whole-body restoration with foundational hydration therapy.
</p>
</article>
<article class="card">
<h3>Immunity</h3>
<p>
Targeted infusions created to support resilience, recovery, and everyday wellness.
</p>
</article>
<article class="card">
<h3>Beauty</h3>
<p>
Antioxidant and nutrient-focused options designed to support glow, vitality, and skin wellness.
</p>
</article>
<article class="card">
<h3>Recovery</h3>
<p>
Performance and recovery blends that help support energy, endurance, and feeling your best.
</p>
</article>
</div>
</div>
</section>

<section id="experience">
<div class="container split">
<div>
<div class="section-heading">
<h2>A more elevated experience</h2>
<p>
Every detail is designed to feel calm, clean, seamless, and premium.
</p>
</div>
</div>

<div class="list">
<div class="list-item">
<h4>Concierge-style convenience</h4>
<p>Professional IV wellness services designed around your schedule and lifestyle.</p>
</div>
<div class="list-item">
<h4>Premium formulations</h4>
<p>Thoughtfully selected ingredients to support hydration, recovery, and wellness goals.</p>
</div>
<div class="list-item">
<h4>Refined client experience</h4>
<p>A clean, modern approach that blends comfort, professionalism, and personalized care.</p>
</div>
<div class="list-item">
<h4>Personalized support</h4>
<p>Services tailored to your needs, whether you’re seeking recovery, energy, beauty, or hydration.</p>
</div>
</div>
</div>
</section>

<section id="about">
<div class="container">
<div class="about-box">
<div class="section-heading">
<h2>Modern wellness. Personal care.</h2>
<p>
At Revitalize Me IV and Spa, we believe wellness should feel elevated,
intentional, and effortless. Our mission is to provide a premium IV
therapy experience that helps you feel restored, refreshed, and supported
in the moments that matter most.
</p>
</div>
</div>
</div>
</section>

<section>
<div class="container">
<div class="cta-box">
<h2>Feel better, faster.</h2>
<p>
Book your appointment and experience a luxury IV therapy service
designed around comfort, convenience, and results.
</p>
<a href="#contact" class="btn btn-primary">Book Now</a>
</div>
</div>
</section>

<section id="contact">
<div class="container">
<div class="section-heading">
<h2>Book Your Experience</h2>
<p>
Ready to schedule? Reach out for appointments, service questions, and availability.
</p>
</div>

<div class="contact-grid">
<div class="contact-card">
<h3 style="font-family: 'Cormorant Garamond', serif; font-size: 2rem; margin-bottom: 12px;">Contact</h3>
<p><strong>Phone:</strong> (555) 555-5555</p>
<p><strong>Email:</strong> hello@revitalizemeiv.com</p>
<p><strong>Service Area:</strong> Your city / surrounding areas</p>
</div>

<div class="contact-card">
<h3 style="font-family: 'Cormorant Garamond', serif; font-size: 2rem; margin-bottom: 12px;">Booking</h3>
<p style="color: var(--muted); margin-bottom: 18px;">
Replace this section with your booking platform, inquiry form, or booking link.
</p>
<a href="#" class="btn btn-primary">Start Booking</a>
</div>
</div>
</div>
</section>
</main>

<footer>
<div class="container">
© 2026 Revitalize Me IV & Spa. All rights reserved.
</div>
</footer>
</body>
</html>

The #1 Suburban Early Spring 10k with a Finisher’s Medal, Tech Shirt and 400m Kids Dash!

Run along the path that surrounds the naturally beautiful waterfront in Mallard Lake Forest Preserve.

  • Flat and fast course, mix of paved asphalt and crushed limestone – no grass.  Start/finish line is on asphalt.  USA Track and Field Certification #IL-13156-JW  (click to see official course map)
  • Custom Finisher’s Medal
  • Short Sleeve Technical Running Shirt (youth, ladies and unisex sizing)
  • Custom Designed Award Medals to top three finishers in each age category (men and women; under 14, 15-19, 20-24, 25-29, 30-34, 35-39, 40-44, 45-49, 50-54, 55-59, 60-64, 65-69, 70-74, 75+).
  • Cash Prizes for 1st ($100), 2nd ($75) and 3rd ($50) Place Overall for Male and Female
  • 400 meter Kids Dash for ages 2-12 years, asphalt course, keepsake ribbon and t-shirt
  • Plenty of restrooms, water and post-race refreshments
  • Free parking adjacent to the start/finish line in Meijer’s South Lot
  • Disposable electronic chip timing with instant time results kiosks and instant time results texted to your cellphone.  Race Timing for the April Fools 5K is Provided by Race Works Timing (RaceWorksTiming.com).
  • Early packet pick-up will be on Thursday, April 4th, from 3-7pm; Friday, April 5th from 3-7pm at Trinity Lutheran Church, 405 Rush St, Roselle, IL 60172 for any registrations received by 8:00am on Thursday, 4/4/2019.
  • Race Day Packet Pick-Up will be available at the Start/Finish line from 7:30am-8:45am on race day.