← back to Animals
public/sites/aquarium-adventure-hoffman-estates-il-5507/index.html
49 lines
<!doctype html><html lang="en"><head><meta charset=utf-8><meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Cormorant%2BGaramond:wght@400;700;900&family=Lato:wght@400;500;600;700&display=swap">
<style>
:root{
--ink:#1c1c0a; --paper:#fffce8; --accent:#a16207;
--accent2:#1e3a8a; --muted:#7d7d5c; --rule:#fde68a;
--h-font:'Cormorant Garamond', serif; --b-font:'Lato', system-ui, sans-serif;
--btn-r:2px; --card-r:0; --card-shadow:none;
--divider:double 3px var(--ink);
}
*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--paper);color:var(--ink);font-family:var(--b-font);font-size:16px;line-height:1.55}
h1,h2,h3,h4{font-family:var(--h-font);margin:0 0 .4em;letter-spacing:-.01em}
a{color:var(--accent);text-decoration:none}
.btn{display:inline-block;background:var(--accent);color:var(--paper);padding:.85em 1.6em;border-radius:var(--btn-r);font-weight:700;text-decoration:none}
.btn-2{display:inline-block;background:var(--accent2);color:#fff;padding:.85em 1.6em;border-radius:var(--btn-r);font-weight:700;text-decoration:none}
.btn-ghost{display:inline-block;border:1.5px solid var(--ink);color:var(--ink);padding:.8em 1.5em;border-radius:var(--btn-r);font-weight:600;text-decoration:none}
.card{background:#fff;border-radius:var(--card-r);box-shadow:var(--card-shadow);padding:1.5em}
.divider{border:0;border-top:var(--divider);margin:2em 0}
.muted{color:var(--muted)}
body{background:var(--paper)}
.luxe{padding:6em 5em;max-width:1100px;margin:0 auto;text-align:center}
.luxe small{font-family:var(--h-font);font-style:italic;font-size:1em;color:var(--accent);letter-spacing:.05em}
.luxe h1{font-size:5em;margin:.2em 0;font-weight:400;letter-spacing:-.02em;line-height:1}
.luxe .tag{font-family:var(--h-font);font-style:italic;font-size:1.4em;color:var(--muted);margin:.5em 0 2em}
.luxe .ornament{display:block;margin:1.5em auto;width:120px;height:1px;background:var(--accent)}
.luxe p.intro{max-width:640px;margin:0 auto 2.5em;font-size:1.1em;line-height:1.7;color:var(--ink)}
.luxe .cta{display:inline-block;border:1px solid var(--ink);padding:1.1em 2.4em;letter-spacing:.2em;text-transform:uppercase;font-size:.85em;font-weight:600;color:var(--ink)}
.pillars2{display:grid;grid-template-columns:repeat(3,1fr);max-width:1100px;margin:0 auto;gap:0;border-top:1px solid var(--rule)}
.pillars2 > div{padding:3em 2em;border-right:1px solid var(--rule);text-align:center}
.pillars2 > div:last-child{border:0}
.pillars2 h3{font-family:var(--h-font);font-style:italic;font-size:1.4em;font-weight:400;color:var(--accent)}
</style></head><body>
<main class=luxe>
<small>established · Hoffman Estates</small>
<h1>Aquarium Adventure</h1>
<div class=tag>A veterinary concierge for Hoffman Estates families.</div>
<span class=ornament></span>
<p class=intro>For thirty years, the same families have entrusted us with their pets — across generations, through every illness, every joy, every loss. We answer the phone ourselves. We remember what you fed your dog last summer. That is the practice we have built.</p>
<a class=cta href=#book>Become a client</a>
</main>
<section class=pillars2>
<div><h3>House calls</h3><p>For senior pets, end-of-life care, or pets who simply hate the car.</p></div>
<div><h3>Concierge medicine</h3><p>Direct cell-phone access to your DVM. No portal. No phone tree.</p></div>
<div><h3>Estate planning</h3><p>Pet-trust referrals, end-of-life planning, in-home euthanasia.</p></div>
</section>
<footer style="padding:3em;text-align:center;color:var(--muted);font-size:.85em">11 Golf Center, Hoffman Estates, IL, 60195 · +1-847-490-9334</footer></body></html>