patx/demo

add delaney

Commit fdb9f60 ยท patx ยท 2026-06-05T00:21:06-04:00

Changeset
fdb9f60d704b7a77060c66827a78888cea112d35
Parents
4fb874f9e91bf8582d829fa75483b43d144d0e8a

View source at this commit

Comments

No comments yet.

Log in to comment

Diff

diff --git a/docs/delaney-hero.png b/docs/delaney-hero.png
new file mode 100644
index 0000000..4f19fe8
Binary files /dev/null and b/docs/delaney-hero.png differ
diff --git a/docs/delaney.html b/docs/delaney.html
new file mode 100644
index 0000000..481b080
--- /dev/null
+++ b/docs/delaney.html
@@ -0,0 +1,1209 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<meta charset="UTF-8">
+<meta name="viewport" content="width=device-width, initial-scale=1.0">
+<title>Delaney Window Cleaning โ€” Crystal Clear Results</title>
+<link rel="preconnect" href="https://fonts.googleapis.com">
+<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700;900&family=DM+Sans:wght@300;400;500&display=swap" rel="stylesheet">
+<style>
+  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
+
+  :root {
+    --navy: #0d1f2d;
+    --navy-mid: #1a3045;
+    --sky: #c8e6f5;
+    --sky-light: #eaf5fb;
+    --sky-mid: #7ec8e3;
+    --gold: #c9a84c;
+    --gold-light: #e8d49a;
+    --white: #f9fbfc;
+    --text-dark: #0d1f2d;
+    --text-mid: #3a5068;
+    --text-light: #6b8fa6;
+  }
+
+  html {
+    scroll-behavior: smooth;
+    scroll-padding-top: 86px;
+  }
+
+  body {
+    font-family: 'DM Sans', sans-serif;
+    background: var(--white);
+    color: var(--text-dark);
+    overflow-x: hidden;
+  }
+  body.nav-open { overflow: hidden; }
+
+  /* NAV */
+  nav {
+    position: fixed;
+    top: 0; left: 0; right: 0;
+    z-index: 100;
+    display: flex;
+    align-items: center;
+    justify-content: space-between;
+    padding: 1.2rem 5vw;
+    background: rgba(13, 31, 45, 0.95);
+    backdrop-filter: blur(10px);
+    transition: box-shadow 0.2s, background 0.2s;
+  }
+  nav.is-scrolled {
+    background: rgba(13, 31, 45, 0.98);
+    box-shadow: 0 12px 30px rgba(7,15,22,0.18);
+  }
+  .nav-logo {
+    font-family: 'Playfair Display', serif;
+    font-size: 1.2rem;
+    color: var(--white);
+    letter-spacing: 0.02em;
+    text-decoration: none;
+    white-space: nowrap;
+  }
+  .nav-logo span { color: var(--gold); }
+  .nav-links { display: flex; gap: 2rem; list-style: none; }
+  .nav-links a {
+    color: rgba(249,251,252,0.75);
+    text-decoration: none;
+    font-size: 0.875rem;
+    font-weight: 400;
+    letter-spacing: 0.04em;
+    transition: color 0.2s;
+  }
+  .nav-links a:hover,
+  .nav-links a.is-active:not(.nav-cta) { color: var(--gold); }
+  .nav-cta {
+    background: var(--gold);
+    color: var(--navy) !important;
+    padding: 0.55rem 1.3rem;
+    border-radius: 4px;
+    font-weight: 500 !important;
+    color: var(--navy) !important;
+  }
+  .nav-cta:hover { background: var(--gold-light); color: var(--navy) !important; }
+  .nav-cta.is-active { background: var(--gold-light); box-shadow: 0 0 0 2px rgba(232,212,154,0.25); }
+  .menu-toggle {
+    display: none;
+    width: 44px;
+    height: 44px;
+    border: 1px solid rgba(249,251,252,0.22);
+    border-radius: 4px;
+    background: transparent;
+    color: var(--white);
+    cursor: pointer;
+    align-items: center;
+    justify-content: center;
+    flex-direction: column;
+    gap: 5px;
+  }
+  .menu-toggle span {
+    width: 21px;
+    height: 2px;
+    background: currentColor;
+    border-radius: 999px;
+    transition: transform 0.2s, opacity 0.2s;
+  }
+  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
+  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
+  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
+
+  /* HERO */
+  .hero {
+    min-height: 100vh;
+    background:
+      linear-gradient(90deg, rgba(7,15,22,0.94) 0%, rgba(13,31,45,0.78) 42%, rgba(13,31,45,0.3) 72%, rgba(13,31,45,0.16) 100%),
+      url('delaney-hero.png') center right / cover no-repeat;
+    display: grid;
+    grid-template-columns: minmax(0, 1fr);
+    align-items: center;
+    position: relative;
+    overflow: hidden;
+  }
+  .hero::before {
+    content: '';
+    position: absolute;
+    inset: 0;
+    background: linear-gradient(180deg, rgba(13,31,45,0) 70%, rgba(13,31,45,0.35) 100%);
+    pointer-events: none;
+  }
+  .hero-content {
+    padding: 10rem 5vw 6rem 8vw;
+    position: relative;
+    z-index: 2;
+    max-width: 650px;
+  }
+  .hero-eyebrow {
+    display: inline-block;
+    font-size: 0.75rem;
+    font-weight: 500;
+    letter-spacing: 0.2em;
+    text-transform: uppercase;
+    color: var(--gold);
+    margin-bottom: 1.5rem;
+  }
+  .hero h1 {
+    font-family: 'Playfair Display', serif;
+    font-size: clamp(2.8rem, 5vw, 4.2rem);
+    font-weight: 900;
+    line-height: 1.1;
+    color: var(--white);
+    margin-bottom: 1.5rem;
+  }
+  .hero h1 em {
+    font-style: italic;
+    color: var(--sky-mid);
+  }
+  .hero-sub {
+    font-size: 1.05rem;
+    color: rgba(249,251,252,0.65);
+    line-height: 1.7;
+    max-width: 420px;
+    margin-bottom: 2.5rem;
+  }
+  .hero-actions { display: flex; gap: 1rem; align-items: center; flex-wrap: wrap; }
+  .btn-primary {
+    background: var(--gold);
+    color: var(--navy);
+    padding: 0.85rem 2rem;
+    border-radius: 4px;
+    font-weight: 500;
+    font-size: 0.95rem;
+    text-decoration: none;
+    letter-spacing: 0.02em;
+    transition: background 0.2s, transform 0.15s;
+    display: inline-block;
+  }
+  .btn-primary:hover { background: var(--gold-light); transform: translateY(-1px); }
+  .btn-ghost {
+    color: var(--white);
+    border: 1px solid rgba(249,251,252,0.3);
+    padding: 0.85rem 2rem;
+    border-radius: 4px;
+    font-size: 0.95rem;
+    text-decoration: none;
+    transition: border-color 0.2s, background 0.2s;
+    display: inline-block;
+  }
+  .btn-ghost:hover { border-color: var(--sky-mid); background: rgba(126,200,227,0.08); }
+  .hero-phone {
+    margin-top: 2.5rem;
+    font-size: 0.8rem;
+    color: rgba(249,251,252,0.45);
+    letter-spacing: 0.05em;
+  }
+  .hero-phone a {
+    color: var(--sky-mid);
+    text-decoration: none;
+    font-size: 1.1rem;
+    font-weight: 500;
+    display: block;
+    margin-top: 0.2rem;
+  }
+
+  /* TRUST BAR */
+  .trust-bar {
+    background: var(--sky-light);
+    border-top: 1px solid rgba(126,200,227,0.3);
+    border-bottom: 1px solid rgba(126,200,227,0.3);
+    padding: 1.2rem 5vw;
+    display: flex;
+    align-items: center;
+    justify-content: center;
+    gap: 3rem;
+    flex-wrap: wrap;
+  }
+  .trust-item {
+    display: flex;
+    align-items: center;
+    gap: 0.5rem;
+    font-size: 0.85rem;
+    color: var(--text-mid);
+    font-weight: 500;
+  }
+  .trust-icon { font-size: 1.2rem; }
+
+  /* SECTION STYLES */
+  section { padding: 6rem 5vw; }
+  .section-label {
+    font-size: 0.72rem;
+    font-weight: 500;
+    letter-spacing: 0.2em;
+    text-transform: uppercase;
+    color: var(--gold);
+    margin-bottom: 0.8rem;
+  }
+  .section-title {
+    font-family: 'Playfair Display', serif;
+    font-size: clamp(2rem, 3.5vw, 2.8rem);
+    font-weight: 700;
+    line-height: 1.2;
+    color: var(--text-dark);
+    margin-bottom: 1rem;
+  }
+  .section-sub {
+    font-size: 1rem;
+    color: var(--text-light);
+    line-height: 1.7;
+    max-width: 520px;
+  }
+
+  /* SERVICES */
+  .services { background: #fff; }
+  .services-header { text-align: center; margin-bottom: 4rem; }
+  .services-header .section-sub { margin: 0 auto; }
+  .services-grid {
+    display: grid;
+    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
+    gap: 1.5rem;
+    max-width: 1100px;
+    margin: 0 auto;
+  }
+  .service-card {
+    border: 1px solid rgba(126,200,227,0.25);
+    border-radius: 12px;
+    padding: 2rem 1.75rem;
+    background: var(--white);
+    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
+    position: relative;
+    overflow: hidden;
+  }
+  .service-card::before {
+    content: '';
+    position: absolute;
+    top: 0; left: 0; right: 0;
+    height: 3px;
+    background: linear-gradient(90deg, var(--sky-mid), var(--gold));
+    opacity: 0;
+    transition: opacity 0.2s;
+  }
+  .service-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(13,31,45,0.1); border-color: rgba(126,200,227,0.5); }
+  .service-card:hover::before { opacity: 1; }
+  .service-icon {
+    width: 52px; height: 52px;
+    background: var(--sky-light);
+    border-radius: 10px;
+    display: flex;
+    align-items: center;
+    justify-content: center;
+    font-size: 1.5rem;
+    margin-bottom: 1.2rem;
+  }
+  .service-card h3 {
+    font-family: 'Playfair Display', serif;
+    font-size: 1.2rem;
+    font-weight: 700;
+    color: var(--text-dark);
+    margin-bottom: 0.6rem;
+  }
+  .service-card p {
+    font-size: 0.9rem;
+    color: var(--text-light);
+    line-height: 1.65;
+  }
+
+  /* WHY US */
+  .why {
+    background: var(--navy);
+    color: var(--white);
+    display: grid;
+    grid-template-columns: 1fr 1fr;
+    gap: 5vw;
+    align-items: center;
+  }
+  .why .section-title { color: var(--white); }
+  .why .section-sub { color: rgba(249,251,252,0.65); }
+  .reasons { list-style: none; margin-top: 2rem; }
+  .reasons li {
+    display: flex;
+    gap: 1rem;
+    padding: 1.2rem 0;
+    border-bottom: 1px solid rgba(249,251,252,0.1);
+  }
+  .reasons li:last-child { border-bottom: none; }
+  .reason-num {
+    font-family: 'Playfair Display', serif;
+    font-size: 1.5rem;
+    font-weight: 700;
+    color: var(--gold);
+    min-width: 36px;
+    line-height: 1.2;
+  }
+  .reason-text h4 {
+    font-weight: 500;
+    font-size: 1rem;
+    margin-bottom: 0.2rem;
+  }
+  .reason-text p {
+    font-size: 0.875rem;
+    color: rgba(249,251,252,0.55);
+    line-height: 1.6;
+  }
+  .why-visual {
+    display: grid;
+    grid-template-columns: 1fr 1fr;
+    gap: 1rem;
+  }
+  .why-stat {
+    background: rgba(255,255,255,0.05);
+    border: 1px solid rgba(255,255,255,0.1);
+    border-radius: 10px;
+    padding: 1.5rem;
+    text-align: center;
+  }
+  .why-stat .big {
+    font-family: 'Playfair Display', serif;
+    font-size: 2.4rem;
+    font-weight: 700;
+    color: var(--sky-mid);
+    display: block;
+  }
+  .why-stat .small {
+    font-size: 0.8rem;
+    color: rgba(249,251,252,0.5);
+    text-transform: uppercase;
+    letter-spacing: 0.1em;
+    margin-top: 0.3rem;
+    display: block;
+  }
+  .why-stat.accent { border-color: rgba(201,168,76,0.3); }
+  .why-stat.accent .big { color: var(--gold); }
+
+  /* PROCESS */
+  .process { background: var(--sky-light); text-align: center; }
+  .process .section-sub { margin: 0 auto 3.5rem; }
+  .steps {
+    display: flex;
+    gap: 0;
+    max-width: 900px;
+    margin: 0 auto;
+    position: relative;
+    justify-content: space-between;
+  }
+  .steps::before {
+    content: '';
+    position: absolute;
+    top: 28px;
+    left: 10%; right: 10%;
+    height: 2px;
+    background: rgba(126,200,227,0.4);
+  }
+  .step {
+    display: flex;
+    flex-direction: column;
+    align-items: center;
+    width: 22%;
+    position: relative;
+    z-index: 1;
+  }
+  .step-circle {
+    width: 56px; height: 56px;
+    border-radius: 50%;
+    background: var(--navy);
+    color: var(--gold);
+    font-family: 'Playfair Display', serif;
+    font-size: 1.3rem;
+    font-weight: 700;
+    display: flex;
+    align-items: center;
+    justify-content: center;
+    margin-bottom: 1rem;
+    border: 3px solid rgba(201,168,76,0.4);
+  }
+  .step h4 {
+    font-weight: 500;
+    font-size: 0.95rem;
+    color: var(--text-dark);
+    margin-bottom: 0.4rem;
+  }
+  .step p {
+    font-size: 0.8rem;
+    color: var(--text-light);
+    line-height: 1.5;
+  }
+
+  /* TESTIMONIALS */
+  .testimonials { background: #fff; }
+  .testimonials-header { margin-bottom: 3rem; }
+  .reviews-grid {
+    display: grid;
+    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
+    gap: 1.5rem;
+    max-width: 1100px;
+  }
+  .review-card {
+    border: 1px solid rgba(126,200,227,0.2);
+    border-radius: 12px;
+    padding: 1.75rem;
+    background: var(--white);
+  }
+  .stars {
+    color: var(--gold);
+    font-size: 0.9rem;
+    margin-bottom: 0.8rem;
+    letter-spacing: 0.1em;
+  }
+  .review-text {
+    font-size: 0.925rem;
+    color: var(--text-mid);
+    line-height: 1.7;
+    margin-bottom: 1.2rem;
+    font-style: italic;
+  }
+  .reviewer {
+    display: flex;
+    align-items: center;
+    gap: 0.75rem;
+  }
+  .reviewer-avatar {
+    width: 38px; height: 38px;
+    border-radius: 50%;
+    background: var(--sky-light);
+    display: flex;
+    align-items: center;
+    justify-content: center;
+    font-weight: 500;
+    font-size: 0.85rem;
+    color: var(--navy-mid);
+    border: 1px solid rgba(126,200,227,0.3);
+  }
+  .reviewer-name { font-weight: 500; font-size: 0.875rem; }
+  .reviewer-detail { font-size: 0.75rem; color: var(--text-light); }
+
+  /* QUOTE FORM */
+  .quote {
+    background: linear-gradient(180deg, var(--white) 0%, var(--sky-light) 100%);
+  }
+  .quote-wrap {
+    max-width: 1100px;
+    margin: 0 auto;
+    display: grid;
+    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
+    gap: 3rem;
+    align-items: start;
+  }
+  .quote-copy .section-sub { margin-bottom: 2rem; }
+  .quote-points {
+    list-style: none;
+    display: grid;
+    gap: 0.9rem;
+    margin-bottom: 2rem;
+  }
+  .quote-points li {
+    display: flex;
+    align-items: flex-start;
+    gap: 0.75rem;
+    color: var(--text-mid);
+    font-size: 0.925rem;
+    line-height: 1.55;
+  }
+  .quote-points span {
+    width: 24px;
+    height: 24px;
+    flex: 0 0 24px;
+    border-radius: 50%;
+    background: var(--navy);
+    color: var(--gold);
+    display: flex;
+    align-items: center;
+    justify-content: center;
+    font-size: 0.78rem;
+    font-weight: 700;
+  }
+  .quote-direct {
+    border-top: 1px solid rgba(126,200,227,0.35);
+    padding-top: 1.25rem;
+    color: var(--text-light);
+    font-size: 0.9rem;
+    line-height: 1.6;
+  }
+  .quote-direct a {
+    color: var(--navy);
+    font-family: 'Playfair Display', serif;
+    font-size: 1.35rem;
+    font-weight: 700;
+    text-decoration: none;
+    display: inline-block;
+    margin-top: 0.25rem;
+  }
+  .quote-form {
+    background: #fff;
+    border: 1px solid rgba(126,200,227,0.28);
+    border-radius: 8px;
+    padding: 2rem;
+    box-shadow: 0 18px 55px rgba(13,31,45,0.1);
+  }
+  .form-grid {
+    display: grid;
+    grid-template-columns: repeat(2, minmax(0, 1fr));
+    gap: 1rem;
+  }
+  .form-field {
+    display: flex;
+    flex-direction: column;
+    gap: 0.42rem;
+  }
+  .form-field.full { grid-column: 1 / -1; }
+  .quote-form label {
+    font-size: 0.78rem;
+    font-weight: 500;
+    color: var(--text-mid);
+    letter-spacing: 0.05em;
+    text-transform: uppercase;
+  }
+  .quote-form input,
+  .quote-form select,
+  .quote-form textarea {
+    width: 100%;
+    border: 1px solid rgba(58,80,104,0.22);
+    border-radius: 6px;
+    background: var(--white);
+    color: var(--text-dark);
+    font: inherit;
+    font-size: 0.95rem;
+    padding: 0.82rem 0.9rem;
+    outline: none;
+    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
+  }
+  .quote-form textarea {
+    min-height: 118px;
+    resize: vertical;
+  }
+  .quote-form input:focus,
+  .quote-form select:focus,
+  .quote-form textarea:focus {
+    border-color: var(--sky-mid);
+    background: #fff;
+    box-shadow: 0 0 0 3px rgba(126,200,227,0.18);
+  }
+  .form-footer {
+    display: flex;
+    align-items: center;
+    justify-content: space-between;
+    gap: 1rem;
+    margin-top: 1.3rem;
+    flex-wrap: wrap;
+  }
+  .form-note {
+    color: var(--text-light);
+    font-size: 0.82rem;
+    line-height: 1.5;
+    max-width: 270px;
+  }
+  .quote-submit {
+    border: none;
+    cursor: pointer;
+    font-family: inherit;
+  }
+  .form-status {
+    display: none;
+    margin-top: 1rem;
+    padding: 0.9rem 1rem;
+    border-radius: 6px;
+    background: rgba(126,200,227,0.16);
+    color: var(--navy);
+    font-size: 0.9rem;
+    line-height: 1.5;
+  }
+  .form-status.is-visible { display: block; }
+  .quote-form.is-submitted .form-grid,
+  .quote-form.is-submitted .form-footer {
+    display: none;
+  }
+  .quote-form.is-submitted .form-status {
+    display: block;
+    margin-top: 0;
+    padding: 1.25rem;
+    background: var(--sky-light);
+    border: 1px solid rgba(126,200,227,0.32);
+    font-size: 1rem;
+  }
+
+  /* CTA BANNER */
+  .cta-banner {
+    background: var(--navy);
+    padding: 5rem 5vw;
+    display: flex;
+    align-items: center;
+    justify-content: space-between;
+    gap: 2rem;
+    flex-wrap: wrap;
+  }
+  .cta-banner h2 {
+    font-family: 'Playfair Display', serif;
+    font-size: clamp(1.8rem, 3vw, 2.4rem);
+    color: var(--white);
+    font-weight: 700;
+    max-width: 480px;
+  }
+  .cta-banner h2 em { color: var(--sky-mid); font-style: italic; }
+  .cta-actions { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }
+  .cta-phone { color: var(--gold); font-size: 1.5rem; font-weight: 500; text-decoration: none; font-family: 'Playfair Display', serif; }
+
+  /* FOOTER */
+  footer {
+    background: #070f16;
+    color: rgba(249,251,252,0.5);
+    padding: 3rem 5vw 2rem;
+  }
+  .footer-inner {
+    display: grid;
+    grid-template-columns: 2fr 1fr 1fr;
+    gap: 3rem;
+    margin-bottom: 2.5rem;
+  }
+  .footer-brand .logo {
+    font-family: 'Playfair Display', serif;
+    font-size: 1.1rem;
+    color: var(--white);
+    margin-bottom: 0.8rem;
+  }
+  .footer-brand .logo span { color: var(--gold); }
+  .footer-brand p { font-size: 0.85rem; line-height: 1.65; max-width: 280px; }
+  .footer-col h5 {
+    color: var(--white);
+    font-weight: 500;
+    font-size: 0.85rem;
+    letter-spacing: 0.08em;
+    text-transform: uppercase;
+    margin-bottom: 1rem;
+  }
+  .footer-col a {
+    display: block;
+    color: rgba(249,251,252,0.5);
+    text-decoration: none;
+    font-size: 0.875rem;
+    margin-bottom: 0.5rem;
+    transition: color 0.2s;
+  }
+  .footer-col a:hover { color: var(--gold); }
+  .footer-bottom {
+    border-top: 1px solid rgba(255,255,255,0.08);
+    padding-top: 1.5rem;
+    display: flex;
+    justify-content: space-between;
+    align-items: center;
+    font-size: 0.8rem;
+    flex-wrap: wrap;
+    gap: 0.5rem;
+  }
+  .footer-bottom a { color: rgba(249,251,252,0.5); text-decoration: none; }
+  .footer-bottom a:hover { color: var(--gold); }
+
+  /* MOBILE */
+  @media (max-width: 768px) {
+    nav { padding: 0.85rem 5vw; }
+    .menu-toggle { display: flex; }
+    .nav-links {
+      position: absolute;
+      top: 100%;
+      left: 0;
+      right: 0;
+      display: flex;
+      flex-direction: column;
+      gap: 0;
+      background: rgba(13,31,45,0.98);
+      border-top: 1px solid rgba(249,251,252,0.08);
+      padding: 0.5rem 5vw 1.1rem;
+      box-shadow: 0 22px 40px rgba(7,15,22,0.24);
+      opacity: 0;
+      visibility: hidden;
+      pointer-events: none;
+      transform: translateY(-10px);
+      transition: opacity 0.2s, transform 0.2s, visibility 0.2s;
+    }
+    nav.is-open .nav-links {
+      opacity: 1;
+      visibility: visible;
+      pointer-events: auto;
+      transform: translateY(0);
+    }
+    .nav-links li { width: 100%; }
+    .nav-links a {
+      display: flex;
+      align-items: center;
+      width: 100%;
+      padding: 0.95rem 0;
+      border-bottom: 1px solid rgba(249,251,252,0.08);
+    }
+    .nav-links a.is-active:not(.nav-cta) {
+      color: var(--gold);
+      border-bottom-color: rgba(201,168,76,0.35);
+    }
+    .nav-links .nav-cta {
+      justify-content: center;
+      margin-top: 0.65rem;
+      padding: 0.85rem 1rem;
+      border-bottom: 0;
+    }
+    .hero {
+      grid-template-columns: 1fr;
+      background:
+        linear-gradient(180deg, rgba(7,15,22,0.88) 0%, rgba(13,31,45,0.72) 58%, rgba(13,31,45,0.4) 100%),
+        url('delaney-hero.png') center center / cover no-repeat;
+    }
+    .hero-content { padding: 8rem 6vw 3rem; }
+    .why { grid-template-columns: 1fr; }
+    .why-visual { display: none; }
+    .steps { flex-wrap: wrap; justify-content: center; gap: 2rem; }
+    .steps::before { display: none; }
+    .step { width: 45%; }
+    .quote-wrap { grid-template-columns: 1fr; gap: 2rem; }
+    .quote-form { padding: 1.25rem; }
+    .form-grid { grid-template-columns: 1fr; }
+    .form-footer { align-items: stretch; }
+    .form-note { max-width: none; }
+    .quote-submit { width: 100%; text-align: center; }
+    .footer-inner { grid-template-columns: 1fr; gap: 2rem; }
+  }
+</style>
+</head>
+<body>
+
+<!-- NAV -->
+<nav id="site-nav" aria-label="Primary navigation">
+  <a class="nav-logo" href="#top" aria-label="Delaney Window Cleaning home">Delaney <span>Window</span> Cleaning</a>
+  <button class="menu-toggle" type="button" aria-label="Open menu" aria-controls="primary-navigation" aria-expanded="false">
+    <span></span>
+    <span></span>
+    <span></span>
+  </button>
+  <ul class="nav-links" id="primary-navigation">
+    <li><a href="#top" data-nav-link>Home</a></li>
+    <li><a href="#services" data-nav-link>Services</a></li>
+    <li><a href="#why" data-nav-link>About</a></li>
+    <li><a href="#process" data-nav-link>Process</a></li>
+    <li><a href="#reviews" data-nav-link>Reviews</a></li>
+    <li><a href="#quote" class="nav-cta" data-nav-link>Free Quote</a></li>
+  </ul>
+</nav>
+
+<!-- HERO -->
+<section class="hero" id="top">
+  <div class="hero-content">
+    <span class="hero-eyebrow">Connecticut's Trusted Window Specialists</span>
+    <h1>Crystal Clear<br><em>Every Time.</em></h1>
+    <p class="hero-sub">Professional residential and commercial window cleaning that transforms your home or business. Serving Connecticut with pride since day one.</p>
+    <div class="hero-actions">
+      <a href="#quote" class="btn-primary">Get a Free Quote</a>
+      <a href="#services" class="btn-ghost">Our Services</a>
+    </div>
+    <div class="hero-phone">
+      Call or DM anytime
+      <a href="tel:8606055587">860-605-5587</a>
+    </div>
+  </div>
+</section>
+
+<!-- TRUST BAR -->
+<div class="trust-bar">
+  <div class="trust-item"><span class="trust-icon">๐Ÿ›ก๏ธ</span> Fully Insured</div>
+  <div class="trust-item"><span class="trust-icon">๐Ÿ“</span> Connecticut Based</div>
+  <div class="trust-item"><span class="trust-icon">๐Ÿ </span> Residential & Commercial</div>
+  <div class="trust-item"><span class="trust-icon">๐Ÿ“ž</span> Free Estimates</div>
+  <div class="trust-item"><span class="trust-icon">โญ</span> 5-Star Service</div>
+</div>
+
+<!-- SERVICES -->
+<section class="services" id="services">
+  <div class="services-header">
+    <div class="section-label">What We Do</div>
+    <h2 class="section-title">Services Built for Every Property</h2>
+    <p class="section-sub">From single-family homes to large commercial buildings, we deliver spotless results with professional-grade equipment and care.</p>
+  </div>
+  <div class="services-grid">
+    <div class="service-card">
+      <div class="service-icon">๐Ÿก</div>
+      <h3>Residential Windows</h3>
+      <p>Interior and exterior window cleaning for homes of all sizes. We handle screens, tracks, and sills โ€” leaving every pane streak-free and sparkling.</p>
+    </div>
+    <div class="service-card">
+      <div class="service-icon">๐Ÿข</div>
+      <h3>Commercial Windows</h3>
+      <p>Storefronts, offices, and multi-story buildings. We work around your schedule to keep your business looking its best and making great first impressions.</p>
+    </div>
+    <div class="service-card">
+      <div class="service-icon">๐Ÿจ</div>
+      <h3>Hospitality & Inns</h3>
+      <p>Trusted by local inns and hospitality properties like Riverton Inn. We understand the high standards guests expect and consistently exceed them.</p>
+    </div>
+    <div class="service-card">
+      <div class="service-icon">๐ŸชŸ</div>
+      <h3>Screens & Tracks</h3>
+      <p>Full-service cleaning of window screens, frames, and tracks. Often overlooked โ€” but the difference is visible once they're done right.</p>
+    </div>
+    <div class="service-card">
+      <div class="service-icon">๐ŸŒฟ</div>
+      <h3>Seasonal Deep Clean</h3>
+      <p>Spring and fall cleanings to remove months of buildup from pollen, grime, and weather. Perfect before listing a home or hosting a special event.</p>
+    </div>
+    <div class="service-card">
+      <div class="service-icon">๐Ÿ‚</div>
+      <h3>Gutter Cleaning</h3>
+      <p>Clear gutters and downspouts help protect siding, foundations, and landscaping. We remove buildup so rainwater moves where it should.</p>
+    </div>
+  </div>
+</section>
+
+<!-- WHY US -->
+<section class="why" id="why">
+  <div>
+    <div class="section-label">Why Delaney</div>
+    <h2 class="section-title">Local. Reliable.<br>Exceptional.</h2>
+    <p class="section-sub">Jordan Delaney runs a hands-on operation where quality isn't delegated โ€” it's personal.</p>
+    <ul class="reasons">
+      <li>
+        <span class="reason-num">01</span>
+        <div class="reason-text">
+          <h4>Owner-Operated</h4>
+          <p>Jordan is on every job. You're not getting a crew that doesn't care โ€” you're getting the owner who built his reputation on results.</p>
+        </div>
+      </li>
+      <li>
+        <span class="reason-num">02</span>
+        <div class="reason-text">
+          <h4>Professional Equipment</h4>
+          <p>Commercial-grade tools and solutions that go beyond what you can DIY โ€” for a finish that genuinely lasts longer.</p>
+        </div>
+      </li>
+      <li>
+        <span class="reason-num">03</span>
+        <div class="reason-text">
+          <h4>Flexible Scheduling</h4>
+          <p>We work around you. Morning, afternoon, weekends โ€” we find a time that fits your life or business operations.</p>
+        </div>
+      </li>
+      <li>
+        <span class="reason-num">04</span>
+        <div class="reason-text">
+          <h4>CT Community Member</h4>
+          <p>Based right here in Connecticut. We know the towns, the weather patterns, and the properties โ€” and we're invested in the community we serve.</p>
+        </div>
+      </li>
+    </ul>
+  </div>
+  <div class="why-visual">
+    <div class="why-stat">
+      <span class="big">256</span>
+      <span class="small">Posts & Jobs</span>
+    </div>
+    <div class="why-stat accent">
+      <span class="big">5โ˜…</span>
+      <span class="small">Customer Rating</span>
+    </div>
+    <div class="why-stat accent">
+      <span class="big">537</span>
+      <span class="small">Followers</span>
+    </div>
+    <div class="why-stat">
+      <span class="big">100%</span>
+      <span class="small">Owner-Operated</span>
+    </div>
+  </div>
+</section>
+
+<!-- PROCESS -->
+<section class="process" id="process">
+  <div class="section-label">How It Works</div>
+  <h2 class="section-title">Simple from Start to Shine</h2>
+  <p class="section-sub">Booking Delaney Window Cleaning is easy. Four steps between you and spotless windows.</p>
+  <div class="steps">
+    <div class="step">
+      <div class="step-circle">1</div>
+      <h4>Get a Quote</h4>
+      <p>Call 860-605-5587 or DM us on Instagram for a free, no-pressure estimate.</p>
+    </div>
+    <div class="step">
+      <div class="step-circle">2</div>
+      <h4>Schedule a Visit</h4>
+      <p>We'll find a time that works for your schedule โ€” fast turnaround guaranteed.</p>
+    </div>
+    <div class="step">
+      <div class="step-circle">3</div>
+      <h4>We Get to Work</h4>
+      <p>Jordan arrives on time, fully equipped, and gets every window spotless.</p>
+    </div>
+    <div class="step">
+      <div class="step-circle">4</div>
+      <h4>Enjoy the View</h4>
+      <p>Crystal clear windows, streak-free finish. You'll notice the difference immediately.</p>
+    </div>
+  </div>
+</section>
+
+<!-- TESTIMONIALS -->
+<section class="testimonials" id="reviews">
+  <div class="testimonials-header">
+    <div class="section-label">What Clients Say</div>
+    <h2 class="section-title">Real Results, Real People</h2>
+  </div>
+  <div class="reviews-grid">
+    <div class="review-card">
+      <div class="stars">โ˜…โ˜…โ˜…โ˜…โ˜…</div>
+      <p class="review-text">"Jordan did an excellent job with my windows and solar panels. Adding this to my recurring services for sure! The pure water and professional tools he uses makes all difference."</p>
+      <div class="reviewer">
+        <div class="reviewer-avatar">LL</div>
+        <div>
+          <div class="reviewer-name">Luis Lopez</div>
+        </div>
+      </div>
+    </div>
+    <div class="review-card">
+      <div class="stars">โ˜…โ˜…โ˜…โ˜…โ˜…</div>
+      <p class="review-text">"Mr. Delaney was very professional and thorough! My windows have never looked so crystal clear. Highly recommend!"</p>
+      <div class="reviewer">
+        <div class="reviewer-avatar">JR</div>
+        <div>
+          <div class="reviewer-name">Jack R</div>
+        </div>
+      </div>
+    </div>
+    <div class="review-card">
+      <div class="stars">โ˜…โ˜…โ˜…โ˜…โ˜…</div>
+      <p class="review-text">"We highly recommend Delaney!! We had them clean our windows and screens inside and out as well as power wash our deck. AMAZING JOB!!!"</p>
+      <div class="reviewer">
+        <div class="reviewer-avatar">JS</div>
+        <div>
+          <div class="reviewer-name">Jan Schmitt</div>
+        </div>
+      </div>
+    </div>
+  </div>
+</section>
+
+<!-- QUOTE FORM -->
+<section class="quote" id="quote">
+  <div class="quote-wrap">
+    <div class="quote-copy">
+      <div class="section-label">Free Quote</div>
+      <h2 class="section-title">Tell Us About Your Windows</h2>
+      <p class="section-sub">Share a few details about the property, service, and timing. Delaney Window Cleaning can price the job clearly before scheduling.</p>
+      <ul class="quote-points">
+        <li><span>1</span>Residential, commercial, hospitality, and seasonal cleaning requests.</li>
+        <li><span>2</span>Helpful details include window count, screen condition, access notes, and preferred timing.</li>
+        <li><span>3</span>For urgent scheduling, calling is still the fastest route.</li>
+      </ul>
+      <div class="quote-direct">
+        Prefer to talk it through?
+        <br>
+        <a href="tel:8606055587">860-605-5587</a>
+      </div>
+    </div>
+    <form class="quote-form" id="quote-form">
+      <div class="form-grid">
+        <div class="form-field">
+          <label for="quote-name">Name</label>
+          <input id="quote-name" name="name" type="text" autocomplete="name" required>
+        </div>
+        <div class="form-field">
+          <label for="quote-phone">Phone</label>
+          <input id="quote-phone" name="phone" type="tel" autocomplete="tel" required>
+        </div>
+        <div class="form-field">
+          <label for="quote-email">Email</label>
+          <input id="quote-email" name="email" type="email" autocomplete="email">
+        </div>
+        <div class="form-field">
+          <label for="quote-town">Town</label>
+          <input id="quote-town" name="town" type="text" autocomplete="address-level2">
+        </div>
+        <div class="form-field">
+          <label for="quote-property">Property Type</label>
+          <select id="quote-property" name="property">
+            <option value="Residential">Residential</option>
+            <option value="Commercial">Commercial</option>
+            <option value="Hospitality">Hospitality / Inn</option>
+            <option value="Other">Other</option>
+          </select>
+        </div>
+        <div class="form-field">
+          <label for="quote-service">Service</label>
+          <select id="quote-service" name="service">
+            <option value="Exterior windows">Exterior windows</option>
+            <option value="Interior and exterior">Interior and exterior</option>
+            <option value="Screens and tracks">Screens and tracks</option>
+            <option value="Gutter cleaning">Gutter cleaning</option>
+            <option value="Seasonal deep clean">Seasonal deep clean</option>
+            <option value="Commercial storefront">Commercial storefront</option>
+          </select>
+        </div>
+        <div class="form-field">
+          <label for="quote-count">Window Count</label>
+          <select id="quote-count" name="window_count">
+            <option value="Not sure">Not sure</option>
+            <option value="1-10">1-10</option>
+            <option value="11-25">11-25</option>
+            <option value="26-50">26-50</option>
+            <option value="50+">50+</option>
+          </select>
+        </div>
+        <div class="form-field">
+          <label for="quote-timing">Preferred Timing</label>
+          <select id="quote-timing" name="timing">
+            <option value="This week">This week</option>
+            <option value="Next week">Next week</option>
+            <option value="Flexible">Flexible</option>
+            <option value="Recurring service">Recurring service</option>
+          </select>
+        </div>
+        <div class="form-field full">
+          <label for="quote-notes">Project Details</label>
+          <textarea id="quote-notes" name="details" placeholder="Screens, tracks, solar panels, hard-to-reach windows, business hours, or anything else helpful."></textarea>
+        </div>
+      </div>
+      <div class="form-footer">
+        <p class="form-note">Demo request only. Call for immediate scheduling.</p>
+        <button type="submit" class="btn-primary quote-submit">Request Quote</button>
+      </div>
+      <p class="form-status" id="quote-status" role="status" aria-live="polite"></p>
+    </form>
+  </div>
+</section>
+
+<!-- CTA BANNER -->
+<div class="cta-banner">
+  <h2>Ready for <em>crystal clear</em> windows? Let's talk.</h2>
+  <div class="cta-actions">
+    <a href="tel:8606055587" class="cta-phone">860-605-5587</a>
+    <a href="#quote" class="btn-primary">Get a Free Quote</a>
+  </div>
+</div>
+
+<!-- FOOTER -->
+<footer>
+  <div class="footer-inner">
+    <div class="footer-brand">
+      <p class="logo">Delaney <span>Window</span> Cleaning</p>
+      <p>Professional residential and commercial window cleaning services. Serving Connecticut with pride. DM or call for a free quote.</p>
+    </div>
+    <div class="footer-col">
+      <h5>Services</h5>
+      <a href="#services">Residential</a>
+      <a href="#services">Commercial</a>
+      <a href="#services">Screens & Tracks</a>
+      <a href="#services">Seasonal Cleaning</a>
+    </div>
+    <div class="footer-col">
+      <h5>Contact</h5>
+      <a href="tel:8606055587">860-605-5587</a>
+      <a href="https://instagram.com/delaneywindowcleaning" target="_blank">@delaneywindowcleaning</a>
+      <a href="#quote">Free Estimate</a>
+    </div>
+  </div>
+  <div class="footer-bottom">
+    <span>ยฉ 2024 Delaney Window Cleaning. All rights reserved.</span>
+    <span>Jordan Delaney ยท Connecticut</span>
+  </div>
+</footer>
+
+<script>
+  (function () {
+    const nav = document.querySelector('#site-nav');
+    const menuToggle = document.querySelector('.menu-toggle');
+    const navLinks = Array.from(document.querySelectorAll('[data-nav-link]'));
+    const sections = navLinks
+      .map((link) => document.querySelector(link.getAttribute('href')))
+      .filter(Boolean);
+    const quoteForm = document.querySelector('#quote-form');
+    const quoteStatus = document.querySelector('#quote-status');
+
+    function setMenuOpen(isOpen) {
+      nav.classList.toggle('is-open', isOpen);
+      document.body.classList.toggle('nav-open', isOpen);
+      menuToggle.setAttribute('aria-expanded', String(isOpen));
+      menuToggle.setAttribute('aria-label', isOpen ? 'Close menu' : 'Open menu');
+    }
+
+    function setActiveLink(sectionId) {
+      navLinks.forEach((link) => {
+        const isActive = link.getAttribute('href') === `#${sectionId}`;
+        link.classList.toggle('is-active', isActive);
+        if (isActive) {
+          link.setAttribute('aria-current', 'page');
+        } else {
+          link.removeAttribute('aria-current');
+        }
+      });
+    }
+
+    menuToggle.addEventListener('click', () => {
+      setMenuOpen(menuToggle.getAttribute('aria-expanded') !== 'true');
+    });
+
+    navLinks.forEach((link) => {
+      link.addEventListener('click', () => setMenuOpen(false));
+    });
+
+    document.addEventListener('click', (event) => {
+      if (!nav.contains(event.target)) {
+        setMenuOpen(false);
+      }
+    });
+
+    window.addEventListener('resize', () => {
+      if (window.innerWidth > 768) {
+        setMenuOpen(false);
+      }
+    });
+
+    function updateNavShadow() {
+      nav.classList.toggle('is-scrolled', window.scrollY > 24);
+    }
+
+    if ('IntersectionObserver' in window && sections.length) {
+      const observer = new IntersectionObserver((entries) => {
+        const visibleSection = entries
+          .filter((entry) => entry.isIntersecting)
+          .sort((a, b) => b.intersectionRatio - a.intersectionRatio)[0];
+
+        if (visibleSection) {
+          setActiveLink(visibleSection.target.id);
+        }
+      }, {
+        rootMargin: '-30% 0px -45% 0px',
+        threshold: [0.12, 0.35, 0.6, 0.85]
+      });
+
+      sections.forEach((section) => observer.observe(section));
+    } else {
+      function updateActiveFromScroll() {
+        const scrollPosition = window.scrollY + 120;
+        const currentSection = sections.reduce((current, section) => {
+          return section.offsetTop <= scrollPosition ? section : current;
+        }, sections[0]);
+
+        if (currentSection) {
+          setActiveLink(currentSection.id);
+        }
+      }
+
+      window.addEventListener('scroll', updateActiveFromScroll, { passive: true });
+      updateActiveFromScroll();
+    }
+
+    window.addEventListener('scroll', updateNavShadow, { passive: true });
+    updateNavShadow();
+
+    if (sections[0]) {
+      setActiveLink(sections[0].id);
+    }
+
+    quoteForm.addEventListener('submit', (event) => {
+      event.preventDefault();
+
+      if (!quoteForm.checkValidity()) {
+        quoteForm.reportValidity();
+        return;
+      }
+
+      const firstName = quoteForm.elements.name.value.trim().split(/\s+/)[0] || 'there';
+      quoteStatus.textContent = `Thanks, ${firstName}. This demo quote request is ready; call 860-605-5587 for the live booking flow.`;
+      quoteStatus.classList.add('is-visible');
+      quoteForm.classList.add('is-submitted');
+      quoteForm.querySelector('.quote-submit').disabled = true;
+      quoteForm.reset();
+    });
+  }());
+</script>
+</body>
+</html>
diff --git a/docs/index.html b/docs/index.html
index ae1e659..94b95fa 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -11,6 +11,7 @@
 <li><a href="/demo/speed51">speed51</a></li>
 <li><a href="/demo/garage81">garage81</a></li>
 <li><a href="/demo/r_craft">r_craft</a></li>
+<li><a href="/demo/delaney">delaney</a></li>
 </ul>
 </body>
 </html>