/* Client video revisions, 16 September 2026. Loaded after site.css. */
:root {
  --header-height: 76px;
  --container: min(1180px, calc(100% - 32px));
  --focus-color: #77b645;
}
html { scroll-padding-top: calc(var(--header-height) + 20px); }
body { min-width: 320px; }
html.menu-open, html.modal-open { overflow: hidden; }
[id] { scroll-margin-top: calc(var(--header-height) + 20px); }
img, video, iframe { max-inline-size: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible,
select:focus-visible, textarea:focus-visible {
  outline: 3px solid var(--focus-color);
  outline-offset: 4px;
}
.icon { width: 22px; height: 22px; flex: 0 0 auto; display: inline-block; vertical-align: middle; }
.container > *, .quote-form > *, .contact-layout > *, .package-grid > * { min-width: 0; }
.btn { min-height: 50px; border-radius: 9px; letter-spacing: .01em; gap: 10px; }
.btn .icon { width: 19px; height: 19px; }
.text-link { min-height: 44px; align-items: center; }
.section, .home-page .home-section-compact { padding-block: clamp(3.5rem, 6vw, 6rem); }
.section-head { gap: 14px; margin-bottom: 32px; }
.section-head h2, .home-page .section-head h2 { font-size: clamp(2rem, 7.8vw, 3.7rem); line-height: 1.09; text-wrap: balance; }
.section-head p:not(.label) { margin-top: 16px; line-height: 1.7; }

/* A quiet offer strip, with social icons available on phones too. */
.utility-bar { background: #103c29; color: #f4ffed; padding: 0; }
.utility-inner { min-height: 36px; display: flex; justify-content: space-between; align-items: center; gap: 10px; padding-block: 0; }
.utility-promo { font-size: .65rem; line-height: 1.3; letter-spacing: 0; text-align: left; font-weight: 650; }
.social-icons { display: flex; align-items: center; gap: 7px; }
.social-icons a, .icon-link { display: inline-flex; align-items: center; justify-content: center; min-width: 44px; min-height: 44px; border: 1px solid currentColor; border-radius: 8px; }
.utility-inner .social-icons { gap: 0; }
.utility-inner .social-icons a { border: 0; min-height: 44px; min-width: 44px; }
.utility-inner .icon { width: 17px; height: 17px; }

/* Transparent over the hero; a solid, sticky header after scrolling. */
.client-revision .site-header {
  top: 0; position: sticky; z-index: 110; color: #173725;
  background: #f7faf4; border-bottom: 1px solid rgba(15,81,50,.12);
  backdrop-filter: none; -webkit-backdrop-filter: none;
  transition: background-color .25s ease, color .25s ease, box-shadow .25s ease;
}
.client-revision.has-image-hero .site-header { margin-bottom: calc(-1 * var(--header-height)); background: transparent; color: #fff; border-color: rgba(255,255,255,.18); }
.client-revision .site-header.is-scrolled, .client-revision.menu-open .site-header {
  background: #f7faf4; color: #173725; border-color: rgba(15,81,50,.12); box-shadow: 0 5px 22px rgba(0,0,0,.07);
}
.client-revision.snow-page .site-header.is-scrolled, .client-revision.snow-page.menu-open .site-header { background: #102936; color: #fff; }
.client-revision .nav-shell { height: var(--header-height); display: flex; justify-content: space-between; gap: 12px; }
.client-revision .brand { min-width: 0; flex: 0 1 auto; gap: 9px; }
.client-revision .brand img { width: 58px; height: 53px; object-fit: contain; flex: 0 0 auto; padding: 4px; background: #f7faf4; border-radius: 5px; }
.client-revision .brand-copy { display: none; }
.header-actions { display: flex; align-items: center; gap: 8px; margin-left: auto; }
.header-phone, .header-quote { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; border-radius: 7px; }
.header-phone { width: 44px; border: 1px solid currentColor; }
.header-quote { padding: 0 13px; gap: 6px; background: #c1e8a5; color: #123b25; font-size: .76rem; font-weight: 800; white-space: nowrap; }
.header-quote .icon { width: 17px; height: 17px; }
.client-revision .menu-toggle { width: 44px; height: 44px; border-radius: 7px; border: 1px solid currentColor; color: inherit; background: transparent; display: flex; flex: 0 0 auto; }
.client-revision .menu-toggle span { background: currentColor; }
.client-revision.menu-open .menu-toggle { position: static; top: auto; right: auto; flex: 0 0 auto; box-shadow: none; background: transparent; color: inherit; }
.client-revision .site-nav {
  position: fixed; left: 0; right: 0; top: var(--mobile-menu-top, var(--header-height));
  height: calc(100dvh - var(--mobile-menu-top, var(--header-height)));
  width: auto; max-height: none; z-index: 115; display: flex; flex-direction: column; align-items: stretch;
  margin: 0; padding: 16px max(20px, env(safe-area-inset-right)) calc(28px + env(safe-area-inset-bottom));
  background: #f7faf4; color: #173725; overflow-y: auto; overflow-x: hidden;
  gap: 0; white-space: normal; visibility: hidden; transform: translateY(-8px); opacity: 0;
  transition: opacity .2s ease, transform .2s ease, visibility .2s; overscroll-behavior: contain;
}
.client-revision .site-nav.is-open { visibility: visible; opacity: 1; transform: none; }
.client-revision.snow-page .site-nav { background: #102936; color: #fff; }
.client-revision .site-nav > a, .nav-dropdown > summary {
  padding: 13px 0 !important; margin: 0; display: flex; align-items: center; gap: 8px;
  min-height: 48px; border: 0; border-bottom: 1px solid rgba(87,120,91,.24);
  font-family: var(--sans); font-size: 1rem; font-weight: 650; line-height: 1.35;
}
.client-revision .site-nav > a:after { display: none; }
.site-nav [aria-current=page], .nav-dropdown.is-current > summary { text-decoration: underline; text-underline-offset: 6px; }
.nav-dropdown { position: relative; }
.nav-dropdown > summary { cursor: pointer; list-style: none; justify-content: space-between; }
.nav-dropdown > summary::-webkit-details-marker { display: none; }
.nav-dropdown summary .icon { width: 16px; height: 16px; transition: transform .2s; }
.nav-dropdown[open] summary .icon { transform: rotate(180deg); }
.nav-submenu { padding: 4px 14px 10px; display: grid; }
.nav-dropdown:not([open]) .nav-submenu { display: none; }
.nav-submenu a { min-height: 44px; display: flex; align-items: center; font-size: .88rem; padding: 9px 5px; border-radius: 5px; }
.nav-submenu a:hover { background: rgba(144,190,119,.14); }
.nav-mobile-bottom { display: grid; gap: 20px; padding-top: 22px; }
.nav-mobile-bottom .social-icons { justify-content: center; }
body.menu-open .mobile-bar, body.modal-open .mobile-bar { visibility: hidden; pointer-events: none; }

/* Give the header its own breathing room without a second blank band. */
.client-revision .hero-static { min-height: min(780px, 94svh); align-items: center; }
.client-revision .hero-static .hero-content { padding: calc(var(--header-height) + 48px) 0 44px; }
.client-revision .hero-static .hero-copy h1 { font-size: clamp(2.6rem, 9.8vw, 6rem); line-height: 1.04; max-width: 16ch; text-wrap: balance; }
.client-revision .hero-static .hero-lede { font-size: clamp(.96rem, 1.4vw, 1.1rem); line-height: 1.65; max-width: 57ch; margin-top: 20px; }
.client-revision .hero-copy .label { font-size: .6rem; letter-spacing: .1em; margin-bottom: 18px; }
.client-revision .hero-actions { gap: 10px; margin-top: 24px; }
.client-revision .hero-copy.reveal-ready { opacity: 1; transform: none; }
.client-revision .hero-actions .btn { width: 100%; }
.client-revision .hero-trust-row { gap: 8px 14px; margin-top: 20px; }
.client-revision .hero-trust-row span { border: 0; padding: 0; border-radius: 0; font-size: .68rem; font-weight: 600; }
.client-revision .hero-static .hero-media:after { background: linear-gradient(180deg, rgba(5,34,20,.67), rgba(5,34,20,.63)); }
.client-revision .hero-static .hero-media img { object-position: 58% center; }
.client-revision .page-hero.image-hero { min-height: 520px; padding: calc(var(--header-height) + 58px) 0 65px; }
.client-revision .page-hero.image-hero h1 { font-size: clamp(2.5rem, 9vw, 5.2rem); line-height: 1.07; max-width: 18ch; text-wrap: balance; }
.client-revision .page-hero.image-hero p { font-size: 1rem; line-height: 1.7; }
.client-revision .snow-hero-content { width: 100%; max-width: 920px; text-align: center; margin-inline: auto; padding: calc(var(--header-height) + 58px) 0 64px; }
.client-revision .snow-hero-content h1 { font-size: clamp(2.6rem, 9vw, 5.8rem); line-height: 1.06; margin-inline: auto; text-wrap: balance; }
.client-revision .snow-hero-content > p:not(.label) { margin-inline: auto; }
.client-revision .snow-hero-content .section-actions { justify-content: center; }

.client-revision .snow-trust-strip {
  position: relative;
  overflow: hidden;
  padding: 0;
  border-top: 1px solid rgba(255,255,255,.12);
  border-bottom: 1px solid rgba(255,255,255,.12);
  background: linear-gradient(180deg, #0c3e5d 0%, #0a3550 100%);
}
.client-revision .snow-trust-marquee {
  overflow: hidden;
  white-space: nowrap;
}
.client-revision .snow-trust-track {
  display: flex;
  width: max-content;
  align-items: center;
  animation: snowTrustMarquee 28s linear infinite;
  will-change: transform;
}
.client-revision .snow-trust-set {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
}
.client-revision .snow-trust-set + .snow-trust-set {
  padding-left: 14px;
}
.client-revision .snow-trust-set span {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin: 0;
  padding: .72rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(233,245,255,.18);
  background: rgba(255,255,255,.08);
  color: #fff;
  font-size: .88rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
}
.client-revision .snow-trust-set strong {
  font-size: .96rem;
  color: #dff5d2;
}
@keyframes snowTrustMarquee {
  from { transform: translate3d(0,0,0); }
  to { transform: translate3d(-50%,0,0); }
}
@media (max-width: 820px) {
  .client-revision .snow-trust-set {
    gap: 10px;
    padding-block: 11px;
  }
  .client-revision .snow-trust-set span {
    padding: .62rem .86rem;
    font-size: .78rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .client-revision .snow-trust-track { animation: none; }
}

/* Taller, more editorial package cards with full descriptions. */
.client-revision .package-grid { display: grid; grid-template-columns: minmax(0,1fr); align-items: stretch; gap: 24px; }
.client-revision .package-grid-visual .package-card {
  display: flex; flex-direction: column; width: 100%; max-width: none; margin: 0; grid-column: auto;
  border-radius: 10px; padding: 0 24px 25px; overflow: hidden; transform: none;
  background: #fff; color: #173725; border: 1px solid #d4e1cd;
}
.client-revision .package-grid-visual .package-card.featured { background: #135137; color: #fff; border-color: #135137; }
.client-revision .package-card:hover { transform: translateY(-4px); }
.client-revision .package-card-media { height: 205px; flex: 0 0 auto; margin: 0 -24px 24px; border-radius: 0; }
.client-revision .package-name { font-family: var(--serif); text-transform: none; letter-spacing: -.025em; line-height: 1.2; font-size: 1.65rem !important; }
.client-revision .price { margin: 16px 0 4px; font-size: 3rem; line-height: 1.05; }
.client-revision .price small { font-size: .8rem; margin-left: 5px; }
.client-revision .per-visit-price { min-height: 40px; font-size: .76rem; line-height: 1.5; font-weight: 600; color: #45624c; margin-bottom: 12px; }
.client-revision .package-card.featured .per-visit-price { color: #e0efd4; }
.client-revision .package-kicker { font-size: .65rem; letter-spacing: .08em; margin-top: 9px; }
.client-revision .package-summary { font-size: .88rem; line-height: 1.65; min-height: 0; margin-top: 8px; }
.client-revision .package-service-list { gap: 0; flex: 1 0 auto; margin: 20px 0 25px; padding: 0; }
.client-revision .package-service-list li { display: grid; padding: 12px 0; gap: 5px; line-height: 1.5; }
.client-revision .package-service-list li:before { display: none; }
.client-revision .package-service-list strong { font-size: .85rem; }
.client-revision .package-service-list span { font-size: .8rem; line-height: 1.6; }
.client-revision .package-card > .btn { width: 100%; margin-top: auto; flex: 0 0 auto; padding: 12px 10px; min-height: 52px; }
.client-revision .package-badge { top: 14px; right: 14px; left: auto; border-radius: 5px; font-size: .6rem; padding: 7px 10px; }

/* The comparison is now a section of its own. */
.client-revision .why-section { background: #0f3224; color: #fff; }
.why-section .section-head .label { color: #bddba5; }
.why-section .section-head p:not(.label) { color: #d3dfd2; }
.why-comparison { display: grid; grid-template-columns: minmax(0,1fr); gap: 20px; max-width: 1080px; margin-inline: auto; }
.why-card { border-radius: 12px; padding: clamp(24px, 4vw, 42px); display: flex; flex-direction: column; }
.why-card-tmd { background: #f2f8ed; border: 1px solid #d8edc9; color: #163b27; }
.why-card-basic { border: 1px solid #5b7863; background: #193f2e; color: #fff; }
.why-card-heading { display: flex; align-items: flex-start; gap: 15px; }
.why-card-heading .icon { width: 28px; height: 28px; margin-top: 2px; }
.why-card h3 { font-size: clamp(1.6rem, 3vw, 2.1rem); line-height: 1.14; }
.why-card > p { margin-top: 16px; line-height: 1.65; font-size: .94rem; }
.why-card ul { padding: 0; margin: 22px 0 30px; list-style: none; display: grid; gap: 14px; }
.why-card li { display: flex; align-items: flex-start; gap: 12px; font-size: .9rem; line-height: 1.55; }
.why-card li .icon { width: 19px; height: 19px; margin-top: 3px; }
.why-card .btn { align-self: flex-start; margin-top: auto; }
.why-card .why-note { border-top: 1px solid #5b7863; padding-top: 22px; margin-top: auto; color: #dce9d9; }
.why-section .text-link { color: #e3f2d8; }
.plan-explainer { max-width: 860px; }
.plan-explainer details { padding: 20px 0; border-bottom: 1px solid #ccdac6; }
.plan-explainer summary { cursor: pointer; min-height: 44px; align-content: center; font-weight: 750; font-size: 1.05rem; }
.plan-explainer details p { margin-top: 14px; font-size: .97rem; color: #425746; line-height: 1.8; }
.comparison-caption { max-width: 740px; text-align: center; margin: 20px auto 0; font-size: .82rem; line-height: 1.6; color: #48604c; }

/* Centered three-step process with one continuous desktop connector. */
.process-section { text-align: center; }
.process-section .container { max-width: 1280px; margin-inline: auto; }
.process-section .section-head { display: flex; justify-content: center; text-align: center; margin-bottom: 3.5rem; }
.process-section .section-head > div { width: 100%; max-width: 850px; margin-inline: auto; }
.process-section .section-head .label,
.process-section .section-head h2 { text-align: center; }

.process-timeline {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.75rem;
  max-width: 520px;
  margin-inline: auto;
}
.process-item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  text-align: center;
}
.process-item:last-child { padding-bottom: 0; }
.process-item::before,
.process-item::after,
.process-marker::before,
.process-marker::after { display: none !important; }
.process-marker {
  position: relative;
  z-index: 2;
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin: 0 auto 1.25rem;
  border: 1px solid #abc59f;
  border-radius: 10px;
  background: #edf5e7;
  color: #215b35;
}
.process-marker .icon { width: 28px; height: 28px; }
.step-index {
  position: absolute;
  top: -9px;
  right: -8px;
  min-width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  padding-inline: 5px;
  border-radius: 4px;
  background: #194d30;
  color: #fff;
  font-size: .62rem;
  font-weight: 800;
  line-height: 1;
}
.process-copy { width: 100%; max-width: 390px; margin-inline: auto; }
.process-copy h3 { margin: 0 0 .75rem; padding: 0; font-size: clamp(1.55rem, 2vw, 2rem); line-height: 1.15; text-align: center; }
.process-copy p { max-width: 370px; margin: 0 auto; color: #47604c; font-size: .9rem; line-height: 1.75; text-align: center; }
.process-section .section-actions { display: flex; justify-content: center; margin-top: 2.75rem; }
.process-section .section-actions .btn { margin-inline: auto; }

/* Contact cards, forms and the actual Edmonton service-area map. */
.client-revision .contact-layout { display: grid; grid-template-columns: minmax(0,1fr); gap: 30px; align-items: stretch; }
.client-revision .contact-card { position: static; top: auto; padding: 28px; border-radius: 12px; background: #154b32; height: 100%; }
.client-revision .contact-card h2 { font-size: clamp(2rem, 6vw, 2.9rem); line-height: 1.12; margin-top: 12px; }
.client-revision .contact-card > p:not(.label) { color: #e0ebdc; font-size: .95rem; line-height: 1.75; }
.client-revision .contact-methods { gap: 0; margin-top: 28px; }
.client-revision .contact-methods .contact-method { padding: 17px 0; min-height: 74px; }
.client-revision .contact-methods small { color: #d7e5d1; font-size: .65rem; }
.client-revision .contact-methods strong { color: #fff; font-size: .92rem; overflow-wrap: anywhere; }
.client-revision .contact-icon { width: 40px; height: 40px; border-radius: 8px; }
.contact-socials { margin-top: 28px; color: #e2f0da; }
.client-revision .quote-form { grid-template-columns: minmax(0,1fr); width: 100%; gap: 20px; align-content: start; }
.client-revision .field.full { grid-column: 1 / -1; }
.client-revision .field label { font-size: .72rem; line-height: 1.5; letter-spacing: .045em; }
.client-revision .field input, .client-revision .field textarea, .client-revision .field select { min-width: 0; min-height: 52px; border-radius: 8px; font-size: 16px; }
.client-revision .field textarea { min-height: 168px; }
.client-revision .form-note, .client-revision .form-status { font-size: .8rem; line-height: 1.6; }
.client-revision .form-status:empty { margin: 0; }
.client-revision .form-status { color: #1e5131; }
.client-revision .quote-form > [type=hidden], [data-photo-field][hidden] { display: none; }
.contact-map-section { background: #e9f1e3; }
.contact-map-grid { display: grid; grid-template-columns: minmax(0,1fr); gap: 30px; align-items: center; }
.contact-map-grid h2 { font-size: clamp(2.1rem, 7vw, 3.4rem); line-height: 1.12; margin-top: 16px; text-wrap: balance; }
.contact-map-grid p:not(.label) { margin: 20px 0; font-size: .97rem; color: #435a48; line-height: 1.8; }
.client-revision .contact-map-grid .map-shell, .client-revision .contact-map-grid iframe { min-height: 340px; height: 340px; border-radius: 12px; }
.client-revision .map-shell iframe { display: block; }

/* A clear next step closes every content page. */
.client-revision .page-end-cta { background: #dfead6; color: #173d28; padding: 48px 0; }
.page-end-cta-inner { display: grid; grid-template-columns: minmax(0,1fr); gap: 26px; align-items: center; text-align: center; }
.page-end-cta h2 { font-size: clamp(2rem, 6.5vw, 3.1rem); line-height: 1.12; text-wrap: balance; }
.page-end-cta p { font-size: .95rem; margin: 16px auto 0; max-width: 57ch; color: #405b44; line-height: 1.75; }
.page-end-actions { display: grid; justify-items: center; gap: 10px; }
.page-end-actions .btn { width: 100%; max-width: 320px; background: #174c30; color: #fff; }
.cta-phone { display: flex; align-items: center; gap: 10px; min-height: 44px; font-size: .9rem; font-weight: 750; }
.client-revision.snow-page .page-end-cta { background: #cfe8f4; color: #173a4c; }
.snow-page .page-end-cta p { color: #36596b; }
.snow-page .page-end-actions .btn { background: #174761; }

/* Services, company links, and icon-led contacts have distinct footer columns. */
.client-revision .site-footer { background: #11261d; padding: 48px 0 calc(102px + env(safe-area-inset-bottom)); }
.client-revision .footer-grid { display: grid; grid-template-columns: minmax(0,1fr); gap: 32px; }
.client-revision .footer-logo-badge { padding: 10px 15px; background: #f7faf4; border-radius: 8px; margin-bottom: 18px; }
.client-revision .footer-logo-badge img { width: 140px !important; max-width: 100%; height: auto !important; padding: 0; border: 0; box-shadow: none; background: none; border-radius: 0; }
.client-revision .footer-brand p { color: #cfddc8; font-size: .86rem; line-height: 1.7; max-width: 32ch; }
.client-revision .footer-col { grid-column: auto; }
.client-revision .footer-col h3 { font-size: .72rem; margin-bottom: 13px; color: #c9e2b9; }
.client-revision .footer-col a { min-height: 44px; margin: 0; display: flex; align-items: center; font-size: .85rem; line-height: 1.45; color: #e0e9dc; }
.footer-company-links { display: grid; grid-template-columns: 1fr 1fr; gap: 0 15px; }
.client-revision .footer-col .footer-phone, .client-revision .footer-col .footer-location { gap: 10px; }
.footer-social-row { display: flex; gap: 8px; margin-top: 14px; }
.client-revision .footer-col .icon-link, .client-revision .footer-col .social-icons a { display: inline-flex; color: #d9e9cc; }
.client-revision .footer-bottom { display: flex; align-items: center; flex-direction: column; justify-content: center; text-align: center; gap: 8px; font-size: .74rem; line-height: 1.7; margin-top: 36px; color: #c4d4be; }
.footer-bottom a { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.client-revision .mobile-bar { display: grid; position: fixed; inset: auto 12px max(10px, env(safe-area-inset-bottom)); z-index: 100; grid-template-columns: 1.2fr 1fr; padding: 6px; border-radius: 10px; background: #163e29; }
.client-revision .mobile-bar a { min-height: 46px; gap: 8px; border-radius: 6px; font-size: .77rem; }
.mobile-bar .icon { width: 18px; height: 18px; }

/* Taller offer, always bounded by the visible viewport. Content can scroll. */
.client-revision .modal { z-index: 1000; padding: max(12px, env(safe-area-inset-top)) 12px max(12px, env(safe-area-inset-bottom)); overflow: hidden; }
.client-revision .modal-card.snow-offer-card {
  width: min(430px, 100%); max-height: calc(100dvh - 24px - env(safe-area-inset-top) - env(safe-area-inset-bottom)); overflow-y: auto; overscroll-behavior: contain;
  border: 1px solid #90b3b1; border-radius: 14px; padding: 27px 26px 24px;
  position: relative; isolation: isolate; color: #f6fcff; text-align: center;
  background: linear-gradient(165deg, #163e49 0%, #0c2935 55%, #173d35 100%);
  box-shadow: 0 26px 90px rgba(0,0,0,.4);
}
.client-revision .snow-offer-card:before { content: none; }
.client-revision .snow-offer-card .modal-close { z-index: 2; width: 44px; height: 44px; display: grid; place-items: center; top: 10px; right: 10px; border-radius: 8px; color: #fff; border: 1px solid #8ea8ae; background: #183e49; }
.offer-brand { width: 88px; height: 70px; margin: 0 auto 21px; background: #f7faf4; border-radius: 6px; padding: 6px; display: grid; place-items: center; }
.offer-brand img { width: 76px; height: 58px; object-fit: contain; }
.client-revision .snow-offer-card .offer-eyebrow { margin: 0; color: #d5edeb; font-size: clamp(.95rem, 3.8vw, 1.12rem); text-transform: uppercase; letter-spacing: .11em; line-height: 1.6; font-weight: 700; }
.client-revision .snow-offer-card .offer-savings { margin: 15px 0 18px; color: #def5c7; font-family: var(--serif); font-size: clamp(5.5rem, 25vw, 7.5rem); line-height: .92; letter-spacing: -.065em; }
.offer-savings > span { display: block; margin-bottom: 11px; font-family: var(--sans); font-size: .82rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.offer-savings small { font-size: .5em; vertical-align: top; position: relative; top: .12em; letter-spacing: -.035em; }
.client-revision .snow-offer-card h2 { color: #fff; font-size: clamp(1.9rem, 7vw, 2.6rem); line-height: 1.1; text-wrap: balance; max-width: 15ch; margin: 0 auto; }
.client-revision .snow-offer-card #offer-description { margin-top: 17px; color: #dfebed; font-size: .9rem; line-height: 1.7; }
.client-revision .snow-offer-card .offer-availability { margin: 20px 0; padding: 12px 0; border-block: 1px solid #53727a; color: #dceeca; display: flex; align-items: center; justify-content: center; gap: 9px; font-size: .8rem; line-height: 1.5; font-weight: 700; }
.offer-availability .icon { width: 18px; height: 18px; }
.offer-actions { display: grid; gap: 7px; }
.offer-actions .btn { width: 100%; padding: 12px 9px; min-height: 52px; font-size: .8rem; box-shadow: none; }
.offer-call { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; font-size: .85rem; font-weight: 700; }
.offer-call .icon { width: 17px; height: 17px; }
.client-revision .snow-offer-card .offer-area { margin: 12px 0 0; color: #c7d8d9; font-size: .66rem; line-height: 1.7; }

@media (min-width: 390px) {
  .client-revision .brand-copy { display: block; }
  .client-revision .brand-copy strong { font-size: .91rem; max-width: 9ch; line-height: 1.04; }
  .client-revision .brand-copy small { display: none; }
  .header-quote { padding-inline: 10px; }
}
@media (min-width: 620px) {
  :root { --header-height: 86px; --container: min(1180px, calc(100% - 48px)); }
  .utility-promo { font-size: .74rem; }
  .client-revision .brand-copy strong { max-width: none; font-size: 1.18rem; }
  .client-revision .brand-copy small { display: block; font-size: .51rem; color: inherit; letter-spacing: .13em; }
  .client-revision .brand img { width: 67px; height: 60px; }
  .header-actions { gap: 10px; }
  .header-quote { padding-inline: 17px; }
  .client-revision .hero-actions .btn { width: auto; min-width: 190px; }
  .client-revision .hero-static .hero-content { padding-bottom: 65px; }
  .client-revision .hero-trust-row span { font-size: .8rem; }
  .client-revision .quote-form { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .client-revision .footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .client-revision .mobile-bar { display: none; }
  .client-revision .site-footer { padding-bottom: 36px; }
}
@media (min-width: 768px) {
  .why-comparison { grid-template-columns: repeat(2,minmax(0,1fr)); }

  .process-timeline {
    max-width: none;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: clamp(2rem, 5vw, 5rem);
  }
  .process-timeline::before {
    content: '';
    position: absolute;
    top: 32px;
    left: 16.666%;
    right: 16.666%;
    height: 1px;
    background: #a8c49a;
    z-index: 0;
  }
  .process-marker { margin-bottom: 1.75rem; }
  .process-copy { margin-top: 0; }

  .client-revision .contact-map-grid .map-shell, .client-revision .contact-map-grid iframe { min-height: 400px; height: 400px; }
}
@media (min-width: 960px) {
  .client-revision .package-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
  .client-revision .package-summary { min-height: 94px; }
  .client-revision .contact-layout { grid-template-columns: minmax(0,.82fr) minmax(0,1.18fr); gap: 48px; }
  .client-revision .contact-card { padding: 36px; }
  .contact-map-grid { grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); gap: 50px; }
  .page-end-cta-inner { grid-template-columns: minmax(0,1fr) minmax(240px,.42fr); gap: 48px; text-align: left; }
  .page-end-cta p { margin-left: 0; }
  .page-end-actions .btn { max-width: none; }
  .client-revision .footer-grid { grid-template-columns: minmax(0,1.2fr) minmax(0,.8fr) minmax(0,1fr) minmax(0,1.1fr); gap: 32px; }
  .footer-company-links { grid-template-columns: minmax(0,1fr); }
}
@media (min-width: 1101px) {
  :root { --header-height: 90px; }
  .client-revision .nav-shell { gap: 20px; }
  .client-revision .brand { flex-shrink: 0; }
  .client-revision .brand-copy strong { font-size: 1rem; max-width: 10ch; }
  .client-revision .brand-copy small { display: none; }
  .client-revision .site-nav {
    position: static; width: auto; height: auto; max-height: none; padding: 0; margin: 0 auto;
    display: flex; flex-direction: row; align-items: center; gap: 19px; overflow: visible;
    background: none; color: inherit; visibility: visible; transform: none; opacity: 1; white-space: nowrap;
  }
  .client-revision.snow-page .site-nav { background: none; }
  .client-revision .site-nav > a, .nav-dropdown > summary { padding: 10px 0 !important; min-height: 44px; border: 0; font-family: var(--sans); font-size: .77rem; font-weight: 650; }
  .nav-dropdown > summary { justify-content: flex-start; gap: 5px; }
  .nav-submenu { position: absolute; top: 100%; right: -15px; width: 220px; background: #f7faf4; color: #173725; padding: 10px; border: 1px solid #d5dfce; box-shadow: 0 12px 30px rgba(0,0,0,.14); border-radius: 8px; }
  .nav-submenu a { padding-inline: 12px; }
  .client-revision .menu-toggle, .nav-mobile-bottom { display: none; }
  .header-actions { margin-left: 0; flex-shrink: 0; }
}
@media (min-width: 1400px) {
  :root { --container: min(1320px, calc(100% - 80px)); }
  .client-revision .brand-copy strong { max-width: none; font-size: 1.18rem; }
  .client-revision .site-nav { gap: 25px; }
  .client-revision .site-nav > a, .nav-dropdown > summary { font-size: .85rem; }
}
@media (max-width: 619px) {
  .client-revision .gallery-showcase .gallery-card, .client-revision .gallery-showcase .gallery-card:nth-child(n) { min-height: 260px !important; }
  .client-revision .gallery-showcase { gap: 14px; }
  .client-revision .home-snow-content { padding-block: 55px; }
  .client-revision .home-snow-content h2 { font-size: clamp(2.4rem, 10vw, 3.3rem); line-height: 1.1; }
  .client-revision .reveal.reveal-ready { transform: translateY(14px); }
  .client-revision .reveal.reveal-ready.is-visible { transform: none; }
  .client-revision .snow-offer-card { padding-inline: 22px; }
}
@media (max-height: 640px) {
  .client-revision .snow-offer-card .offer-brand { width: 72px; height: 56px; margin-bottom: 13px; }
  .offer-brand img { width: 60px; height: 44px; }
  .client-revision .snow-offer-card .offer-savings { font-size: 5.5rem; margin-block: 13px; }
  .client-revision .snow-offer-card .offer-eyebrow { font-size: .87rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .client-revision .reveal { transform: none !important; opacity: 1 !important; }
}


/* 2026-09-15 QA pass: final tall/thin snow offer, with evergreen artwork behind the copy. */
.client-revision .modal-card.snow-offer-card {
  width: min(404px, calc(100vw - 24px));
  height: min(760px, calc(100dvh - 24px - env(safe-area-inset-top) - env(safe-area-inset-bottom)));
  max-height: calc(100dvh - 24px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
  min-height: min(610px, calc(100dvh - 24px));
  overflow: hidden;
  border: 0;
  border-radius: 12px;
  padding: 0;
  background:
    linear-gradient(180deg, rgba(5,22,29,.18) 0%, rgba(7,28,36,.42) 38%, rgba(8,25,31,.72) 100%),
    linear-gradient(180deg, rgba(10,31,42,.18) 0%, rgba(10,31,42,.18) 100%),
    url('https://images.pexels.com/photos/30731980/pexels-photo-30731980.jpeg?auto=compress&cs=tinysrgb&w=1200') center 42% / cover no-repeat;
  box-shadow: 0 28px 90px rgba(0,0,0,.46);
}
.client-revision .snow-offer-card .offer-content {
  position: relative;
  z-index: 1;
  height: 100%;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: none;
  padding: clamp(22px, 4vh, 34px) 25px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.client-revision .snow-offer-card .offer-content::-webkit-scrollbar { width: 0; height: 0; }
.client-revision .snow-offer-card .modal-close {
  position: absolute;
  z-index: 4;
  top: 10px;
  right: 10px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(232,247,242,.42);
  border-radius: 8px;
  color: #fff;
  background: rgba(8,37,41,.62);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.client-revision .snow-offer-card .offer-brand {
  width: 80px;
  height: 62px;
  margin: 0 auto clamp(16px, 2.5vh, 22px);
  padding: 6px;
  border-radius: 6px;
  background: rgba(249,252,246,.96);
  box-shadow: 0 7px 20px rgba(0,0,0,.14);
}
.client-revision .snow-offer-card .offer-brand img { width: 68px; height: 50px; object-fit: contain; }
.client-revision .snow-offer-card .offer-eyebrow {
  color: #f3fbf7;
  font-size: clamp(.78rem, 2.6vw, .92rem);
  letter-spacing: .15em;
  line-height: 1.45;
  text-shadow: 0 2px 16px rgba(0,0,0,.48);
}
.client-revision .snow-offer-card .offer-savings {
  margin: clamp(10px, 2vh, 16px) 0 clamp(10px, 1.8vh, 15px);
  color: #d9f4bd;
  font-size: clamp(5.2rem, 20vw, 7rem);
  line-height: .86;
  text-shadow: 0 4px 22px rgba(0,0,0,.42);
}
.client-revision .snow-offer-card .offer-savings > span { margin-bottom: 9px; color: #fff; font-size: .72rem; }
.client-revision .snow-offer-card h2 {
  max-width: 13ch;
  color: #fff;
  font-size: clamp(1.8rem, 6.2vw, 2.45rem);
  line-height: 1.05;
  text-shadow: 0 3px 22px rgba(0,0,0,.58);
}
.client-revision .snow-offer-card #offer-description {
  max-width: 31ch;
  margin-top: 13px;
  color: rgba(244,251,250,.94);
  font-size: clamp(.78rem, 2.5vw, .9rem);
  line-height: 1.58;
  text-shadow: 0 2px 14px rgba(0,0,0,.55);
}
.client-revision .snow-offer-card .offer-availability {
  width: 100%;
  margin: clamp(14px, 2.4vh, 20px) 0;
  padding: 10px 0;
  border-block: 1px solid rgba(224,244,235,.35);
  color: #e3f3d4;
  background: rgba(6,29,30,.12);
  font-size: .74rem;
  text-shadow: 0 2px 12px rgba(0,0,0,.5);
}
.client-revision .snow-offer-card .offer-actions { width: 100%; gap: 6px; }
.client-revision .snow-offer-card .offer-actions .btn {
  min-height: 50px;
  border: 0;
  background: #c4eaa8;
  color: #103522;
  font-size: .77rem;
}
.client-revision .snow-offer-card .offer-call {
  min-height: 42px;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0,0,0,.55);
}
.client-revision .snow-offer-card .offer-area {
  margin-top: 7px;
  color: rgba(239,248,245,.85);
  text-shadow: 0 2px 12px rgba(0,0,0,.55);
}
@media (max-width: 420px) {
  .client-revision .modal { padding-inline: 8px; }
  .client-revision .modal-card.snow-offer-card { width: min(386px, calc(100vw - 16px)); }
  .client-revision .snow-offer-card .offer-content { padding-inline: 21px; }
}
@media (max-height: 680px) {
  .client-revision .modal-card.snow-offer-card { min-height: 0; }
  .client-revision .snow-offer-card .offer-content { justify-content: flex-start; padding-top: 18px; }
  .client-revision .snow-offer-card .offer-brand { width: 68px; height: 52px; margin-bottom: 10px; }
  .client-revision .snow-offer-card .offer-brand img { width: 56px; height: 40px; }
  .client-revision .snow-offer-card .offer-savings { font-size: 4.8rem; margin-block: 8px; }
  .client-revision .snow-offer-card h2 { font-size: 1.7rem; }
  .client-revision .snow-offer-card #offer-description { margin-top: 9px; line-height: 1.48; }
  .client-revision .snow-offer-card .offer-availability { margin-block: 10px; padding-block: 8px; }
}


/* 2026-09-15 mobile navigation + FAQ correction. */
@media (max-width: 1100px) {
  body.client-revision .site-nav {
    position: fixed !important;
    inset: var(--mobile-menu-top, var(--header-height)) 0 0 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    min-width: 100vw !important;
    max-width: none !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 18px clamp(22px, 6vw, 36px) calc(34px + env(safe-area-inset-bottom)) !important;
    box-sizing: border-box !important;
    justify-self: stretch !important;
    align-self: stretch !important;
    border-radius: 0 !important;
    background: #f7faf4 !important;
    background-image: none !important;
    color: #173725 !important;
    opacity: 1 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    transform: translateY(-8px) !important;
  }
  body.client-revision .site-nav.is-open {
    transform: none !important;
  }
  body.client-revision.snow-page .site-nav {
    background: #102936 !important;
    color: #fff !important;
  }
  body.client-revision.menu-open .site-header,
  html.menu-open body.client-revision .site-header {
    width: 100%;
  }
  body.client-revision .nav-mobile-bottom {
    width: 100%;
    max-width: 560px;
    margin-inline: auto;
  }
}

/* FAQ answers must be collapsed until their question is opened. */
.client-revision .faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  opacity: 0;
  transition: grid-template-rows .3s ease, opacity .22s ease;
}
.client-revision .faq-answer > p,
.client-revision .faq-answer > div {
  min-height: 0;
  overflow: hidden;
}
.client-revision .faq-answer > p {
  margin: 0;
  padding: 0;
}
.client-revision .faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
  opacity: 1;
}
.client-revision .faq-item.is-open .faq-answer > p {
  padding: 0 0 1.4rem;
}
.client-revision .faq-question b {
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  font-family: var(--sans);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
  transition: transform .25s ease;
}
.client-revision .faq-item.is-open .faq-question b {
  transform: rotate(45deg);
}


/* Homepage Google-style review belt. Sample content stays explicitly labeled until verified reviews are supplied. */
.google-review-section {
  overflow: hidden;
  background: #f7faf4;
  border-block: 1px solid rgba(15,81,50,.10);
}
.google-review-header {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(240px,360px);
  align-items: end;
  gap: 28px;
  margin-bottom: 28px;
}
.google-review-header h2 { max-width: 17ch; }
.review-demo-note {
  margin: 0;
  padding: 11px 13px;
  border: 1px solid #d7e2d2;
  border-radius: 8px;
  background: #fff;
  color: #5a695f;
  font-size: .76rem;
  line-height: 1.5;
}
.google-review-belt {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-block: 4px 14px;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
}
.google-review-track {
  display: flex;
  width: max-content;
  animation: googleReviewBelt 46s linear infinite;
  will-change: transform;
}
.google-review-belt:hover .google-review-track,
.google-review-belt:focus-within .google-review-track { animation-play-state: paused; }
.google-review-set {
  flex: 0 0 auto;
  display: flex;
  align-items: stretch;
  gap: 16px;
  padding-right: 16px;
}
.google-review-card {
  width: clamp(292px, 28vw, 365px);
  min-height: 246px;
  display: flex;
  flex-direction: column;
  padding: 22px;
  border: 1px solid #dadce0;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 16px rgba(30,52,38,.055);
  color: #202124;
  font-family: Arial, Helvetica, sans-serif;
}
.review-card-top {
  display: grid;
  grid-template-columns: 44px minmax(0,1fr) 26px;
  align-items: center;
  gap: 11px;
}
.review-avatar {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e8f0fe;
  color: #1a73e8;
  font-size: 1rem;
  font-weight: 700;
}
.review-person { display: grid; gap: 3px; min-width: 0; }
.review-person strong {
  overflow: hidden;
  color: #202124;
  font-size: .92rem;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.review-person span,
.review-time { color: #70757a; font-size: .72rem; line-height: 1.35; }
.google-g {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #4285f4;
  font-size: 1.16rem;
  font-weight: 800;
  font-family: Arial, Helvetica, sans-serif;
}
.review-stars {
  margin-top: 15px;
  color: #fbbc04;
  font-size: 1.05rem;
  letter-spacing: 1px;
  line-height: 1;
}
.google-review-card > p {
  margin: 13px 0 18px;
  color: #3c4043;
  font-size: .88rem;
  line-height: 1.62;
}
.review-time { margin-top: auto; }
@keyframes googleReviewBelt {
  from { transform: translate3d(0,0,0); }
  to { transform: translate3d(-50%,0,0); }
}
@media (max-width: 760px) {
  .google-review-header { grid-template-columns: 1fr; align-items: start; gap: 14px; }
  .review-demo-note { max-width: 440px; }
  .google-review-belt {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-mask-image: none;
    mask-image: none;
    padding-left: 16px;
  }
  .google-review-belt::-webkit-scrollbar { display: none; }
  .google-review-track { animation: none; }
  .google-review-set { padding-right: 0; }
  .google-review-set[aria-hidden="true"] { display: none; }
  .google-review-card {
    width: min(82vw, 330px);
    min-height: 236px;
    scroll-snap-align: start;
  }
}
@media (prefers-reduced-motion: reduce) {
  .google-review-track { animation: none; }
  .google-review-belt { overflow-x: auto; }
  .google-review-set[aria-hidden="true"] { display: none; }
}

/* 2026-09-16 homepage alignment polish */
.home-page .process-section .section-head {
  display: block;
  text-align: center;
}
.home-page .process-section .section-head > div {
  max-width: 760px;
  margin-inline: auto;
}
.home-page .process-section .section-actions {
  justify-content: center;
}
.home-page .home-snow-content {
  margin-inline: auto;
  text-align: center;
}
.home-page .home-snow-content h2,
.home-page .home-snow-content > p:not(.label) {
  margin-left: auto;
  margin-right: auto;
}
.home-page .home-snow-content .section-actions {
  justify-content: center;
}
@media (min-width: 900px) {
  .home-page .process-timeline {
    text-align: center;
  }
  .home-page .process-marker {
    margin-inline: auto;
  }
  .home-page .process-copy p {
    margin-left: auto;
    margin-right: auto;
  }
}


/* Remove the top Early Bird promo bar */
.utility-bar {
  display: none !important;
}


/* Site-wide BBB accreditation trust badge. */
.client-revision .bbb-trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-top: 18px;
  padding: 9px 12px;
  border: 1px solid rgba(205,229,192,.38);
  border-radius: 8px;
  background: rgba(255,255,255,.055);
  color: #eef7e9;
}
.client-revision .bbb-trust-badge .bbb-trust-mark {
  display: inline-grid;
  place-items: center;
  min-width: 42px;
  height: 32px;
  padding-inline: 7px;
  border-radius: 5px;
  background: #f7faf4;
  color: #174c30;
  font-family: var(--sans);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .04em;
}
.client-revision .bbb-trust-badge .bbb-trust-copy {
  display: grid;
  gap: 1px;
  text-align: left;
}
.client-revision .bbb-trust-badge strong {
  color: #fff;
  font-size: .78rem;
  line-height: 1.2;
}
.client-revision .bbb-trust-badge small {
  color: #c9d9c3;
  font-size: .61rem;
  line-height: 1.3;
}

.contact-map-mini {
  margin-top: 20px;
}

.contact-map-mini-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.contact-map-mini-heading > span:last-child {
  display: grid;
  gap: 3px;
}

.contact-map-mini-heading small {
  color: #d7e5d1;
  font-size: .65rem;
}

.contact-map-mini-heading strong {
  color: #fff;
  font-size: .92rem;
}

.contact-map-mini-frame {
  overflow: hidden;
  width: 100%;
  height: 220px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 10px;
  background: #e8eee5;
}

.contact-map-mini-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.contact-map-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  color: #e2f0da;
  font-size: .78rem;
  font-weight: 700;
  text-decoration: none;
}

.contact-map-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.contact-map-link .icon {
  width: 16px;
  height: 16px;
}

@media (max-width: 620px) {
  .contact-map-mini-frame {
    height: 190px;
  }
}
/* Mini Edmonton map inside homepage contact card */

.contact-card .contact-map-mini {
  width: 100%;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.contact-map-mini-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.contact-map-mini-copy {
  display: grid;
  gap: 3px;
}

.contact-map-mini-copy small {
  color: #d7e5d1;
  font-size: .65rem;
  line-height: 1.4;
}

.contact-map-mini-copy strong {
  color: #fff;
  font-size: .92rem;
  line-height: 1.3;
}

.contact-map-mini-frame {
  position: relative;
  width: 100%;
  height: 210px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 10px;
  background: #dfe8dc;
}

.contact-map-mini-frame iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.contact-map-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  margin-top: 8px;
  color: #e5f3dc;
  font-size: .78rem;
  font-weight: 700;
  text-decoration: none;
}

.contact-map-link:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.contact-map-link .icon {
  width: 16px;
  height: 16px;
}


/* Social links underneath map */

.contact-card .contact-socials {
  margin-top: 18px;
}

.contact-card .contact-socials .social-icons {
  display: flex;
  gap: 8px;
}


/* Homepage quote form styling */

.home-page .estimate-home .quote-form {
  background: #f4f7f0 !important;
  padding: 32px;
  border: 1px solid #d9e3d4;
  border-radius: 12px;
}

.home-page .estimate-home .quote-form .field input,
.home-page .estimate-home .quote-form .field select,
.home-page .estimate-home .quote-form .field textarea {
  background: #fff;
}


/* Mobile */

@media (max-width: 620px) {

  .contact-map-mini-frame {
    height: 190px;
  }

  .home-page .estimate-home .quote-form {
    padding: 22px;
  }

}


/* =========================================================
   2026-09-16 — Google reviews heading + package card polish
   ========================================================= */

/* Center the Google Reviews heading block */
.home-page .google-review-header {
  display: block;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 34px;
  text-align: center;
}

.home-page .google-review-header > div {
  width: 100%;
  margin-inline: auto;
}

.home-page .google-review-header .label,
.home-page .google-review-header h2 {
  text-align: center;
}

.home-page .google-review-header h2 {
  max-width: 18ch;
  margin: 0 auto;
}


/* Premium package-card treatment */
.home-page #packages .section-head {
  justify-content: center;
  text-align: center;
}

.home-page #packages .section-head > div {
  width: 100%;
  max-width: 820px;
  margin-inline: auto;
}

.home-page #packages .package-grid {
  gap: clamp(18px, 2.2vw, 28px);
}

.home-page #packages .package-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;

  padding: 0 26px 28px;

  border: 1px solid #d6e1d1;
  border-radius: 18px;

  background:
    linear-gradient(180deg, #ffffff 0%, #fbfdf9 100%);

  box-shadow:
    0 1px 0 rgba(20, 73, 42, .03),
    0 12px 34px rgba(20, 73, 42, .075);

  transition:
    transform .22s ease,
    box-shadow .22s ease,
    border-color .22s ease;
}

.home-page #packages .package-card:hover {
  transform: translateY(-6px);
  border-color: #b8cfad;
  box-shadow:
    0 2px 0 rgba(20, 73, 42, .04),
    0 20px 46px rgba(20, 73, 42, .13);
}

.home-page #packages .package-card-media {
  position: relative;
  height: 220px;

  margin: 0 -26px 26px;

  overflow: hidden;
  border-radius: 18px 18px 0 0;
}

.home-page #packages .package-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;

  background:
    linear-gradient(
      180deg,
      rgba(7, 47, 26, .02) 0%,
      rgba(7, 47, 26, .10) 100%
    );
}

.home-page #packages .package-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  transition: transform .45s ease;
}

.home-page #packages .package-card:hover .package-card-media img {
  transform: scale(1.035);
}

.home-page #packages .package-name {
  display: block;

  margin: 0 0 12px;

  color: #173d28;

  font-size: clamp(1.55rem, 2vw, 1.9rem) !important;
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -.025em;
}

.home-page #packages .price {
  display: flex;
  align-items: baseline;
  gap: 4px;

  margin: 0 0 6px;

  color: #103f29;

  font-size: clamp(2.7rem, 4vw, 3.55rem);
  font-weight: 700;
  line-height: .98;
  letter-spacing: -.045em;
}

.home-page #packages .price small {
  margin: 0;

  color: #5d715f;

  font-size: .78rem;
  font-weight: 650;
  letter-spacing: 0;
}

.home-page #packages .per-visit-price {
  min-height: 0;

  margin: 0 0 18px;
  padding-bottom: 18px;

  border-bottom: 1px solid #e1e9dd;

  color: #58705e;

  font-size: .78rem;
  font-weight: 650;
  line-height: 1.5;
}

.home-page #packages .package-kicker {
  margin-top: 0;

  color: #2f6c46;

  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.home-page #packages .package-summary {
  min-height: 0;

  margin-top: 9px;

  color: #435749;

  font-size: .9rem;
  line-height: 1.68;
}

.home-page #packages .package-service-list {
  display: grid;
  gap: 0;

  margin: 22px 0 26px;
  padding: 0;

  border-top: 1px solid #e2eae0;
}

.home-page #packages .package-service-list li {
  position: relative;

  display: grid;
  gap: 4px;

  padding: 14px 0 14px 27px;

  border-bottom: 1px solid #e2eae0;
}

.home-page #packages .package-service-list li::before {
  content: "✓" !important;

  position: absolute;
  left: 0;
  top: 14px;

  display: grid !important;
  place-items: center;

  width: 18px;
  height: 18px;

  border-radius: 50%;

  background: #e6f3df;
  color: #17653a;

  font-family: Arial, Helvetica, sans-serif;
  font-size: .69rem;
  font-weight: 900;
  line-height: 1;
}

.home-page #packages .package-service-list strong {
  color: #1c432c;

  font-size: .86rem;
  font-weight: 750;
  line-height: 1.4;
}

.home-page #packages .package-service-list span {
  color: #66776a;

  font-size: .79rem;
  line-height: 1.58;
}

.home-page #packages .package-card > .btn {
  min-height: 54px;

  margin-top: auto;
  padding: 12px 15px;

  border-color: #b9cdb2;
  border-radius: 9px;

  font-weight: 750;
}


/* Featured / Most Popular package */
.home-page #packages .package-card.featured {
  border-color: #195d39;

  background:
    linear-gradient(180deg, #154e33 0%, #103d28 100%);

  color: #fff;

  box-shadow:
    0 20px 48px rgba(12, 56, 34, .22);
}

.home-page #packages .package-card.featured .package-name,
.home-page #packages .package-card.featured .price,
.home-page #packages .package-card.featured .package-service-list strong {
  color: #fff;
}

.home-page #packages .package-card.featured .price small,
.home-page #packages .package-card.featured .per-visit-price,
.home-page #packages .package-card.featured .package-summary,
.home-page #packages .package-card.featured .package-service-list span {
  color: #d7e8d9;
}

.home-page #packages .package-card.featured .per-visit-price,
.home-page #packages .package-card.featured .package-service-list,
.home-page #packages .package-card.featured .package-service-list li {
  border-color: rgba(255, 255, 255, .16);
}

.home-page #packages .package-card.featured .package-kicker {
  color: #c9e9b5;
}

.home-page #packages .package-card.featured .package-service-list li::before {
  background: #d6f0c4;
  color: #174c30;
}

.home-page #packages .package-card.featured > .btn {
  border-color: #c6e8ad;
  background: #c6e8ad;
  color: #123d26;
}

.home-page #packages .package-badge {
  top: 14px;
  right: 14px;

  padding: 7px 11px;

  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 999px;

  background: #c6e8ad;
  color: #123d26;

  font-size: .62rem;
  font-weight: 850;
  letter-spacing: .05em;
  text-transform: uppercase;

  box-shadow: 0 5px 16px rgba(0, 0, 0, .14);
}


/* Mobile refinements */
@media (max-width: 760px) {
  .home-page .google-review-header {
    margin-bottom: 24px;
    padding-inline: 16px;
  }

  .home-page #packages .package-card {
    padding: 0 22px 24px;
    border-radius: 15px;
  }

  .home-page #packages .package-card-media {
    height: 205px;
    margin: 0 -22px 23px;
    border-radius: 15px 15px 0 0;
  }

  .home-page #packages .price {
    font-size: 3rem;
  }
}


/* =========================================================
   2026-09-19 — Larger icon-led homepage hero trust row
   ========================================================= */

.home-page .hero-trust-row.hero-trust-badges {
  width: min(100%, 1040px);
  max-width: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 30px;
}

.home-page .hero-trust-badges .hero-trust-item {
  min-width: 0;
  min-height: 78px;

  display: flex;
  align-items: center;
  gap: 11px;

  padding: 10px 12px;

  border: 1px solid rgba(255,255,255,.28);
  border-radius: 10px;

  background: rgba(8, 39, 24, .34);
  color: #fff;

  -webkit-backdrop-filter: blur(10px) saturate(1.08);
  backdrop-filter: blur(10px) saturate(1.08);

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    0 8px 26px rgba(0,0,0,.10);

  text-align: left;
}

.home-page .hero-trust-badges .hero-trust-icon {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;

  display: grid;
  place-items: center;

  overflow: hidden;

  padding: 5px;

  border: 1px solid rgba(255,255,255,.35);
  border-radius: 9px;

  background: rgba(255,255,255,.96);
  color: #175035;
}

.home-page .hero-trust-badges .hero-trust-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-page .hero-trust-badges .hero-trust-icon-dark {
  padding: 2px;
  background: #090909;
}

.home-page .hero-trust-badges .hero-trust-icon-dark img {
  border-radius: 50%;
}

.home-page .hero-trust-badges .hero-trust-location .icon {
  width: 27px;
  height: 27px;
}

.home-page .hero-trust-badges .hero-trust-icon-bbb {
  padding: 3px;
}

.home-page .hero-trust-badges .hero-trust-copy {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.home-page .hero-trust-badges .hero-trust-copy strong {
  color: #fff;

  font-family: var(--sans);
  font-size: .79rem;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: -.01em;

  text-wrap: balance;
}

.home-page .hero-trust-badges .hero-trust-copy small {
  color: rgba(244, 251, 241, .78);

  font-family: var(--sans);
  font-size: .61rem;
  font-weight: 600;
  line-height: 1.35;
}

/* Override the older tiny plain-text trust-row treatment. */
.client-revision .hero-trust-row.hero-trust-badges span {
  border: 0;
  padding: 0;
  border-radius: 0;
}

@media (max-width: 980px) {
  .home-page .hero-trust-row.hero-trust-badges {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 720px;
  }
}

@media (max-width: 560px) {
  .home-page .hero-trust-row.hero-trust-badges {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 24px;
  }

  .home-page .hero-trust-badges .hero-trust-item {
    min-height: 70px;
    gap: 8px;
    padding: 8px;
  }

  .home-page .hero-trust-badges .hero-trust-icon {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    border-radius: 8px;
  }

  .home-page .hero-trust-badges .hero-trust-copy strong {
    font-size: .7rem;
  }

  .home-page .hero-trust-badges .hero-trust-copy small {
    display: none;
  }
}

@media (max-width: 350px) {
  .home-page .hero-trust-row.hero-trust-badges {
    grid-template-columns: 1fr;
  }
}


/* 2026-09-19 — Alberta outline icon for Edmonton & Area trust card */
.home-page .hero-trust-badges .hero-trust-icon-alberta {
  padding: 4px;
}

.home-page .hero-trust-badges .hero-trust-icon-alberta img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


/* =========================================================
   2026-09-19 — Footer BBB + Google trust badges
   ========================================================= */

.client-revision .footer-trust-badges {
  display: grid;
  gap: 10px;
  width: min(100%, 230px);
  margin-top: 20px;
}

.client-revision .footer-trust-badge {
  display: flex;
  align-items: center;
  gap: 11px;

  width: 100%;
  min-height: 64px;
  padding: 8px 11px;

  border: 1px solid rgba(217, 235, 207, .34);
  border-radius: 10px;

  background: rgba(255,255,255,.055);
  color: #fff;

  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}

.client-revision .footer-trust-badge-icon {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;

  display: grid;
  place-items: center;

  overflow: hidden;
  border-radius: 8px;

  background: #fff;
}

.client-revision .footer-bbb-logo {
  padding: 3px;
}

.client-revision .footer-bbb-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.client-revision .footer-google-logo {
  padding: 8px;
}

.client-revision .footer-google-logo svg {
  display: block;
  width: 100%;
  height: 100%;
}

.client-revision .footer-trust-badge-copy {
  min-width: 0;
  display: grid;
  gap: 3px;
  text-align: left;
}

.client-revision .footer-trust-badge-copy strong {
  color: #fff;
  font-size: .78rem;
  font-weight: 800;
  line-height: 1.2;
}

.client-revision .footer-trust-badge-copy small {
  color: #c9d9c3;
  font-size: .62rem;
  line-height: 1.3;
}

.client-revision .footer-google-stars {
  color: #fbbc04 !important;
  font-size: .78rem !important;
  font-weight: 800;
  letter-spacing: .06em;
  line-height: 1;
}

/* Hide the older small text-only BBB badge if legacy JS adds it. */
.client-revision .footer-brand > .bbb-trust-badge:not(.footer-trust-badge) {
  display: none !important;
}

/* The new BBB card also uses this class so legacy injection checks see it. */
.client-revision .footer-trust-badges .bbb-trust-badge {
  margin-top: 0;
  width: 100%;
}

@media (min-width: 560px) and (max-width: 959px) {
  .client-revision .footer-trust-badges {
    width: min(100%, 470px);
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}

@media (max-width: 420px) {
  .client-revision .footer-trust-badges {
    width: 100%;
  }
}


/* 2026-09-19 — BBB footer badge render fix */
.client-revision .footer-trust-badge-bbb {
  min-height: 78px;
}

.client-revision .footer-trust-badge-bbb .footer-trust-badge-icon {
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
  padding: 2px;
  border-radius: 9px;
  background: #fff;
}

.client-revision .footer-trust-badge-bbb .footer-trust-badge-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.client-revision .footer-trust-badge-bbb .footer-trust-badge-copy strong {
  font-size: .84rem;
}

.client-revision .footer-trust-badge-bbb .footer-trust-badge-copy small {
  font-size: .66rem;
}


