:root {
  --navy: #071b3a;
  --blue: #1769d2;
  --sky: #eaf4ff;
  --ink: #14213d;
  --muted: #58677d;
  --line: #dbe7f4;
  --white: #ffffff;
  --shadow: 0 20px 60px rgba(7, 27, 58, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.shell { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.topbar { background: var(--navy); color: #fff; font-size: .9rem; }
.topbar .shell { min-height: 38px; display: flex; justify-content: space-between; align-items: center; gap: 18px; }
.topbar a { text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.96); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(219,231,244,.8); }
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 850; color: var(--navy); letter-spacing: -.03em; font-size: 1.25rem; }
.brand-mark { width: 43px; height: 43px; border-radius: 14px; display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, #1f7ae5, #0d3d86); box-shadow: 0 8px 20px rgba(23,105,210,.25); font-size: 1.3rem; }
.nav-links { display: flex; align-items: center; gap: 15px; }
.nav-links a { text-decoration: none; font-weight: 700; font-size: .88rem; color: #263a57; }
.nav-links a:hover { color: var(--blue); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 12px; border: 1px solid transparent; background: var(--blue); color: #fff; text-decoration: none; font-weight: 800; box-shadow: 0 10px 24px rgba(23,105,210,.22); transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(23,105,210,.3); }
.button.secondary { background: #fff; color: var(--navy); border-color: #c8d8ea; box-shadow: none; }
.menu-button { display: none; border: 0; background: transparent; font-size: 1.5rem; padding: 10px; }
.hero { min-height: 680px; display: grid; align-items: stretch; background: var(--navy); color: #fff; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); min-height: 680px; }
.hero-copy { align-self: center; padding: 80px 56px 80px max(20px, calc((100vw - 1160px)/2)); position: relative; z-index: 2; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; text-transform: uppercase; letter-spacing: .13em; font-size: .78rem; font-weight: 850; color: #7fc1ff; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
h1,h2,h3 { margin: 0; color: var(--navy); line-height: 1.08; letter-spacing: -.04em; }
.hero h1 { max-width: 700px; color: #fff; font-size: clamp(3rem, 5.4vw, 5.5rem); margin: 20px 0 22px; }
.hero p { max-width: 620px; color: #d9e8fa; font-size: 1.15rem; margin: 0 0 30px; }
.hero .brand-slogan { margin: -10px 0 16px; color: var(--sky); font-size: 1.3rem; font-weight: 800; font-style: italic; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero .button.secondary { color: #fff; background: transparent; border-color: rgba(255,255,255,.35); }
.hero-image { min-height: 680px; background: linear-gradient(90deg, var(--navy) 0, transparent 20%), url('/assets/hero-cleaning-team.webp') center/cover no-repeat; }
.trust-strip { background: #fff; border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 25px 18px; text-align: center; border-right: 1px solid var(--line); font-weight: 800; color: #263a57; }
.trust-item:last-child { border: 0; }
.trust-item span { display: block; color: var(--blue); font-size: .8rem; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 3px; }
.credentials-section { padding: 18px 0; background: #f4f8ff; border-bottom: 1px solid #dce7f5; }
.credential-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 16px; }
.credential-card { min-height: 150px; padding: 22px; border-radius: 18px; color: #fff; display: flex; flex-direction: column; justify-content: center; gap: 6px; box-shadow: var(--shadow); transition: transform .2s ease; }
.credential-card:hover { transform: translateY(-3px); }
.credential-card strong { font-size: 1.3rem; line-height: 1.15; }
.credential-card > span:last-child { font-size: .9rem; color: rgba(255,255,255,.9); }
.credential-kicker { text-transform: uppercase; font-size: .7rem; font-weight: 900; letter-spacing: .12em; color: rgba(255,255,255,.78); }
.credential-bbb { background: linear-gradient(135deg, #064b8e, #0977cf); }
.credential-chamber { background: linear-gradient(135deg, #006b62, #08a892); }
.credential-facebook { background: linear-gradient(135deg, #2146a0, #4267b2); }
.credential-linkedin { background: linear-gradient(135deg, #075582, #0a79b8); }
.credential-yelp { background: linear-gradient(135deg, #a71912, #d32323); }
.credential-owned { background: linear-gradient(135deg, #782b89, #bb4b9d); }
.standards-section { background: linear-gradient(180deg, #ffffff, #eef7ff); }
.standards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.standard-card { padding: 26px; border: 1px solid #cfe0f2; border-radius: 20px; background: #fff; box-shadow: 0 12px 30px rgba(9,41,78,.08); }
.standard-card > span { display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(135deg, var(--blue), #4cb8df); color: #fff; font-weight: 900; }
.standard-card h3 { margin: 16px 0 8px; color: var(--navy); }
.standard-card p { margin: 0; color: var(--muted); }
.team-uniform-section { background: #f5f9fe; }
.team-uniform-grid { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: 58px; align-items: center; }
.team-uniform-grid h2 { font-size: clamp(2.35rem, 4vw, 4rem); margin: 16px 0 20px; }
.team-uniform-grid p { color: var(--muted); font-size: 1.08rem; margin: 0 0 26px; }
.team-uniform-photo { overflow: hidden; border-radius: 24px; box-shadow: var(--shadow); background: #fff; }
.team-uniform-photo img { width: 100%; height: auto; }
.team-badges { display: flex; flex-wrap: wrap; gap: 9px; }
.team-badges span { padding: 8px 12px; border: 1px solid #bfd2e7; border-radius: 999px; background: #fff; color: #304663; font-size: .88rem; font-weight: 800; }
.section { padding: 96px 0; }
.section.soft { background: #f5f9fe; }
.section.dark { background: var(--navy); color: #fff; }
.section.dark h2,.section.dark h3 { color: #fff; }
.section-head { max-width: 760px; margin-bottom: 44px; }
.section-head h2 { font-size: clamp(2.3rem, 4vw, 4rem); margin: 14px 0 16px; }
.section-head p { color: var(--muted); font-size: 1.08rem; margin: 0; }
.section.dark .section-head p { color: #c9d9eb; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 30px; box-shadow: 0 16px 45px rgba(7,27,58,.06); }
.card-number { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 13px; background: var(--sky); color: var(--blue); font-weight: 900; margin-bottom: 22px; }
.card h3 { font-size: 1.45rem; margin-bottom: 12px; }
.card p { color: var(--muted); margin: 0 0 18px; }
.text-link { color: var(--blue); font-weight: 800; text-decoration: none; }
.faq-list { display: grid; gap: 14px; max-width: 900px; }
.faq-list details { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 18px 20px; }
.faq-list summary { color: var(--navy); font-weight: 850; cursor: pointer; }
.faq-list p { color: var(--muted); margin: 12px 0 0; }
.mobile-contact-bar { display: none; }
.owner-story { background: var(--navy); color: #fff; overflow: hidden; }
.owner-story-grid { display: grid; grid-template-columns: minmax(300px, .85fr) minmax(0, 1.15fr); align-items: center; gap: 76px; }
.owner-photo-wrap { position: relative; }
.owner-photo-wrap::before { content: ""; position: absolute; inset: -18px 22px 18px -18px; border: 1px solid rgba(127,193,255,.48); border-radius: 28px; }
.owner-photo { position: relative; z-index: 1; width: 100%; aspect-ratio: 3 / 4; object-fit: cover; object-position: center 20%; border-radius: 24px; box-shadow: 0 28px 70px rgba(0,0,0,.34); }
.owner-copy h2 { color: #fff; font-size: clamp(2.4rem, 4vw, 4.2rem); margin: 16px 0 24px; }
.owner-copy p { color: #d3e1f1; font-size: 1.08rem; margin: 0 0 18px; }
.owner-signoff { margin-top: 30px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.16); }
.owner-signoff strong,.owner-signoff span { display: block; }
.owner-signoff strong { font-size: 1.22rem; color: #fff; }
.owner-signoff span { color: #8fc8ff; font-weight: 700; }
.story-button { margin-top: 12px; background: #fff; color: var(--navy); }
.journey-hero { position: relative; overflow: hidden; }
.journey-hero::after { content: ""; position: absolute; width: 460px; height: 460px; right: -110px; bottom: -260px; border: 1px solid rgba(127,193,255,.28); border-radius: 50%; box-shadow: 0 0 0 60px rgba(127,193,255,.06), 0 0 0 120px rgba(127,193,255,.04); }
.journey-intro { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: 72px; align-items: center; }
.journey-intro h2 { font-size: clamp(2.35rem, 4vw, 4rem); margin: 16px 0 24px; }
.journey-intro p { color: var(--muted); font-size: 1.08rem; }
.journey-timeline { position: relative; display: grid; max-width: 920px; margin-left: auto; }
.journey-timeline::before { content: ""; position: absolute; left: 31px; top: 34px; bottom: 34px; width: 2px; background: #a8c9ed; }
.journey-step { position: relative; display: grid; grid-template-columns: 64px 1fr; gap: 28px; padding: 0 0 46px; }
.journey-step:last-child { padding-bottom: 0; }
.journey-marker { position: relative; z-index: 1; display: grid; place-items: center; width: 64px; height: 64px; border-radius: 50%; color: #fff; background: var(--blue); border: 8px solid #f5f9fe; font-size: .72rem; font-weight: 900; }
.journey-step h3 { font-size: 1.65rem; margin: 6px 0 10px; }
.journey-step p { color: var(--muted); margin: 0; font-size: 1.05rem; }
.journey-promise { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.journey-promise h2 { color: #fff; font-size: clamp(2.3rem, 4vw, 4rem); margin-top: 16px; }
.journey-promise p { margin: 0; color: #d3e1f1; font-size: 1.1rem; }
.reviews-heading { display: flex; align-items: end; justify-content: space-between; gap: 36px; margin-bottom: 38px; }
.reviews-heading .section-head { margin-bottom: 0; }
.reviews-section .button.secondary { flex: none; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review-card { margin: 0; padding: 28px; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; background: rgba(255,255,255,.07); }
.review-card p { color: #fff; font-size: 1.08rem; margin: 14px 0 18px; }
.review-card cite { color: #8fc8ff; font-style: normal; font-weight: 800; }
.review-stars { color: #ffd166; letter-spacing: .12em; }
.split { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
.feature-panel { background: linear-gradient(145deg, #0b2d61, #1769d2); color: #fff; border-radius: 28px; padding: 42px; box-shadow: var(--shadow); }
.feature-panel h3 { color: #fff; font-size: 2rem; margin-bottom: 22px; }
.check-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 15px; }
.check-list li { position: relative; padding-left: 31px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: #7fc1ff; font-weight: 900; }
.quote { border-left: 4px solid #57a7ff; padding-left: 24px; font-size: 1.16rem; color: #dceafd; }
.quote cite { display: block; margin-top: 14px; color: #8fc8ff; font-style: normal; font-weight: 800; }
.cities { display: flex; flex-wrap: wrap; gap: 10px; }
.city { padding: 10px 15px; border-radius: 999px; background: #fff; border: 1px solid var(--line); color: #304663; font-weight: 750; text-decoration: none; }
a.city:hover { border-color: #7fb7f2; color: var(--blue); }
.cta { padding: 72px 0; background: linear-gradient(120deg, #1769d2, #0b3f88); color: #fff; }
.cta-grid { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta h2 { color: #fff; font-size: clamp(2.2rem, 4vw, 3.7rem); max-width: 700px; }
.cta p { color: #dfeeff; margin: 12px 0 0; }
.cta .button { background: #fff; color: var(--navy); flex: none; }
.page-hero { padding: 100px 0 80px; background: linear-gradient(135deg, #071b3a, #0d438f); color: #fff; }
.page-hero h1 { color: #fff; font-size: clamp(2.8rem, 5vw, 5rem); max-width: 850px; margin: 18px 0; }
.page-hero p { color: #dceafa; max-width: 720px; font-size: 1.12rem; }
.content-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 60px; }
.content-grid h2 { font-size: clamp(2rem, 3vw, 3rem); margin-bottom: 20px; }
.content-grid p { color: var(--muted); }
.contact-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 34px; }
.contact-option { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 28px; box-shadow: 0 14px 40px rgba(7,27,58,.07); }
.contact-option span { display: block; color: var(--blue); text-transform: uppercase; letter-spacing: .1em; font-size: .78rem; font-weight: 850; margin-bottom: 8px; }
.contact-option strong { display: block; color: var(--navy); font-size: 1.18rem; overflow-wrap: anywhere; margin-bottom: 18px; }
.copy-button { min-height: 44px; padding: 0 17px; border: 1px solid #bfd2e7; border-radius: 10px; background: var(--sky); color: var(--navy); font: inherit; font-weight: 800; cursor: pointer; }
.contact-option .button + .copy-button { margin-top: 10px; }
.service-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 28px; }
.service-list div { padding: 15px 17px; border-radius: 12px; background: #f5f9fe; border: 1px solid var(--line); font-weight: 750; }
.blog-feature { display: grid; grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr); gap: 56px; align-items: center; padding: 38px; border: 1px solid var(--line); border-radius: 28px; background: #fff; box-shadow: var(--shadow); }
.blog-feature-image { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center 20%; border-radius: 20px; }
.blog-feature h2 { font-size: clamp(2rem, 3.5vw, 3.4rem); margin: 14px 0 16px; }
.blog-feature p { color: var(--muted); font-size: 1.06rem; }
.article-hero { padding: 88px 0 70px; background: linear-gradient(135deg, #071b3a, #0d438f); color: #fff; }
.article-hero h1 { max-width: 960px; margin: 18px 0; color: #fff; font-size: clamp(2.7rem, 5.2vw, 5.2rem); }
.article-hero p { max-width: 780px; margin: 0; color: #dceafa; font-size: 1.15rem; }
.article-meta { margin-top: 24px; color: #9fcdf7; font-weight: 750; }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 64px; align-items: start; }
.article-body { max-width: 760px; }
.article-body h2 { margin: 46px 0 16px; font-size: clamp(1.9rem, 3vw, 2.8rem); }
.article-body p { margin: 0 0 22px; color: #34465f; font-size: 1.12rem; line-height: 1.8; }
.article-body .lead { color: var(--navy); font-size: 1.3rem; font-weight: 650; }
.article-photo { margin: 32px 0 40px; }
.article-photo img { width: 100%; max-height: 620px; object-fit: cover; border-radius: 22px; box-shadow: var(--shadow); }
.article-photo.car-photo img { max-width: 540px; aspect-ratio: 1 / 1; }
.article-photo figcaption { margin-top: 12px; color: var(--muted); font-size: .92rem; font-style: italic; }
.article-photo-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 32px 0 40px; }
.article-photo-grid img { width: 100%; height: 420px; object-fit: cover; border-radius: 18px; }
.article-photo-grid figcaption { grid-column: 1 / -1; color: var(--muted); font-size: .92rem; font-style: italic; }
.pullquote { margin: 38px 0; padding: 28px 30px; border-left: 5px solid #d62929; border-radius: 0 18px 18px 0; background: #fff4f3; color: var(--navy); font-size: 1.45rem; font-weight: 800; line-height: 1.45; }
.article-aside { position: sticky; top: 112px; padding: 26px; border: 1px solid var(--line); border-radius: 22px; background: #f5f9fe; }
.article-aside img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; object-position: center 18%; border-radius: 16px; margin-bottom: 20px; }
.article-aside h3 { margin-bottom: 10px; }
.article-aside p { margin: 0 0 18px; color: var(--muted); }
.article-signoff { margin-top: 44px; padding-top: 26px; border-top: 1px solid var(--line); }
.article-signoff strong,.article-signoff span { display: block; }
.article-signoff strong { color: var(--navy); font-size: 1.25rem; }
.article-signoff span { color: var(--blue); font-weight: 750; }
.footer { background: #041226; color: #c8d7e8; padding: 58px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 38px; }
.footer h3 { color: #fff; margin-bottom: 15px; }
.footer a { display: block; color: #c8d7e8; text-decoration: none; margin: 8px 0; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 40px; padding-top: 22px; font-size: .9rem; }
@media (max-width: 900px) {
  .nav-links { display: none; position: absolute; left: 20px; right: 20px; top: 74px; padding: 20px; border-radius: 16px; background: #fff; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .nav-links.open { display: flex; }
  .menu-button { display: block; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 78px 24px 46px; }
  .hero-image { min-height: 410px; background-image: linear-gradient(180deg, var(--navy) 0, transparent 25%), url('/assets/hero-cleaning-team.webp'); }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-right: 0; }
  .credential-grid { grid-template-columns: 1fr 1fr; }
  .standards-grid { grid-template-columns: 1fr 1fr; }
  .cards,.review-grid { grid-template-columns: 1fr; }
  .owner-story-grid,.journey-intro,.journey-promise,.team-uniform-grid,.blog-feature,.article-layout { grid-template-columns: 1fr; gap: 48px; }
  .article-aside { position: static; max-width: 520px; }
  .owner-photo-wrap { max-width: 560px; }
  .contact-options { grid-template-columns: 1fr; }
  .split,.content-grid { grid-template-columns: 1fr; gap: 35px; }
  .cta-grid { align-items: flex-start; flex-direction: column; }
  .reviews-heading { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 560px) {
  .shell { width: min(100% - 28px, 1160px); }
  .topbar .shell { justify-content: center; }
  .topbar span { display: none; }
  .nav { min-height: 70px; }
  .brand { font-size: 1.06rem; }
  .brand-mark { width: 38px; height: 38px; }
  .hero,.hero-grid { min-height: auto; }
  .hero-copy { padding-top: 58px; }
  .hero h1 { font-size: 3rem; }
  .hero-image { min-height: 310px; }
  .owner-photo-wrap { width: calc(100% - 12px); margin-left: 12px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .credential-grid,.standards-grid { grid-template-columns: 1fr; }
  .section { padding: 68px 0; }
  .service-list { grid-template-columns: 1fr; }
  .blog-feature { padding: 20px; }
  .article-hero { padding: 64px 0 56px; }
  .article-body p { font-size: 1.05rem; }
  .pullquote { padding: 22px; font-size: 1.22rem; }
  .article-photo-grid { grid-template-columns: 1fr; }
  .article-photo-grid img { height: auto; max-height: 520px; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  body { padding-bottom: 66px; }
  .mobile-contact-bar { position: fixed; z-index: 50; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1fr; min-height: 58px; background: #fff; border-top: 1px solid var(--line); box-shadow: 0 -10px 30px rgba(7,27,58,.15); }
  .mobile-contact-bar a { display: grid; place-items: center; text-decoration: none; font-weight: 900; color: #fff; background: var(--blue); }
  .mobile-contact-bar a + a { background: var(--navy); }
}
