<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Optimizing Pianism — Dr. Cameron Roberts</title>
<meta name="description" content="Applying world-class science to world-class pianism. Evidence-based piano playing, consultations, and practice solutions from Dr. Cameron Roberts.">
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Inter:wght@300;400;500&display=swap" rel="stylesheet">

<style>

/* =============================================
   RESET & BASE
   ============================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', Arial, Helvetica, sans-serif;
  background-color: #EDE8DE;
  color: #21425C;
  font-size: 14px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* =============================================
   TYPOGRAPHY
   ============================================= */
.font-serif { font-family: 'Playfair Display', Georgia, 'Times New Roman', serif; }
.font-serif-italic { font-family: 'Playfair Display', Georgia, 'Times New Roman', serif; font-style: italic; }

/* =============================================
   LAYOUT HELPERS
   ============================================= */
.page-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.gap-sm { height: 0.75rem; }
.gap-md { height: 1rem; }
.gap-xs { height: 0.25rem; }

/* =============================================
   NEUMORPHIC CARD — shared by all service boxes
   ============================================= */
.neu-card {
  background: linear-gradient(135deg, #FFFFFF 0%, #F8F8F6 100%);
  border-radius: 10px;
  box-shadow: 5px 5px 12px #D0CCCA, -5px -5px 12px #FFFFFF;
  overflow: hidden;
}

/* =============================================
   NAVIGATION
   ============================================= */
.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 3rem;
  background: #FFFFFF;
  border-bottom: 1px solid #E5DCC4;
  position: relative;
}

.nav-name {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #21425C;
}

.nav-contact {
  position: absolute;
  right: 2.5rem;
  font-size: 10.5px;
  color: #8A7A56;
  letter-spacing: 0.07em;
  text-decoration: none;
}
.nav-contact:hover { color: #21425C; border-bottom: 1px solid #21425C; }

/* =============================================
   HERO
   ============================================= */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 4px;
  overflow: hidden;
  border: 0.5px solid #E5DCC4;
}

.hero-left {
  background: linear-gradient(160deg, #FFFFFF 0%, #F8F8F6 100%);
  padding: 4.4rem 3.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.25rem;
  border-right: 1px solid #E5DCC4;
}

.hero-eyebrow {
  font-size: 10px;
  letter-spacing: 0.22em;
  color: #C2A878;
  text-transform: uppercase;
}

.hero-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.45;
  color: #21425C;
}

.hero-subtitle {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-size: 13.5px;
  line-height: 1.75;
  color: #4A6878;
}

