:root {
--ink: #14151c; --ink-soft: #3a3c47; --paper: #f3f1f8; --paper-2: #ffffff;
--lav: #e6e2f4; --gold: #b08948; --gold-soft: #d8c39a; --line: #d9d4ea;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Inter", system-ui, sans-serif; color: var(--ink); background: var(--paper); line-height: 1.65; -webkit-font-smoothing: antialiased; }
h1, h2, h3 { font-family: "Sora", system-ui, sans-serif; line-height: 1.13; margin: 0; }
p { margin: 0 0 1.1em; }
a { color: var(--gold); }
img { max-width: 100%; display: block; }.wrap { max-width: 1080px; margin: 0 auto; padding: 0 24px; }
.eyebrow { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); display: inline-block; margin-bottom: 16px; }
.lede { font-size: clamp(1.05rem, 1.8vw, 1.25rem); color: var(--ink-soft); max-width: 66ch; }.sc-hero { background: radial-gradient(120% 90% at 85% 0%, var(--lav) 0%, var(--paper) 55%); padding: 84px 0 56px; border-bottom: 1px solid var(--line); }
.sc-hero h1 { font-size: clamp(2rem, 4.4vw, 3.2rem); font-weight: 800; letter-spacing: -0.01em; max-width: 19ch; margin-bottom: 14px; }
.sc-hero h2 { font-size: clamp(1.1rem, 2.2vw, 1.45rem); font-weight: 600; color: var(--ink-soft); max-width: 36ch; margin-bottom: 22px; }
.hero-actions { margin-top: 26px; display: flex; gap: 14px; flex-wrap: wrap; }
.hero-img { margin-top: 40px; border-radius: 12px; overflow: hidden; border: 1px solid var(--line); }
.hero-img img { width: 100%; aspect-ratio: 21 / 9; object-fit: cover; }.trustbar { background: var(--ink); }
.trust-items { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 32px; padding: 20px 24px; }
.trust-items .ti { display: inline-flex; align-items: center; gap: 10px; color: #f3f1f8; font-family: "Sora", sans-serif; font-weight: 600; font-size: 0.95rem; }
.trust-items .ti::before { content: ""; width: 20px; height: 20px; flex-shrink: 0; border-radius: 50%; background: var(--gold) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231a1205' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / 12px no-repeat; }.btn { display: inline-block; font-family: "Sora", sans-serif; font-weight: 700; text-decoration: none; padding: 14px 30px; border-radius: 4px; font-size: 1rem; transition: transform 0.15s ease, background 0.15s ease; }
.btn-gold { background: var(--gold); color: #1a1205; }
.btn-gold:hover, .btn-gold:focus-visible { transform: translateY(-2px); background: var(--gold-soft); outline: none; }
.btn-outline { background: transparent; color: var(--ink); border: 1px solid var(--ink); }
.btn-outline:hover, .btn-outline:focus-visible { transform: translateY(-2px); outline: none; }section.block { padding: 60px 0; border-bottom: 1px solid var(--line); }
section.block > .wrap > h2 { font-size: clamp(1.55rem, 3.2vw, 2.2rem); font-weight: 700; max-width: 30ch; margin-bottom: 18px; letter-spacing: -0.01em; }
section.block > .wrap > h3 { font-size: 1.2rem; font-weight: 700; margin: 30px 0 10px; }
.prose { max-width: 68ch; color: var(--ink-soft); font-size: 1.05rem; }
.prose strong { color: var(--ink); font-weight: 600; }.split-img { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.split-img .media { border-radius: 12px; overflow: hidden; border: 1px solid var(--line); }
.split-img .media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }.specbar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 10px; overflow: hidden; margin-top: 30px; }
.specbar .cell { background: var(--paper-2); padding: 26px 16px; text-align: center; }
.specbar .num { font-family: "Sora", sans-serif; font-weight: 800; font-size: 1.5rem; color: var(--ink); }
.specbar .lbl { font-size: 0.84rem; color: var(--ink-soft); margin-top: 4px; }.features { list-style: none; padding: 0; margin: 28px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.features li { position: relative; padding-left: 30px; color: var(--ink-soft); font-size: 1rem; }
.features li::before { content: ""; position: absolute; left: 0; top: 3px; width: 18px; height: 18px; border-radius: 50%; background: var(--ink) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23d8c39a' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center / 11px no-repeat; }.cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 32px; }
.card { background: var(--paper-2); border: 1px solid var(--line); border-radius: 6px; padding: 26px; }
.card h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: 8px; }
.card p { font-size: 0.97rem; color: var(--ink-soft); margin: 0; }.compare { width: 100%; border-collapse: collapse; margin-top: 26px; font-size: 0.97rem; background: var(--paper-2); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.compare th, .compare td { text-align: left; padding: 14px 18px; border-bottom: 1px solid var(--line); }
.compare th { font-family: "Sora", sans-serif; font-weight: 700; background: var(--lav); color: var(--ink); }
.compare tr:last-child td { border-bottom: none; }
.compare td:first-child { font-weight: 600; color: var(--ink); }
.compare tr.highlight td { background: #faf7f0; }.price-table { width: 100%; border-collapse: collapse; margin-top: 20px; background: var(--paper-2); border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.price-table th, .price-table td { text-align: left; padding: 15px 20px; border-bottom: 1px solid var(--line); }
.price-table th { font-family: "Sora", sans-serif; font-weight: 700; background: var(--lav); }
.price-table td:last-child { text-align: right; font-family: "Sora", sans-serif; font-weight: 700; white-space: nowrap; }
.price-table tr:last-child td { border-bottom: none; }
.price-table tr.highlight td { background: #faf7f0; }
.note { font-size: 0.92rem; color: var(--ink-soft); margin-top: 14px; font-style: italic; }.fleet { background: var(--paper-2); }
.fleet-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 32px; }
.fleet-card { border: 1px solid var(--line); border-radius: 10px; overflow: hidden; background: var(--paper); text-decoration: none; color: var(--ink); transition: transform 0.15s ease, box-shadow 0.15s ease; }
.fleet-card:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(20,20,20,0.1); }
.fleet-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.fleet-card .body { padding: 16px 18px; }
.fleet-card h3 { font-size: 1rem; font-weight: 700; margin-bottom: 4px; }
.fleet-card p { font-size: 0.88rem; color: var(--ink-soft); margin: 0; }.tips { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 16px; max-width: 800px; }
.tips li { background: var(--paper-2); border: 1px solid var(--line); border-radius: 8px; padding: 20px 24px; color: var(--ink-soft); }
.tips li strong { color: var(--ink); font-family: "Sora", sans-serif; }.areas { background: var(--paper-2); }
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.chips a { background: var(--paper); border: 1px solid var(--line); border-radius: 999px; padding: 9px 16px; font-size: 0.92rem; font-weight: 600; color: var(--ink); text-decoration: none; transition: border-color 0.15s ease; }
.chips a:hover { border-color: var(--gold); }.faq { margin-top: 28px; max-width: 860px; }
.faq details { border: 1px solid var(--line); border-radius: 6px; background: var(--paper-2); margin-bottom: 12px; }
.faq summary { cursor: pointer; list-style: none; padding: 18px 22px; font-family: "Sora", sans-serif; font-weight: 600; font-size: 1.05rem; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--gold); font-size: 1.4rem; font-weight: 700; flex-shrink: 0; }
.faq details[open] summary::after { content: "-"; }
.faq .answer { padding: 0 22px 20px; color: var(--ink-soft); }.cta { text-align: center; padding: 80px 24px; background: var(--ink); color: var(--paper-2); }
.cta h2 { font-size: clamp(1.8rem, 4vw, 2.5rem); font-weight: 800; margin-bottom: 14px; color: #ffffff; }
.cta p { color: #cfd0db; max-width: 58ch; margin: 0 auto 28px; }
.cta-phone { display: block; margin-top: 18px; font-size: 0.95rem; color: #b9bac6; }
.cta-phone a { color: var(--gold-soft); text-decoration: none; }@media (max-width: 900px) { .fleet-grid { grid-template-columns: 1fr 1fr; } .specbar { grid-template-columns: 1fr 1fr; } }
@media (max-width: 820px) {
.cards { grid-template-columns: 1fr; }
.features { grid-template-columns: 1fr; }
.split-img { grid-template-columns: 1fr; gap: 24px; }
}
@media (max-width: 560px) {
.fleet-grid { grid-template-columns: 1fr; }
.compare, .price-table { font-size: 0.9rem; }
.compare th, .compare td, .price-table th, .price-table td { padding: 11px 12px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .btn, .fleet-card { transition: none; } }
Mercedes-Benz S-ClassMercedes-Benz S-Class Limo Service in Chicago and the South Suburbs
The Flagship Luxury Sedan, With a Professional Chauffeur at the Wheel
The Mercedes-Benz S-Class is the sedan other luxury cars are measured against. Emily's
Limousine Service offers it chauffeured across Chicago and the south suburbs for airport
transfers, corporate travel, weddings, and evenings where the arrival matters. A quiet
cabin, leather seating, and a driver who handles everything else. Rates start at $140.
24/7 Dispatch
Clean, Maintained Vehicles
Best Rate Limo Service
Professional Chauffeurs
On-Time Pickups
The VehicleWhy the S-Class Is the Benchmark Luxury Sedan
For decades the Mercedes-Benz S-Class has been the reference point for
the full size luxury sedan. It is the car that introduces the technology and refinement
that eventually filters down to the rest of the industry, and it is the vehicle
executives, diplomats, and hotels reach for when the standard has to be high.
What you notice as a passenger is the quiet. Road and wind noise fall away, conversation
happens at a normal volume, and a phone call sounds like you are sitting at a desk. The
rear seats are genuinely spacious rather than nominally so, the ride absorbs rough
pavement, and the interior is finished in materials that feel appropriate to the
occasion. As S-Class limo service, that adds up to a car where the ride
itself is part of the experience.
Inside the CarA Cabin Built for Comfort and Quiet
The S-Class interior is designed around the rear seat passenger. Leather upholstery,
generous legroom, and climate control that actually keeps the cabin at the
temperature you asked for. It is a space where you can arrive at a meeting composed
rather than rushed.
Every S-Class booking includes a professional chauffeur, so the driving, the routing,
and the timing are handled. Your job is to get in.
- Leather seating
- Spacious rear cabin
- Climate control
- Notably quiet ride
- Smooth, composed suspension
- Professional chauffeur included
When to Book ItWhat Chicago Clients Use the S-Class For
Executive and Corporate Travel
The most common S-Class booking is business travel. The quiet cabin makes it a
functional workspace between meetings, and arriving in a flagship sedan sends the right
signal when you are hosting a client or heading into a negotiation. Pairs well with
hourly booking on days with several stops. See also our
corporate limousine service.
Airport Transfers to O'Hare and Midway
For one or two travelers, the S-Class turns the drive to
O'Hare or Midway into usable time. Take
the call you would otherwise take standing in a terminal, or simply decompress after a
long flight home. The one thing to weigh is luggage. Traveling light, it is ideal.
Traveling with several large cases, an SUV is the better call.
Weddings and Milestone Occasions
Couples often choose the S-Class for themselves because it is refined without being
showy, and it photographs cleanly outside a venue. A common setup is the S-Class for the
couple plus a party bus or
coach bus for the wedding party and
guests, keeping everyone on the same timeline.
Dinner, Theater, and Nights Out
Anniversary dinners, opening nights, and celebration evenings in the city work well in
the S-Class. No parking, no valet line, no deciding who stays sober. Your chauffeur drops
you at the door and is waiting when you come out.
Choosing Your VehicleS-Class Compared to Our Other Sedans and SUVs
The S-Class is the most refined sedan in our fleet, but it is not always the right answer. Here is how it stacks up against the alternatives.
| Vehicle | Best For | Passengers | From |
|---|
| Cadillac XTS | Everyday airport runs and business travel | 1 to 3 | $95+ |
| Mercedes-Benz S-Class | Executive travel, client hosting, weddings | 1 to 3 | $140+ |
| Chevy Suburban | Extra passengers and luggage room | Up to 6 | $150+ |
| Cadillac Escalade | Premium SUV presence with space | Up to 6 | $160+ |
| Lincoln Navigator | Spacious executive SUV travel | Up to 6 | $160+ |
Choose the S-Class for refinement, an SUV for space and luggage, the XTS for value.
PricingS-Class Limo Service Rates
Our Mercedes-Benz S-Class starts at $140. Final pricing depends on your pickup location,
destination, total time, and the date. We confirm your rate in writing before you book.
Full detail is on our pricing page.
| Vehicle | Starting Rate |
|---|
| Cadillac XTS Sedan | $95+ |
| Mercedes-Benz S-Class | $140+ |
| Chevy Suburban | $150+ |
| Cadillac Escalade | $160+ |
| Lincoln Navigator | $160+ |
Starting rates shown. Final pricing varies based on trip details, date, and total time.
The Rest of the FleetOther Vehicles Available Alongside the S-Class
Booking for a larger group, or pairing the S-Class with something bigger? These are the options.
Booking TipsGetting the Most From Your S-Class Booking
- Request it by name. Say Mercedes-Benz S-Class when you ask for a quote so we reserve that specific vehicle rather than assigning any available sedan.
- Book early for wedding and holiday dates. We run one flagship sedan, not a fleet of them, so popular Saturdays go first.
- Weigh your luggage before choosing. Two travelers with carry ons are perfect. A family with four large suitcases will be happier in a Suburban or Escalade.
- Use hourly for multi stop days. Keeping the same car and chauffeur across a business day or wedding day is simpler and usually cheaper than separate trips.
- Mention if it is for photos. For weddings and events, tell us in advance so we can position the car where your photographer wants it.
Service AreasS-Class Service Across Chicago and the South Suburbs
We provide chauffeured S-Class service throughout the south suburbs and into the city, including both major airports.
FAQMercedes-Benz S-Class Service Questions
How much does S-Class limo service cost in Chicago?
Our Mercedes-Benz S-Class starts at $140. Final pricing depends on your pickup location, destination, total time, and the date. For comparison, our Cadillac XTS sedan starts at $95 and our SUVs run $150 to $160, so the S-Class sits between the standard sedan and the larger SUVs. We confirm your exact rate in writing before you book, with no hidden fees added later.
How many passengers fit in the S-Class?
The S-Class comfortably seats up to three passengers, and works best for one or two people who want maximum room and comfort. Luggage capacity suits a couple of standard suitcases and carry ons. If you are traveling with more people or more bags, a Chevy Suburban, Cadillac Escalade, or Lincoln Navigator gives you additional passenger and cargo space.
What is the difference between the S-Class and your other sedans?
The Cadillac XTS is our standard luxury sedan and the practical choice for everyday airport runs and business travel. The Mercedes-Benz S-Class is a full size flagship sedan, which means a quieter cabin, a smoother ride, more rear seat room, and a more refined interior. People typically choose the S-Class when the arrival itself matters, such as client hosting, weddings, and executive travel.
Can I request the S-Class specifically when booking?
Yes. Name the Mercedes-Benz S-Class when you request your quote and we will reserve it for your date if it is available. Because we operate one flagship sedan rather than a fleet of them, S-Class requests on popular dates such as wedding weekends and holidays should be made as far in advance as possible.
Is the S-Class a good choice for airport transfers?
It is an excellent choice for one or two travelers heading to O'Hare or Midway, particularly for business trips where you want a quiet space to take a call or review notes on the way. The main consideration is luggage. For a solo trip or a couple traveling light it is ideal, but a family with multiple large suitcases will be more comfortable in an SUV.
Do you provide the S-Class for weddings?
Yes. The S-Class is a popular choice for transporting the couple, since it offers a refined, understated arrival and photographs well outside a venue. Many couples pair the S-Class for themselves with a stretch limousine, party bus, or coach bus for the wedding party and guests, so everyone travels together on the same schedule.
What areas do you provide S-Class service in?
We provide chauffeured S-Class service throughout Chicago and the south suburbs, including Orland Park, Tinley Park, Orland Hills, Oak Forest, Palos Heights, Palos Park, Homer Glen, Mokena, Frankfort, New Lenox, and Oak Lawn, plus transfers to O'Hare and Midway airports.
Can I book the S-Class by the hour?
Yes. Hourly booking works well for days with multiple stops, such as a business day with several meetings, a wedding day, or an evening out with dinner and a show. Keeping the same car and chauffeur for the day is usually simpler and more cost effective than booking each leg as a separate trip. Tell us your itinerary and we will recommend the better structure.
Book the Mercedes-Benz S-Class
Chauffeured flagship sedan service across Chicago and the south suburbs. Rates start at $140. Request a free quote today.
Get a Free Quote
Or call (312) 446-7505