.hero-right {
  background: radial-gradient(ellipse at center, #2C5878 0%, #16334A 55%, #0D2235 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  padding: 3.3rem;
}

.hero-photo {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #5A8BAA;
  box-shadow: 0 0 32px rgba(0,0,0,0.5);
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-photo-name {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 14px;
  color: #E8DBC3;
  text-align: center;
}

.hero-credentials {
  font-size: 9px;
  letter-spacing: 0.12em;
  color: #C2A878;
  text-align: center;
  text-transform: uppercase;
}

.hero-about-link {
  font-size: 9.5px;
  letter-spacing: 0.1em;
  color: #C2A878;
  text-decoration: none;
  border-bottom: 1px solid #C2A878;
  padding-bottom: 1px;
  margin-top: 0.5rem;
  text-transform: uppercase;
}
.hero-about-link:hover { color: #E8DBC3; border-bottom-color: #E8DBC3; }

/* =============================================
   SCROLLING QUOTE REEL
   ============================================= */
.quote-reel-wrapper {
  margin: 0 4rem;
  overflow: hidden;
  padding: 1.4rem 0;
}

.quote-track {
  display: flex;
  animation: scrollQuotes 56s linear infinite;
  width: max-content;
}

.quote-track:hover { animation-play-state: paused; }

@keyframes scrollQuotes {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.quote-item {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-size: 13px;
  color: #D4A843;
  white-space: nowrap;
  padding: 0 2.5rem;
}

.quote-attribution {
  font-family: 'Inter', Arial, sans-serif;
  font-style: normal;
  font-size: 10px;
  color: #6B7A8A;
  letter-spacing: 0.06em;
}

.quote-dot {
  color: #C2A878;
  padding: 0 1rem;
}

/* =============================================
   NEWSLETTER PILL
   ============================================= */
.newsletter-pill {
  margin: 0 3rem;
  border-radius: 50px;
  background: #21425C;
  box-shadow: 5px 5px 14px #BDB8B0, -5px -5px 14px #FFFFFF;
  padding: 0.65rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.newsletter-pill-text { display: flex; flex-direction: column; gap: 1px; }

.newsletter-label {
  font-size: 9px;
  letter-spacing: 0.18em;
  color: #C2A878;
  text-transform: uppercase;
}

.newsletter-copy {
  font-family: 'Playfair Display', Georgia, serif;
  font-style: italic;
  font-size: 11.5px;
  color: #F0EBE0;
  white-space: nowrap;
}

.newsletter-form {
  display: flex;
  align-items: center;
  background: rgba(255,255,255,0.1);
  border-radius: 30px;
  padding: 4px 4px 4px 12px;
  border: 1px solid rgba(194,168,120,0.4);
  flex-shrink: 0;
  gap: 0;
}

.newsletter-input {
  font-size: 10.5px;
  border: none;
  background: transparent;
  color: #F0EBE0;
  outline: none;
  width: 130px;
}

.newsletter-input::placeholder { color: rgba(240,235,224,0.5); }

.newsletter-btn {
  background: #C2A878;
  border-radius: 20px;
  padding: 5px 14px;
  cursor: pointer;
  flex-shrink: 0;
  font-size: 9px;
  letter-spacing: 0.08em;
  color: #21425C;
  font-weight: 600;
  border: none;
  font-family: 'Inter', Arial, sans-serif;
}

.newsletter-btn:hover { background: #D4BC90; }

/* =============================================
   FEATURED VIDEO
   ============================================= */
.featured-video {
  display: flex;
  overflow: hidden;
}

.featured-video-accent {
  width: 5px;
  background: #4A72A0;
  flex-shrink: 0;
  border-radius: 10px 0 0 10px;
}

.featured-video-body {
  padding: 1.75rem 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}

.featured-video-label {
  font-size: 9.5px;
  letter-spacing: 0.14em;
  color: #C2A878;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.featured-video-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 15px;
  color: #21425C;
}

.featured-video-cta {
  font-size: 11px;
  color: #8A7A56;
  font-style: italic;
  white-space: nowrap;
  margin-left: 2rem;
}

/* =============================================
   SERVICE CARDS
   ============================================= */
.services-stack {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.svc-card {
  display: flex;
  overflow: hidden;
}

.svc-accent { width: 5px; flex-shrink: 0; border-radius: 10px 0 0 10px; }
.accent-blue    { background: #7AAAC8; }
.accent-peach   { background: #B8887C; }
.accent-sand    { background: #A89070; }
.accent-gold    { background: #B09A60; }
.accent-sage    { background: #88A884; }
.accent-lavender{ background: #9088C0; }

.svc-body {
  padding: 1.75rem 2.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex: 1;
  gap: 1rem;
}

.svc-label {
  font-size: 9.5px;
  letter-spacing: 0.14em;
  color: #8A7A56;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.svc-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 14px;
  color: #21425C;
}

.svc-link {
  font-size: 11px;
  color: #21425C;
  border-bottom: 1px solid #21425C;
  padding-bottom: 2px;
  white-space: nowrap;
  text-decoration: none;
  flex-shrink: 0;
  align-self: flex-start;
  margin-top: 4px;
}
.svc-link:hover { color: #4A72A0; border-bottom-color: #4A72A0; }

.svc-coming {
  font-size: 11px;
  color: #8A7A56;
  font-style: italic;
  white-space: nowrap;
  flex-shrink: 0;
  align-self: center;
}

/* Bullet list inside consultations card */
.svc-bullets { display: flex; flex-direction: column; gap: 5px; }

.svc-bullet-row {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.bullet-dot {
  color: #C2A878;
  font-size: 9px;
  flex-shrink: 0;
}

/* =============================================
   PHOTO REEL
   ============================================= */
.photo-reel-wrapper {
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(135deg, #FFFFFF 0%, #F4EFE8 100%);
  padding: 1.25rem 0;
  box-shadow: 4px 4px 10px #D4C8B8, -4px -4px 10px #FFFFFF;
}

.photo-track {
  display: flex;
  animation: scrollPhotos 44s linear infinite;
  width: max-content;
}

.photo-track:hover { animation-play-state: paused; }

@keyframes scrollPhotos {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.photo-thumb {
  width: 160px;
  height: 100px;
  border-radius: 4px;
  margin: 0 6px;
  flex-shrink: 0;
  overflow: hidden;
  object-fit: cover;
}

/* Placeholder if no image — remove once real photos added */
.photo-thumb-placeholder {
  width: 160px;
  height: 100px;
  border-radius: 4px;
  margin: 0 6px;
  flex-shrink: 0;
  background: #21425C;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* =============================================
   FOOTER
   ============================================= */
.footer {
  background: #2E4D62;
  padding: 1.25rem 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-text {
  font-size: 9px;
  letter-spacing: 0.1em;
  color: #7A9BBF;
  text-transform: uppercase;
}

.footer-socials { display: flex; gap: 12px; align-items: center; }

.social-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1.5px solid #6A8BAF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  transition: border-color 0.2s;
}
.social-icon:hover { border-color: #A8C4DC; }

/* =============================================
   RESPONSIVE — MOBILE
   ============================================= */
@media (max-width: 680px) {

  .nav { padding: 1.25rem 1.5rem; }
  .nav-contact { right: 1.5rem; }

  .hero { grid-template-columns: 1fr; }
  .hero-left { padding: 3rem 2rem; border-right: none; border-bottom: 1px solid #E5DCC4; }
  .hero-right { padding: 2.5rem 2rem; }
  .hero-title { font-size: 26px; }

  .quote-reel-wrapper { margin: 0 1rem; }

  .newsletter-pill {
    margin: 0 1rem;
    flex-direction: column;
    border-radius: 12px;
    gap: 0.75rem;
    padding: 1rem 1.5rem;
  }
  .newsletter-copy { white-space: normal; }
  .newsletter-input { width: 100px; }

  .featured-video-body { flex-direction: column; align-items: flex-start; gap: 0.5rem; }
  .featured-video-cta { margin-left: 0; }

  .svc-body { flex-direction: column; }
  .svc-link { margin-top: 0.75rem; }

  .footer { flex-direction: column; gap: 1rem; text-align: center; }
}

</style>
</head>

<body>

<!-- =============================================
     NAVIGATION
     ============================================= -->
<nav class="nav">
  <span class="nav-name">DR. CAMERON ROBERTS</span>
  <a href="/contact" class="nav-contact">CONTACT</a>
</nav>

<div class="page-wrapper">

  <div class="gap-md"></div>

  <!-- =============================================
       HERO
       ============================================= -->
  <section class="hero">

    <div class="hero-left">
      <p class="hero-eyebrow">Evidence-based piano playing</p>
      <h1 class="hero-title">Optimizing<br>Pianism</h1>
      <p class="hero-subtitle">
        Applying world-class science to world-class pianism.
        Facts over Fiction. Certainty over Guessing.
      </p>
    </div>

    <div class="hero-right">
      <!-- Replace src with your actual professional photo -->
      <div class="hero-photo">
        <img src="YOUR-PHOTO-URL.jpg" alt="Dr. Cameron Roberts at the piano" />
      </div>
      <p class="hero-photo-name">Dr. Cameron Roberts</p>
      <p class="hero-credentials">Pianist &middot; Physician &middot; PhD &middot; Author</p>
      <a href="/about" class="hero-about-link">About</a>
    </div>

  </section>

  <div class="gap-sm"></div>

  <!-- =============================================
       SCROLLING QUOTE REEL
       NOTE: Replace Common Ninja widget embed here
       if you prefer a hosted third-party marquee.
       This CSS animation version works in all browsers.
       ============================================= -->
  <div class="quote-reel-wrapper" aria-label="Endorsements">
    <div class="quote-track">
      <!-- SET 1 -->
      <span class="quote-item">
        &ldquo;A revelation &mdash; the universe of pianistic art examined from every side.&rdquo;
        <span class="quote-attribution">&mdash; ECKART ALTENMÜLLER, INSTITUTE OF MUSIC PHYSIOLOGY AND MUSICIANS&rsquo; MEDICINE, HANNOVER</span>
      </span>
      <span class="quote-dot">·</span>
      <span class="quote-item">
        &ldquo;Brilliant &mdash; combines the disciplines of science and art.&rdquo;
        <span class="quote-attribution">&mdash; RONALD FARREN-PRICE, FORMER DEAN AND HEAD OF KEYBOARD, UNIVERSITY OF MELBOURNE</span>
      </span>
      <span class="quote-dot">·</span>
      <span class="quote-item">
        &ldquo;A keenly scientific and rational book &mdash; highly recommended.&rdquo;
        <span class="quote-attribution">&mdash; MICHAEL KIERAN HARVEY, ADJUNCT PROFESSOR, UNIVERSITY OF TASMANIA</span>
      </span>
      <span class="quote-dot">·</span>
      <!-- SET 2 — duplicate for seamless loop -->
      <span class="quote-item">
        &ldquo;A revelation &mdash; the universe of pianistic art examined from every side.&rdquo;
        <span class="quote-attribution">&mdash; ECKART ALTENMÜLLER, INSTITUTE OF MUSIC PHYSIOLOGY AND MUSICIANS&rsquo; MEDICINE, HANNOVER</span>
      </span>
      <span class="quote-dot">·</span>
      <span class="quote-item">
        &ldquo;Brilliant &mdash; combines the disciplines of science and art.&rdquo;
        <span class="quote-attribution">&mdash; RONALD FARREN-PRICE, FORMER DEAN AND HEAD OF KEYBOARD, UNIVERSITY OF MELBOURNE</span>
      </span>
      <span class="quote-dot">·</span>
      <span class="quote-item">
        &ldquo;A keenly scientific and rational book &mdash; highly recommended.&rdquo;
        <span class="quote-attribution">&mdash; MICHAEL KIERAN HARVEY, ADJUNCT PROFESSOR, UNIVERSITY OF TASMANIA</span>
      </span>
      <span class="quote-dot">·</span>
    </div>
  </div>

  <div class="gap-xs"></div>

  <!-- =============================================
       NEWSLETTER PILL
       NOTE: Replace action="#" with your Zoho
       Campaigns form action URL.
       ============================================= -->
  <div class="newsletter-pill">
    <div class="newsletter-pill-text">
      <span class="newsletter-label">Weekly Newsletter</span>
      <span class="newsletter-copy">Stay informed. Myth-busting facts. Virtuosic pianism secrets.</span>
    </div>
    <form class="newsletter-form" action="#" method="post">
      <input class="newsletter-input" type="email" name="email" placeholder="your email" required />
      <button class="newsletter-btn" type="submit">JOIN</button>
    </form>
  </div>

  <div class="gap-sm"></div>

  <!-- =============================================
       FEATURED VIDEO
       NOTE: Replace "Coming soon" span with your
       VdoCipher embed code when ready:
       <div class="vdocipher-embed">
         [paste VdoCipher iframe here]
       </div>
       ============================================= -->
  <div class="neu-card featured-video">
    <div class="featured-video-accent"></div>
    <div class="featured-video-body">
      <div>
        <p class="featured-video-label">Featured Video</p>
        <p class="featured-video-title">The Science of Virtuosic Pianism &ndash; 88 Do&rsquo;s and Don&rsquo;ts</p>
      </div>
      <span class="featured-video-cta">Coming soon</span>
      <!-- When live, replace the span above with:
      <a href="/watch" class="svc-link">Stream it</a>
      -->
    </div>
  </div>

  <div class="gap-sm"></div>

  <!-- =============================================
       SERVICE CARDS
       NOTE: Replace all href="#" with real URLs.
       ============================================= -->
  <div class="services-stack">

    <!-- 1. CONSULTATIONS -->
    <div class="neu-card svc-card">
      <div class="svc-accent accent-blue"></div>
      <div class="svc-body">
        <div>
          <p class="svc-label">Consultations and Lessons</p>
          <div class="svc-bullets">
            <div class="svc-bullet-row">
              <span class="bullet-dot">&#9679;</span>
              <p class="svc-title">Private consultations</p>
            </div>
            <div class="svc-bullet-row">
              <span class="bullet-dot">&#9679;</span>
              <p class="svc-title">5-session Pianism Overhaul</p>
            </div>
          </div>
        </div>
        <!-- Link to Zoho Bookings custom domain, e.g. book.optimizingpianism.com -->
        <a href="https://book.optimizingpianism.com" class="svc-link">Book here</a>
      </div>
    </div>

    <!-- 2. APP -->
    <div class="neu-card svc-card">
      <div class="svc-accent accent-peach"></div>
      <div class="svc-body">
        <div>
          <p class="svc-label">App</p>
          <p class="svc-title">The Piano Prof Practice App &mdash; pianism-science coaching in your pocket</p>
        </div>
        <span class="svc-coming">Coming soon</span>
      </div>
    </div>

    <!-- 3. BOOK -->
    <div class="neu-card svc-card">
      <div class="svc-accent accent-sand"></div>
      <div class="svc-body">
        <div>
          <p class="svc-label">The Book</p>
          <p class="svc-title">Optimizing Pianism: Evidence-Based Perspectives (Bloomsbury Publishing)</p>
        </div>
        <!-- Replace with your publisher/retailer URL -->
        <a href="https://rowman.com" class="svc-link">Read it</a>
      </div>
    </div>

    <!-- 4. PIANISM PERSONALITY SCORE -->
    <div class="neu-card svc-card">
      <div class="svc-accent accent-gold"></div>
      <div class="svc-body">
        <div>
          <p class="svc-label">Pianism Personality Score</p>
          <p class="svc-title">Does your pianism personality affect your practice?</p>
        </div>
        <!-- Replace with your test/quiz URL -->
        <a href="/personality-score" class="svc-link">Do the test</a>
      </div>
    </div>

    <!-- 5. FREE RESOURCES -->
    <div class="neu-card svc-card">
      <div class="svc-accent accent-sage"></div>
      <div class="svc-body">
        <div>
          <p class="svc-label">Free Resources</p>
          <p class="svc-title">Practice guides &middot; Information sheets &middot; Health tips</p>
        </div>
        <a href="/resources" class="svc-link">View</a>
      </div>
    </div>

    <!-- 6. OTHER LINKS -->
    <div class="neu-card svc-card">
      <div class="svc-accent accent-lavender"></div>
      <div class="svc-body">
        <div>
          <p class="svc-label">Other Links</p>
          <p class="svc-title">Recordings &middot; Concerts &middot; Articles &middot; More</p>
        </div>
        <a href="/links" class="svc-link">View</a>
      </div>
    </div>

  </div><!-- end services-stack -->

  <div class="gap-sm"></div>

  <!-- =============================================
       PHOTO REEL
       NOTE: Replace each photo-thumb-placeholder
       div with a real <img> tag:
       <img class="photo-thumb" src="photo1.jpg" alt="Cameron Roberts at the piano" />
       Aim for 8-12 photos, duplicated for seamless loop.
       ============================================= -->
  <div class="photo-reel-wrapper" aria-label="Photo gallery">
    <div class="photo-track">
      <!-- SET 1 — replace placeholders with real images -->
      <div class="photo-thumb-placeholder"></div>
      <div class="photo-thumb-placeholder"></div>
      <div class="photo-thumb-placeholder"></div>
      <div class="photo-thumb-placeholder"></div>
      <div class="photo-thumb-placeholder"></div>
      <div class="photo-thumb-placeholder"></div>
      <div class="photo-thumb-placeholder"></div>
      <!-- SET 2 — duplicate for seamless loop -->
      <div class="photo-thumb-placeholder"></div>
      <div class="photo-thumb-placeholder"></div>
      <div class="photo-thumb-placeholder"></div>
      <div class="photo-thumb-placeholder"></div>
      <div class="photo-thumb-placeholder"></div>
      <div class="photo-thumb-placeholder"></div>
      <div class="photo-thumb-placeholder"></div>
    </div>
  </div>

  <div class="gap-md"></div>

</div><!-- end page-wrapper -->

<!-- =============================================
     FOOTER
     NOTE: Replace # with your real social media URLs.
     ============================================= -->
<footer class="footer">
  <span class="footer-text">optimizingpianism.com</span>

  <div class="footer-socials">
    <!-- Facebook -->
    <a href="https://facebook.com/YOUR-PAGE" class="social-icon" title="Facebook" target="_blank" rel="noopener">
      <svg width="14" height="14" viewBox="0 0 24 24" fill="none" aria-hidden="true">
        <path d="M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z" stroke="#A8C4DC" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
      </svg>
    </a>
    <!-- Instagram -->
    <a href="https://instagram.com/YOUR-HANDLE" class="social-icon" title="Instagram" target="_blank" rel="noopener">
      <svg width="14" height="14" viewBox="0 0 24 24" fill="none" aria-hidden="true">
        <rect x="2" y="2" width="20" height="20" rx="5" ry="5" stroke="#A8C4DC" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
        <circle cx="12" cy="12" r="4" stroke="#A8C4DC" stroke-width="2"/>
        <circle cx="17.5" cy="6.5" r="1.2" fill="#A8C4DC"/>
      </svg>
    </a>
    <!-- LinkedIn -->
    <a href="https://linkedin.com/in/YOUR-PROFILE" class="social-icon" title="LinkedIn" target="_blank" rel="noopener">
      <svg width="14" height="14" viewBox="0 0 24 24" fill="none" aria-hidden="true">
        <path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z" stroke="#A8C4DC" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
        <rect x="2" y="9" width="4" height="12" stroke="#A8C4DC" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
        <circle cx="4" cy="4" r="2" stroke="#A8C4DC" stroke-width="2"/>
      </svg>
    </a>
  </div>

  <span class="footer-text">Dr. Cameron Roberts</span>
</footer>

</body>
</html>
