:root { --handy-shadow: 0 12px 30px -20px rgba(34,54,74,.3); }
html { scroll-behavior: smooth; }
body { overflow-x: hidden; }
.wp-site-blocks { min-height: 100vh; }
.wp-site-blocks > * + *, .wp-block-post-content > :first-child, .wp-block-post-content > * + * { margin-block-start: 0 !important; }
.wp-block-heading:is(h1) { font-size: clamp(1.75rem,3.5vw,2.875rem) !important; font-weight: 800; letter-spacing: -.02em; line-height: 1.08; }
.wp-block-heading:is(h2) { font-size: clamp(1.4375rem,2.8vw,2.125rem); font-weight: 700; letter-spacing: -.01em; line-height: 1.15; }
.wp-block-heading:is(h3) { font-size: clamp(1rem,1.6vw,1.25rem); font-weight: 600; letter-spacing: 0; line-height: 1.2; }
.handy-section { padding-block: clamp(2.5rem, 6vw, 5rem) !important; padding-inline: 64px !important; }
.handy-home-hero { align-items: center; box-sizing: border-box; display: flex; margin-inline: 0 !important; max-width: none !important; min-height: calc(100svh - 56px); width: 100% !important; }
.admin-bar .handy-home-hero { min-height: calc(100svh - 88px); }
.handy-home-hero > .wp-block-columns { width: 100%; }
.handy-home-hero h1 { font-size: 46px !important; max-width: 700px; }
.handy-home-hero .has-large-font-size { font-size: 18px !important; line-height: 1.6; max-width: 650px; }
.handy-home-hero .wp-block-buttons { margin-top: 28px; }
.handy-home-hero .wp-block-button:first-child .wp-block-button__link { border: 0 !important; }
.handy-hero-image { box-shadow: 0 28px 50px -38px rgba(34,54,74,.35); }
.handy-hero-visual-column { position: relative; }
.handy-hero-visual { isolation: isolate; padding: 34px 22px 34px 42px; position: relative; }
.handy-hero-visual::before { background: rgba(0,144,240,.12); border-radius: 50%; content: ""; height: 250px; position: absolute; right: -32px; top: -10px; width: 250px; z-index: -1; }
.handy-hero-visual::after { background-image: radial-gradient(rgba(0,120,192,.34) 2px,transparent 2px); background-size: 14px 14px; bottom: -4px; content: ""; height: 112px; left: 0; position: absolute; width: 150px; z-index: -1; }
.handy-hero-family-image { border: 0; border-radius: 26px; margin: 0 !important; min-height: 0 !important; overflow: hidden; position: relative; z-index: 1; }
.handy-hero-family-image img { display: block; height: clamp(390px,36vw,520px); min-height: 0 !important; object-fit: cover; object-position: center; width: 100%; }
.handy-hero-float { align-items: center; background: rgba(255,255,255,.96); border: 1px solid rgba(207,233,252,.95); border-radius: 14px; box-shadow: 0 18px 36px -22px rgba(22,34,47,.55); box-sizing: border-box; gap: 10px !important; max-width: 230px; padding: 10px 14px !important; position: absolute; z-index: 3; }
.handy-hero-float .handy-tabler-icon { flex-basis: 36px; margin: 0 !important; }
.handy-hero-float p { color: #16202b; font-family: Sora,sans-serif; font-size: 12px; line-height: 1.3; margin: 0 !important; }
.handy-hero-float p strong { font-size: 13px; font-weight: 700; }
.handy-hero-float p span { color: #5b7186; }
.handy-hero-float-top { left: 0; top: 8px; animation: handy-hero-float 5s ease-in-out infinite; }
.handy-hero-float-bottom { bottom: 4px; right: -4px; animation: handy-hero-float 5s ease-in-out -2.5s infinite; }
@keyframes handy-hero-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
@media (prefers-reduced-motion: reduce) { .handy-hero-float { animation: none; } }
.handy-home-about-photo { background: transparent; border: 0; margin: 0 !important; overflow: visible; }
.handy-home-about-photo img { border: 0; display: block; height: 500px; object-fit: contain; object-position: center bottom; width: 100%; }
.handy-about-benefits,
.wp-block-columns:has(.handy-home-about-photo) > .wp-block-column:last-child > .wp-block-list {
  display: grid;
  gap: 18px 28px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 26px 0 28px !important;
  padding: 0 !important;
}
.handy-about-benefits li,
.wp-block-columns:has(.handy-home-about-photo) > .wp-block-column:last-child > .wp-block-list li {
  align-items: center;
  color: #2a3a49;
  display: flex;
  font-family: Sora,sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  min-height: 34px;
  padding-left: 48px;
  position: relative;
}
.handy-about-benefits li::before,
.wp-block-columns:has(.handy-home-about-photo) > .wp-block-column:last-child > .wp-block-list li::before {
  background: #e5f4fe;
  border-radius: 50%;
  content: "";
  height: 34px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
}
.handy-about-benefits li::after,
.wp-block-columns:has(.handy-home-about-photo) > .wp-block-column:last-child > .wp-block-list li::after {
  background: #0087dc;
  content: "";
  height: 17px;
  left: 9px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  -webkit-mask: url('../tabler-icons/check.svg') center/contain no-repeat;
  mask: url('../tabler-icons/check.svg') center/contain no-repeat;
}
.handy-hero-proof { align-items: center; display: flex; font-size: 14px; line-height: 1.2; margin-top: 26px; }
.handy-proof-avatars { display: inline-flex; margin-right: 14px; }
.handy-proof-avatars span { background-color: #22364a; background-image: url('../images/customer-face-dark.svg'); background-position: center; background-repeat: no-repeat; background-size: cover; border: 2px solid #e6f4fe; border-radius: 50%; height: 34px; margin-left: -9px; width: 34px; }
.handy-proof-avatars span:first-child { margin-left: 0; }
.handy-proof-avatars span:nth-child(2) { background-color: #0078c0; }
.handy-proof-avatars span:nth-child(3) { background-color: #0090f0; }
.handy-proof-star { color: #f5ad2f; font-size: 18px; margin-right: 10px; }
.handy-proof-note { color: #5b7186; }
.handy-proof-stars { align-items: center; display: inline-flex; gap: 3px; margin-right: 10px; }
.handy-proof-stars span { background: #f5ad2f; display: block; height: 17px; -webkit-mask: url('../tabler-icons/star.svg') center/contain no-repeat; mask: url('../tabler-icons/star.svg') center/contain no-repeat; width: 17px; }
.handy-services-section { padding-bottom: 24px !important; }
.handy-eyebrow { font-family: Sora, sans-serif; font-size: 13px; font-weight: 600; letter-spacing: .14em; line-height: 1.3; text-transform: uppercase; }
.handy-card { border: 1px solid #cfe9fc; border-radius: 14px; box-shadow: var(--handy-shadow); height: 100%; }
.handy-card h3 { font-size: 19px !important; font-weight: 600; line-height: 1.2; }
.handy-card p, .handy-card li { font-size: 15.5px; line-height: 1.55; }
.wp-block-image.handy-icon { align-items: center; align-self: flex-start; background: #e6f4fe; border-radius: 10px; box-sizing: border-box; display: flex; height: 48px !important; justify-content: center; margin-bottom: 16px !important; margin-left: 0 !important; margin-right: auto !important; margin-top: 0 !important; min-height: 0 !important; padding: 0; width: 48px !important; }
.wp-block-image.handy-icon img { display: block; height: 18px !important; min-height: 0 !important; object-fit: contain; width: 18px !important; }
.handy-tabler-icon { align-items: center; align-self: flex-start; box-sizing: border-box; color: #0078c0; display: flex; flex: 0 0 var(--handy-tile-size,48px); height: var(--handy-tile-size,48px); justify-content: center; margin-bottom: 16px !important; margin-left: 0 !important; margin-right: auto !important; margin-top: 0 !important; width: var(--handy-tile-size,48px); }
.handy-tabler-icon--light { background: #e6f4fe; border-radius: 10px; }
.handy-tabler-icon--dark { background: rgba(0,144,240,.18); border-radius: 10px; color: #6fc0f7; }
.handy-tabler-icon--bare { background: transparent; border-radius: 0; margin-bottom: 0; }
.handy-tabler-glyph { background-color: currentColor; display: block; height: var(--handy-icon-size,18px); -webkit-mask: var(--handy-icon-url) center / contain no-repeat; mask: var(--handy-icon-url) center / contain no-repeat; width: var(--handy-icon-size,18px); }
.handy-tabler-icon-editor { align-items: center; display: flex; min-height: 72px; }
.handy-card a, .handy-card a:hover, .handy-card a:focus { text-decoration: none !important; }
.handy-card p a { font-family: Sora, sans-serif; font-size: 14px; font-weight: 600; }
.handy-placeholder { background: repeating-linear-gradient(135deg,#d8eefd,#d8eefd 14px,#eef7fe 14px,#eef7fe 28px); border: 1px solid #bfe2fb; border-radius: 18px; min-height: 360px; overflow: hidden; }
.handy-placeholder img { height: 100%; min-height: 360px; object-fit: cover; width: 100%; }
.handy-project-image, .handy-project-image img { min-height: 190px; }
.handy-location-image, .handy-location-image img { min-height: 180px; }
.handy-before-after { aspect-ratio: 2 / 1; background: #e6f4fe; border: 1px solid #cfe9fc; border-radius: 14px; overflow: hidden; position: relative; }
.handy-before-after img { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; }
.handy-before-layer { clip-path: inset(0 calc(100% - var(--handy-position)) 0 0); inset: 0; position: absolute; }
.handy-ba-divider { background: #fff; bottom: 0; left: var(--handy-position); position: absolute; top: 0; transform: translateX(-1px); width: 2px; }
.handy-ba-handle { align-items: center; background: #fff; border: 1px solid #cfe9fc; border-radius: 50%; color: #0078c0; display: flex; font-size: 15px; height: 34px; justify-content: center; left: 50%; position: absolute; top: 50%; transform: translate(-50%,-50%); width: 34px; }
.handy-ba-label { border-radius: 7px; color: #fff; font-family: Sora, sans-serif; font-size: 12px; font-weight: 600; padding: 5px 10px; position: absolute; top: 12px; z-index: 2; }
.handy-ba-before { background: #16222f; left: 12px; }
.handy-ba-after { background: #0078c0; right: 12px; }
.handy-ba-range { cursor: ew-resize; height: 100%; inset: 0; margin: 0; opacity: 0; position: absolute; width: 100%; z-index: 4; }
.handy-ba-editor-preview { display: grid; grid-template-columns: 1fr 1fr; min-height: 180px; }
.handy-ba-editor-preview img { height: 180px; object-fit: cover; width: 100%; }
.handy-ba-editor-preview span { align-items: center; background: #e6f4fe; display: flex; justify-content: center; }
.handy-ba-editor-buttons { display: flex; gap: 10px; margin-top: 10px; }
.handy-projects .wp-block-columns > .wp-block-column { background: #fff; border: 1px solid #cfe9fc; border-radius: 14px; box-shadow: var(--handy-shadow); overflow: hidden; padding-bottom: 20px; }
.handy-projects .handy-before-after { border: 0; border-bottom: 1px solid #e6edf4; border-radius: 0; }
.handy-projects .wp-block-column > h3 { font-size: 18px !important; margin: 18px 20px 4px; }
.handy-projects .handy-project-caption { color: #5b7186; font-size: 15px; margin: 0 20px; }
.handy-locations .wp-block-columns { gap: 24px; margin-top: 32px; }
.handy-locations .wp-block-columns > .wp-block-column { background: #fff; border: 1px solid #cfe9fc; border-radius: 14px; box-shadow: var(--handy-shadow); overflow: hidden; padding-bottom: 24px; }
.handy-locations .handy-location-image { border: 0; border-bottom: 1px solid #e6edf4; border-radius: 0; height: clamp(180px, 17vw, 245px) !important; margin: 0 !important; min-height: 0 !important; }
.handy-locations .handy-location-image img { height: 100% !important; min-height: 0 !important; object-fit: cover; width: 100%; }
.handy-locations .wp-block-column > h3 { font-size: 18px !important; line-height: 1.25; margin: 22px 28px 8px; }
.handy-locations .wp-block-column > p { color: #5b7186; font-size: 15px; margin: 0 28px 14px; }
.handy-locations .wp-block-column > p:last-child { margin-bottom: 0; margin-top: 22px; }
.handy-locations .wp-block-column a { font-family: Sora, sans-serif; font-weight: 600; text-decoration: none !important; }
.handy-additional-areas { border: 1px solid #cfe9fc; border-radius: 14px !important; color: #5b7186; font-size: 15px; margin-top: 28px; }
.handy-additional-areas strong { color: #16202b; font-family: Sora, sans-serif; margin-right: 28px; }
.handy-testimonial-grid { display: grid; gap: 24px; grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: 40px; }
.handy-testimonial-card { background: #fff; border: 1px solid #cfe9fc; border-radius: 14px; box-shadow: var(--handy-shadow); box-sizing: border-box; display: flex; flex-direction: column; min-height: 255px; padding: 28px; }
.handy-testimonial-stars { color: #f5ad2f; font-size: 16px; letter-spacing: 3px; line-height: 1; }
.handy-testimonial-review { color: #22364a; font-size: 16px; line-height: 1.55; margin: 24px 0 26px; }
.handy-testimonial-customer { align-items: center; display: flex; gap: 14px; margin-top: auto; }
.handy-testimonial-customer img { border-radius: 50%; flex: 0 0 54px; height: 54px; object-fit: contain; width: 54px; }
.handy-testimonial-customer strong { color: #16202b; display: block; font-family: Sora, sans-serif; font-size: 15px; font-weight: 600; line-height: 1.2; }
.handy-testimonial-customer span { color: #94a3b8; display: block; font-size: 13px; margin-top: 3px; }
.handy-testimonials-empty { text-align: center; }
.handy-featured-testimonial { align-items: center; display: grid; gap: clamp(32px,5vw,72px); grid-template-columns: minmax(280px,.8fr) minmax(0,1.8fr); margin-bottom: 34px; margin-top: 40px; padding: 24px 0 42px; }
.handy-featured-testimonial-image { align-self: stretch; display: flex; justify-content: center; min-height: 330px; }
.handy-featured-testimonial-image img { height: 100%; max-height: 430px; max-width: 360px; object-fit: contain; width: 100%; }
.handy-featured-testimonial-content h3 { font-size: clamp(1.65rem,2.5vw,2.35rem) !important; margin: 0 0 14px; }
.handy-featured-review { color: #22364a; font-size: clamp(1.05rem,1.5vw,1.3rem); line-height: 1.5; margin: 0 0 24px; }
.handy-featured-services-label { color: #16202b; display: block; font-family: Sora, sans-serif; font-size: 17px; margin-bottom: 6px; }
.handy-featured-services { color: #425b73; font-size: 16px; line-height: 1.5; margin: 0; }
.handy-featured-testimonial + .handy-testimonial-grid, .wp-block-shortcode + .wp-block-shortcode .handy-testimonial-grid { margin-top: 0; }
.handy-dark-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); border-radius: 14px; height: 100%; }
.handy-dark-card h3 { font-size: 18px !important; line-height: 1.2; }
.handy-dark-card p { font-size: 14.5px; }
.wp-block-image.handy-dark-icon { align-items: center; align-self: flex-start; background: rgba(0,144,240,.18); border-radius: 10px; box-sizing: border-box; display: flex; height: 48px !important; justify-content: center; margin: 0 0 16px !important; min-height: 0 !important; padding: 0; width: 48px !important; }
.wp-block-image.handy-dark-icon img { display: block; height: 18px !important; min-height: 0 !important; object-fit: contain; width: 18px !important; }
.handy-field { background: #f8fafc; border: 1px solid #e6edf4; border-radius: 8px; color: #7e93a8; min-height: 44px; padding: 11px 12px; }
.handy-field.is-tall { min-height: 92px; }
.handy-quote-form { box-shadow: 0 24px 48px -30px rgba(0,0,0,.55); }
.handy-home-quote { padding-bottom: 72px !important; padding-top: 72px !important; }
.handy-home-quote-columns { align-items: flex-start !important; }
.handy-home-quote-copy { padding-top: 4px; }
.handy-home-quote-copy h2 { font-size: 34px !important; margin-bottom: 24px; }
.handy-home-quote-copy > p:not(.handy-eyebrow) { font-size: 18px; line-height: 1.6; max-width: 540px; }
.handy-quote-benefits { display: grid; gap: 18px; margin-top: 34px; }
.handy-quote-benefit { align-items: center !important; gap: 14px !important; margin: 0 !important; }
.handy-quote-benefit .handy-tabler-icon { align-self: center; margin: 0 !important; }
.handy-quote-benefit p { align-items: center; color: #b8c7d6; display: flex; font-size: 16px; line-height: 1.35; margin: 0 !important; min-height: 44px; }
.handy-shortcode-form { box-sizing: border-box; }
.handy-shortcode-form .wp-block-shortcode { margin: 0; }
.handy-header { box-shadow: 0 8px 24px rgba(15,23,42,.05); position: relative; z-index: 20; }
.handy-header-main { box-sizing: border-box; height: 56px; min-height: 56px; }
.handy-header-main > *, .handy-header-main .wp-block-buttons, .handy-header-main .wp-block-site-logo { margin-block: 0 !important; }
.handy-header .wp-block-site-logo { align-items: center; display: flex; height: 50px; line-height: 0; overflow: hidden; }
.handy-header .wp-block-site-logo > a { align-items: center; display: flex; height: 100%; line-height: 0; }
.handy-header .custom-logo { display: block; height: auto; max-height: none; max-width: 230px; transform: translateY(-2px); width: auto; }
.handy-header-main .wp-block-button__link { border: 0 !important; box-shadow: 0 10px 20px -10px rgba(0,120,192,.65); font-size: 14px; min-height: 40px; padding: 10px 20px; }
.handy-header-main .wp-block-navigation { font-size: 14px; }
.handy-header-phone { font-family: Sora, sans-serif; font-size: 15px; font-weight: 600; margin: 0; white-space: nowrap; }
.handy-header-phone a, .handy-header-phone a:hover, .handy-header-phone a:focus { color: #2a3a49; text-decoration: none !important; }
.handy-phone-icon { background: #0078c0; display: inline-block; font-size: 0; height: 20px; line-height: 0; margin-right: 4px; -webkit-mask: url('../tabler-icons/phone.svg') center/contain no-repeat; mask: url('../tabler-icons/phone.svg') center/contain no-repeat; vertical-align: -4px; width: 20px; }
.handy-mobile-menu-item { display: none !important; }
/* Services mega menu */
@media (min-width: 961px) {
  .handy-services-menu { position: relative; }
  .handy-services-menu::after {
    content: "";
    height: 8px;
    left: 50%;
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
    width: 560px;
  }
  .handy-services-menu > .wp-block-navigation__submenu-container {
    background: #fff;
    border: 1px solid #d7e8f4;
    border-radius: 14px;
    box-shadow: 0 18px 34px rgba(27,55,78,.16);
    box-sizing: border-box;
    display: grid !important;
    gap: 0 28px;
    grid-template-columns: repeat(2,minmax(0,1fr));
    left: 50% !important;
    min-width: 560px !important;
    padding: 24px 30px 0 !important;
    right: auto !important;
    pointer-events: auto;
    top: calc(100% + 6px) !important;
    transform: translateX(-50%);
    width: 560px !important;
  }
  .handy-services-menu:hover > .wp-block-navigation__submenu-container,
  .handy-services-menu:focus-within > .wp-block-navigation__submenu-container,
  .handy-locations-menu:hover > .wp-block-navigation__submenu-container,
  .handy-locations-menu:focus-within > .wp-block-navigation__submenu-container {
    height: auto;
    opacity: 1;
    overflow: visible;
    visibility: visible;
  }
  .handy-services-menu > .wp-block-navigation__submenu-container::before {
    background: #fff;
    border-left: 1px solid #d7e8f4;
    border-top: 1px solid #d7e8f4;
    content: "";
    height: 14px;
    left: 50%;
    position: absolute;
    top: -8px;
    transform: translateX(-50%) rotate(45deg);
    width: 14px;
  }
  .handy-services-menu > .wp-block-navigation__submenu-container > .wp-block-navigation-item {
    min-width: 0;
    position: relative;
    width: auto;
  }
  .handy-services-menu > .wp-block-navigation__submenu-container > .wp-block-navigation-item:nth-child(-n+6) > .wp-block-navigation-item__content {
    box-sizing: border-box;
    color: #182433;
    display: block;
    min-height: 64px;
    padding: 4px 0 12px 48px !important;
    position: relative;
    text-decoration: none;
  }
  .handy-services-menu > .wp-block-navigation__submenu-container > .wp-block-navigation-item:nth-child(-n+6) > .wp-block-navigation-item__content:hover .wp-block-navigation-item__label {
    color: #087fc3;
  }
  .handy-services-menu > .wp-block-navigation__submenu-container > .wp-block-navigation-item:nth-child(-n+6) .wp-block-navigation-item__label {
    display: block;
    font-family: Sora,sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    transition: color .18s ease;
  }
  .handy-services-menu > .wp-block-navigation__submenu-container > .wp-block-navigation-item:nth-child(-n+6) .wp-block-navigation-item__label::before {
    background: #e5f4fe;
    border-radius: 9px;
    content: "";
    height: 36px;
    left: 0;
    position: absolute;
    top: 0;
    width: 36px;
  }
  .handy-services-menu > .wp-block-navigation__submenu-container > .wp-block-navigation-item:nth-child(-n+6) .wp-block-navigation-item__label::after {
    background: #087fc3;
    content: "";
    height: 18px;
    left: 9px;
    -webkit-mask: var(--handy-menu-icon) center/contain no-repeat;
    mask: var(--handy-menu-icon) center/contain no-repeat;
    position: absolute;
    top: 9px;
    width: 18px;
  }
  .handy-services-menu > .wp-block-navigation__submenu-container > .wp-block-navigation-item:nth-child(-n+6) > .wp-block-navigation-item__content::after {
    color: #5c7186;
    content: "Professional home service.";
    display: block;
    font-family: "Source Sans 3",sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    margin-top: 1px;
    white-space: nowrap;
  }
  .handy-services-menu > .wp-block-navigation__submenu-container > .wp-block-navigation-item:nth-child(1) { --handy-menu-icon: url("../tabler-icons/device-tv.svg"); }
  .handy-services-menu > .wp-block-navigation__submenu-container > .wp-block-navigation-item:nth-child(1) > .wp-block-navigation-item__content::after { content: "Secure TV installation."; }
  .handy-services-menu > .wp-block-navigation__submenu-container > .wp-block-navigation-item:nth-child(2) { --handy-menu-icon: url("../tabler-icons/wall.svg"); }
  .handy-services-menu > .wp-block-navigation__submenu-container > .wp-block-navigation-item:nth-child(2) > .wp-block-navigation-item__content::after { content: "Smooth, seamless wall repairs."; }
  .handy-services-menu > .wp-block-navigation__submenu-container > .wp-block-navigation-item:nth-child(3) { --handy-menu-icon: url("../tabler-icons/bucket-droplet.svg"); }
  .handy-services-menu > .wp-block-navigation__submenu-container > .wp-block-navigation-item:nth-child(3) > .wp-block-navigation-item__content::after { content: "Clear, free-flowing gutters."; }
  .handy-services-menu > .wp-block-navigation__submenu-container > .wp-block-navigation-item:nth-child(4) { --handy-menu-icon: url("../tabler-icons/window.svg"); }
  .handy-services-menu > .wp-block-navigation__submenu-container > .wp-block-navigation-item:nth-child(4) > .wp-block-navigation-item__content::after { content: "Restore damaged windows."; }
  .handy-services-menu > .wp-block-navigation__submenu-container > .wp-block-navigation-item:nth-child(5) { --handy-menu-icon: url("../tabler-icons/paint.svg"); }
  .handy-services-menu > .wp-block-navigation__submenu-container > .wp-block-navigation-item:nth-child(5) > .wp-block-navigation-item__content::after { content: "Durable exterior finishes."; }
  .handy-services-menu > .wp-block-navigation__submenu-container > .wp-block-navigation-item:nth-child(6) { --handy-menu-icon: url("../tabler-icons/device-screen.svg"); }
  .handy-services-menu > .wp-block-navigation__submenu-container > .wp-block-navigation-item:nth-child(6) > .wp-block-navigation-item__content::after { content: "Repair torn window screens."; }
  .handy-services-menu > .wp-block-navigation__submenu-container > .wp-block-navigation-item:nth-child(n+7) {
    border-top: 1px solid #e5edf4;
    margin-top: 2px;
  }
  .handy-services-menu > .wp-block-navigation__submenu-container > .wp-block-navigation-item:nth-child(n+7) > .wp-block-navigation-item__content {
    color: #5c7186;
    display: block;
    font-family: "Source Sans 3",sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding: 15px 0 17px !important;
    text-decoration: none;
    white-space: nowrap;
  }
  .handy-services-menu > .wp-block-navigation__submenu-container > .wp-block-navigation-item:nth-child(8) > .wp-block-navigation-item__content {
    color: #087fc3;
    font-weight: 700;
    text-align: right;
  }
  .handy-locations-menu { position: relative; }
  .handy-locations-menu::after {
    content: "";
    height: 8px;
    left: 50%;
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
    width: 380px;
  }
  .handy-locations-menu > .wp-block-navigation__submenu-container {
    background: #fff;
    border: 1px solid #d7e8f4;
    border-radius: 14px;
    box-shadow: 0 18px 34px rgba(27,55,78,.16);
    box-sizing: border-box;
    display: grid !important;
    gap: 0 24px;
    grid-template-columns: repeat(2,minmax(0,1fr));
    left: 50% !important;
    min-width: 380px !important;
    padding: 24px 24px 0 !important;
    pointer-events: auto;
    right: auto !important;
    top: calc(100% + 6px) !important;
    transform: translateX(-50%);
    width: 380px !important;
  }
  .handy-locations-menu > .wp-block-navigation__submenu-container::before {
    background: #fff;
    border-left: 1px solid #d7e8f4;
    border-top: 1px solid #d7e8f4;
    content: "";
    height: 14px;
    left: 50%;
    position: absolute;
    top: -8px;
    transform: translateX(-50%) rotate(45deg);
    width: 14px;
  }
  .handy-locations-menu > .wp-block-navigation__submenu-container::after {
    color: #8a9db3;
    content: "WHERE WE WORK";
    font-family: Sora,sans-serif;
    font-size: 10px;
    font-weight: 700;
    left: 24px;
    letter-spacing: .14em;
    position: absolute;
    text-transform: uppercase;
    top: 7px;
    z-index: 2;
  }
  .handy-locations-menu > .wp-block-navigation__submenu-container > .wp-block-navigation-item {
    min-width: 0;
    position: relative;
    width: auto;
  }
  .handy-locations-menu > .wp-block-navigation__submenu-container > .wp-block-navigation-item:nth-child(-n+6) > .wp-block-navigation-item__content {
    box-sizing: border-box;
    color: #182433;
    display: block;
    min-height: 42px;
    padding: 7px 0 10px 25px !important;
    position: relative;
    text-decoration: none;
  }
  .handy-locations-menu > .wp-block-navigation__submenu-container > .wp-block-navigation-item:nth-child(-n+6) > .wp-block-navigation-item__content::before {
    background: #087fc3;
    content: "";
    height: 14px;
    left: 0;
    -webkit-mask: url("../tabler-icons/map-pin.svg") center/contain no-repeat;
    mask: url("../tabler-icons/map-pin.svg") center/contain no-repeat;
    position: absolute;
    top: 9px;
    width: 14px;
  }
  .handy-locations-menu > .wp-block-navigation__submenu-container > .wp-block-navigation-item:nth-child(-n+6) .wp-block-navigation-item__label {
    display: block;
    font-family: Sora,sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    transition: color .18s ease;
  }
  .handy-locations-menu > .wp-block-navigation__submenu-container > .wp-block-navigation-item:nth-child(-n+6) > .wp-block-navigation-item__content:hover .wp-block-navigation-item__label {
    color: #087fc3;
  }
  .handy-locations-menu > .wp-block-navigation__submenu-container > .wp-block-navigation-item:last-child {
    border-top: 1px solid #e5edf4;
    grid-column: 1 / -1;
    margin-top: 2px;
    width: 100%;
  }
  .handy-locations-menu > .wp-block-navigation__submenu-container > .wp-block-navigation-item:last-child > .wp-block-navigation-item__content {
    box-sizing: border-box;
    color: #087fc3;
    display: block;
    font-family: "Source Sans 3",sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 14px 0 16px !important;
    text-align: right;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
  }
}
.handy-utility { font-size: 11.5px; line-height: 1; padding-bottom: 5px !important; padding-top: 5px !important; }
.handy-footer .wp-block-site-logo { align-items: center; display: flex; height: 58px; margin: 0 0 18px !important; overflow: hidden; }
.handy-footer .custom-logo { filter: brightness(0) invert(1); height: auto; max-height: none; max-width: 230px; width: auto; }
.handy-footer-columns { align-items: flex-start; }
.handy-footer-company > p { line-height: 1.65; margin-bottom: 22px; max-width: 320px; }
.handy-footer-socials { gap: 12px; margin: 0 !important; }
.handy-footer-socials .wp-social-link { background: #253241 !important; border-radius: 10px; color: #9fb4c6 !important; }
.handy-footer-socials .wp-social-link a { align-items: center; display: flex; height: 40px; justify-content: center; padding: 0; width: 40px; }
.handy-footer-socials .wp-social-link svg { height: 17px; width: 17px; }
.handy-footer-links { line-height: 2.25; margin-top: 18px; }
.handy-footer-links .handy-footer-nav-item,
.handy-footer-links .handy-footer-nav-group,
.handy-footer-links .handy-footer-nav-children,
.handy-footer-links .handy-footer-nav-children a { display: block; }
.handy-footer-links .handy-footer-nav-group { margin: 0 0 16px; }
.handy-footer-links .handy-footer-nav-parent {
  color: #fff;
  display: block;
  font-family: Sora,sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 5px;
}
.handy-footer-links .handy-footer-nav-children { line-height: 1.85; }
.handy-footer-links .handy-footer-nav-children a { font-size: 13.5px; }
.handy-footer-links .handy-footer-column-description { color: #9fb4c6; display: block; line-height: 1.55; margin: 0 0 12px; }
.handy-footer-contact > p { line-height: 2.25; margin-top: 18px; }
.handy-footer-contact h3:nth-of-type(2) { margin-top: 18px; }
.handy-footer-separator { border: 0 !important; height: 1px !important; margin-bottom: 26px !important; margin-top: 48px !important; min-height: 1px; opacity: 1; width: 100% !important; }
.handy-footer-bottom p { margin: 0; }
.handy-footer-legal { display: flex; gap: 28px; }
.handy-footer a, .handy-footer a:visited { color: #9fb4c6; text-decoration: none; }
.handy-footer a:hover, .handy-footer a:focus { color: #fff; text-decoration: none; }
.handy-trust .wp-block-columns { gap: 0; }
.handy-trust .wp-block-column { align-items: center; border-left: 1px solid #e6edf4; column-gap: 12px; display: grid; grid-template-columns: 18px max-content; justify-content: center; min-height: 30px; }
.handy-trust .wp-block-column:first-child { border-left: 0; }
.handy-trust figure, .handy-trust p { margin: 0 !important; }
.handy-trust figure { align-items: center; display: flex; height: 18px; justify-content: center; line-height: 0; width: 18px; }
.handy-trust p { align-items: center; color: #2a3a49; display: flex; font-family: Sora,sans-serif; font-size: 15px; font-weight: 600; height: 18px; line-height: 18px; }
.handy-trust p strong { font-weight: 600; }
.handy-trust img { display: block; height: 18px !important; margin: 0; width: 18px !important; }
.handy-trust .handy-tabler-icon { align-self: center; justify-self: center; margin: 0 !important; }
.handy-trust .wp-block-column:last-child .handy-tabler-icon { color: #f4b740; }
.handy-quote-form:not(.handy-shortcode-form) input, .handy-quote-form:not(.handy-shortcode-form) textarea, .handy-quote-form:not(.handy-shortcode-form) select { border: 1px solid #cfe9fc; border-radius: 10px; box-sizing: border-box; font: inherit; padding: 12px 14px; width: 100%; }
.handy-faq details { background: #fff; border: 1px solid #c6e5fb; border-radius: 15px; margin-bottom: 20px; overflow: hidden; padding: 0; }
.handy-faq summary { align-items: center; color: #16202b; cursor: pointer; display: flex; font-family: Sora, sans-serif; font-size: 17px; font-weight: 600; justify-content: space-between; line-height: 1.3; list-style: none; min-height: 72px; padding: 22px 34px; }
.handy-faq summary::-webkit-details-marker { display: none; }
.handy-faq summary::marker { content: ""; }
.handy-faq summary::after { color: #0090f0; content: "+"; flex: 0 0 auto; font-family: Arial,sans-serif; font-size: 26px; font-weight: 500; line-height: 1; margin-left: 24px; }
.handy-faq details[open] summary::after { content: "−"; }
.handy-faq details p { color: #5b7186; font-size: 16px; line-height: 1.55; margin: 0; padding: 0 34px 28px; }
.handy-home-faq > details { box-sizing: border-box; max-width: 1180px !important; width: 100% !important; }
.handy-faq > details:first-of-type { margin-top: 44px; }
.handy-step-number { align-items: center; background: #fff; border: 1px solid #cfe9fc; border-radius: 12px; box-shadow: 0 12px 24px -16px rgba(34,54,74,.5); color: #0078c0; display: flex; font-family: Sora, sans-serif; font-size: 24px; font-weight: 800; height: 64px; justify-content: center; margin: 0 auto 22px !important; width: 64px; }
.handy-process h3 { font-size: 18px !important; font-weight: 600; }
.handy-process .wp-block-column > p:last-child { font-size: 15px; }
.handy-legal h2 { font-size: 24px; margin-top: 2.5rem; }
.handy-legal p, .handy-legal li { color: #2a3a49; font-size: 16.5px; line-height: 1.7; }
.handy-quote-form:not(.handy-shortcode-form) label, .handy-quote-form:not(.handy-shortcode-form) p.has-small-font-size strong { color: #2a3a49; font-family: Sora,sans-serif; font-size: 13px; font-weight: 600; line-height: 1; }
.handy-footer h2, .handy-footer h3, .handy-footer h4 { font-family: Sora,sans-serif; font-size: 14px !important; font-weight: 600; }
.handy-footer p, .handy-footer a, .handy-footer li { font-size: 14.5px; }
.handy-estimator-option { background: #f5fbff; border: 1px solid #cfe9fc; border-radius: 10px; padding: 16px; text-align: center; }
.handy-estimator-option.is-selected { background: #e6f4fe; border-color: #0078c0; color: #0078c0; }
.handy-estimator-result { background: #22364a; border-radius: 16px; color: #fff; padding: 34px; }
.handy-estimator-result h2, .handy-estimator-result h3 { color: #fff; }
.handy-estimator-result .handy-price { font-family: Sora, sans-serif; font-size: clamp(2rem, 5vw, 3.1rem); font-weight: 800; line-height: 1; }
.handy-map-placeholder { background-color: #eaf4fb; background-image: linear-gradient(#d7e6f0 1px,transparent 1px),linear-gradient(90deg,#d7e6f0 1px,transparent 1px); background-size: 34px 34px; border: 1px solid #cfe9fc; border-radius: 16px; min-height: 320px; }
.handy-card, .wp-block-button__link { transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease; }
.handy-card:hover { box-shadow: 0 18px 40px -22px rgba(34,54,74,.45); transform: translateY(-3px); }
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-background) { background: #0090f0; }
.wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-background):hover { background: #007dcc; transform: translateY(-1px); }
.wp-block-button__link { border-style: solid; border-width: 1px; }
.wp-block-button.is-style-outline .wp-block-button__link {
  background: #fff;
  border: 1px solid #bfe2fb;
  border-radius: 10px;
  color: #22364a;
  font-family: Sora, sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 24px;
  text-decoration: none;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background: #f5fbff;
  border-color: #8dcef7;
  color: #16202b;
}

/* Service-page template. Kept fully scoped so the finished homepage is unchanged. */
.handy-service-page { color: #22364a; }
.handy-service-page > * + * { margin-block-start: 0 !important; }
.handy-service-page h2,
.handy-service-page h3 { color: #16202b; }
.handy-service-page p,
.handy-service-page li { line-height: 1.55; }
.handy-service-breadcrumb { border-bottom: 1px solid #e6edf4; }
.handy-service-breadcrumb p { color: #7e93a8; font-size: 13px; margin: 0; }
.handy-service-breadcrumb a { color: #7e93a8; text-decoration: none; }
.handy-service-breadcrumb span { color: #c0ccd7; margin: 0 9px; }
.handy-service-hero { overflow: hidden; padding-bottom: 64px !important; padding-top: 64px !important; }
.handy-service-hero > .wp-block-columns { gap: 64px; }
.handy-service-hero > .wp-block-columns > .wp-block-column { flex-basis: 50% !important; min-width: 0; }
.handy-service-hero h1 { color: #fff; font-size: clamp(2rem,4vw,3rem) !important; letter-spacing: -.032em; line-height: 1.08; margin: 0 0 20px; max-width: 600px; }
.handy-service-hero-copy { font-size: 17px; line-height: 1.65 !important; margin-bottom: 28px; max-width: 590px; }
.handy-service-hero .wp-block-buttons { gap: 14px; }
.handy-service-hero .wp-block-button__link { min-width: 190px; padding: 16px 24px; text-align: center; }
.handy-service-hero .wp-block-button:first-child .wp-block-button__link { border: 0 !important; min-width: 260px; }
.handy-service-hero .wp-block-button.is-style-outline .wp-block-button__link { background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.35); color: #fff; }
.handy-service-hero-proof { color: #d8e4ec; font-size: 13px; margin-top: 27px; }
.handy-service-hero-proof > span:first-child { color: #f6b338; font-size: 18px; line-height: 1; margin-right: 7px; vertical-align: -1px; }
.handy-service-hero-proof > span:last-child { color: #aebfce; font-weight: 400; }
.handy-service-hero-legacy-visual { box-sizing: border-box; width: 100%; }
.handy-service-hero-visual { padding: 36px 22px 38px 42px; }
.handy-service-hero-visual::before { background: rgba(98,199,255,.16); right: -20px; top: -4px; }
.handy-service-hero-visual::after { background-image: radial-gradient(rgba(98,199,255,.5) 2px,transparent 2px); bottom: 0; }
.handy-service-hero-image { border: 0; margin: 0 !important; overflow: visible; }
.handy-service-hero-image img { border: 0; border-radius: 24px; display: block; height: clamp(300px,31vw,410px); object-fit: cover; object-position: center; width: 100%; }
.handy-service-trust { border-bottom: 1px solid #e6edf4; }
.handy-service-trust .wp-block-column { grid-template-columns: 18px max-content; }
.handy-service-trust p { font-size: 13px; }
.handy-local-service-context { padding-bottom: 64px !important; padding-top: 64px !important; }
.handy-local-service-context > .handy-eyebrow { margin-bottom: 10px; }
.handy-local-service-context > h2 { font-size: clamp(1.7rem,3vw,2.35rem) !important; margin-bottom: 28px; text-align: left; }
.handy-local-service-lead { color: #425b73; font-size: 17px; line-height: 1.7; margin: -10px 0 30px; max-width: 860px; }
.handy-local-service-columns { align-items: stretch; gap: 42px; margin-bottom: 26px; }
.handy-local-service-columns > .wp-block-column { background: #fff; border: 1px solid #cde7f8; border-radius: 16px; box-sizing: border-box; padding: 28px 30px; }
.handy-local-service-columns h3 { font-size: 19px !important; margin-bottom: 14px; }
.handy-local-service-columns p, .handy-local-service-columns li { color: #425b73; font-size: 15.5px; line-height: 1.65; }
.handy-local-service-columns ul { margin-bottom: 0; padding-left: 21px; }
.handy-local-service-columns li { margin-bottom: 9px; }
.handy-local-service-columns li::marker { color: #0090f0; }
.handy-local-service-detail-row { margin-top: -4px; }
.handy-local-related-services { background: #fff; border: 1px solid #cde7f8; border-radius: 16px; margin: 0 0 26px; padding: 24px 30px; }
.handy-local-related-services h3 { font-size: 19px !important; margin-bottom: 14px; }
.handy-local-related-services ul { display: grid; gap: 8px 26px; grid-template-columns: repeat(2,minmax(0,1fr)); list-style: none; margin: 0; padding: 0; }
.handy-local-related-services li { border-bottom: 1px solid #e5f1f9; margin: 0; padding: 8px 0; }
.handy-local-related-services a { color: #0078c8; font-size: 14px; font-weight: 650; text-decoration: none; }
.handy-local-related-services a:hover { color: #005f9f; text-decoration: underline; text-underline-offset: 3px; }
.handy-service-index { border-bottom: 1px solid #e6edf4; box-shadow: 0 8px 20px rgba(15,23,42,.025); }
.handy-service-index > .wp-block-group { gap: 14px; }
.handy-service-index p { flex: 0 0 auto; font-family: Sora,sans-serif; font-size: 12px; margin: 0; text-transform: uppercase; }
.handy-service-index-links { gap: 8px !important; }
.handy-service-index-links .wp-block-button__link { background: #f5fbff !important; border-color: #dcecf8 !important; border-radius: 999px !important; color: #425b73 !important; font-size: 11px !important; min-height: 0; padding: 7px 12px !important; }
.handy-service-content { padding-bottom: 84px !important; padding-top: 70px !important; }
.handy-service-section { max-width: 1100px !important; scroll-margin-top: 80px; width: 100%; }
.handy-service-section > * { box-sizing: border-box; margin-left: 0 !important; margin-right: 0 !important; max-width: none !important; width: 100% !important; }
.handy-service-section + .handy-service-section { margin-top: 64px !important; }
.handy-service-section > h2 { font-size: clamp(1.45rem,2.2vw,1.8rem) !important; margin-bottom: 10px; text-align: left; }
.handy-service-intro { font-size: 15.5px; margin-bottom: 28px; max-width: 900px; }
.handy-service-section ul { margin-bottom: 0; padding-left: 21px; }
.handy-service-section li { font-size: 14.5px; margin-bottom: 8px; }
.handy-service-section:first-child { max-width: 1100px !important; width: 100%; }
.handy-service-section:first-child > * { box-sizing: border-box; margin-left: 0 !important; margin-right: 0 !important; max-width: none !important; width: 100% !important; }
.handy-service-section:first-child > h2 { font-size: clamp(1.8rem,3vw,2.35rem) !important; margin-bottom: 22px; text-align: left; }
.handy-service-section:first-child > .handy-service-intro { font-size: 18px; line-height: 1.7 !important; margin-bottom: 34px; }
.handy-service-section:first-child > .wp-block-columns { align-items: stretch; }
.handy-service-section:first-child > .wp-block-columns > .wp-block-column { min-width: 0; }
.handy-service-summary-card { align-content: start; align-items: center; background: #f7f9fc; border: 1px solid #dfe7ef; border-radius: 14px; box-sizing: border-box; display: grid; gap: 18px 14px; grid-template-columns: 42px minmax(0,1fr); height: 100%; min-height: 178px; padding: 32px; }
.handy-service-summary-card.is-positive { background: #e4f3fd; border-color: #c6e5fb; }
.handy-service-summary-card.is-neutral { background: #f7f9fc; border-color: #dfe7ef; }
.handy-service-summary-card .handy-tabler-icon { margin: 0 !important; }
.handy-service-summary-card.is-positive .handy-tabler-icon { background: #087fc3; color: #fff; }
.handy-service-summary-card.is-neutral .handy-tabler-icon { background: #94a3b8; color: #fff; }
.handy-service-summary-card h3 { font-size: 22px !important; margin: 0; }
.handy-service-summary-card > p { color: #425b73; font-size: 17px; grid-column: 1 / -1; margin: 0; }
.handy-service-list-columns { margin-top: 34px; }
.handy-service-list-columns h3 { font-size: 19px !important; margin-bottom: 16px; }
.handy-service-list-columns li { font-size: 16px; margin-bottom: 12px; }
.handy-service-list-columns li::marker { color: #087fc3; }
.handy-cause-list { display: grid; gap: 12px; }
.handy-cause-list > * { box-sizing: border-box; margin-left: 0 !important; margin-right: 0 !important; max-width: none !important; width: 100% !important; }
.handy-cause-card { border: 1px solid #dcecf8; border-radius: 11px; padding: 18px 20px; }
.handy-cause-card > .wp-block-group { align-items: center; }
.handy-cause-card h3 { font-size: 15px !important; margin: 0; }
.handy-cause-card > p { color: #5b7186; font-size: 13.5px; margin: 8px 0 0; }
.handy-severity { border-radius: 999px; font-size: 10px !important; font-weight: 600; line-height: 1 !important; margin: 0 !important; padding: 6px 10px; white-space: nowrap; }
.handy-severity.is-minor { background: #e8f8ef; color: #18875d; }
.handy-severity.is-moderate { background: #fff5dc; color: #a66a00; }
.handy-severity.is-urgent { background: #feecec; color: #c43f3f; }
.handy-sign-grid { align-items: stretch; gap: 24px; }
.handy-sign-grid > .wp-block-column { display: flex; }
.handy-sign-card { border: 1px solid; border-radius: 18px; box-sizing: border-box; height: 100%; min-height: 235px; padding: 34px 38px; width: 100%; }
.handy-sign-card h3 { font-size: 24px !important; font-weight: 700; line-height: 1.2; margin: 0 0 24px; }
.handy-sign-card ul { margin: 0 !important; padding-left: 22px; }
.handy-sign-card li { color: #22364a; font-size: 16.5px; line-height: 1.5; margin-bottom: 17px; padding-left: 5px; }
.handy-sign-card li:last-child { margin-bottom: 0; }
.handy-sign-card li::marker { font-size: 1.05em; }
.handy-sign-card.is-early { background: #f1faf6; border-color: #bee9d2; border-top: 6px solid #35a568; }
.handy-sign-card.is-early h3, .handy-sign-card.is-early li::marker { color: #2f9d62; }
.handy-sign-card.is-moderate { background: #fffaf2; border-color: #f0d9a9; border-top: 6px solid #cd8b29; }
.handy-sign-card.is-moderate h3, .handy-sign-card.is-moderate li::marker { color: #c98523; }
.handy-sign-card.is-urgent { background: #fff6f6; border-color: #f4c4c4; border-top: 6px solid #dc5353; }
.handy-sign-card.is-urgent h3, .handy-sign-card.is-urgent li::marker { color: #d94d4d; }
.handy-method-list { display: grid; gap: 16px; }
#methods { font-size: clamp(1.7rem,2.8vw,2.25rem) !important; text-align: center; }
#methods + .handy-service-intro { margin-bottom: 34px; margin-left: auto !important; margin-right: auto !important; max-width: 780px !important; text-align: center; }
.handy-method-list > * { box-sizing: border-box; margin-left: 0 !important; margin-right: 0 !important; max-width: none !important; width: 100% !important; }
.handy-method-card { align-items: stretch !important; border: 1px solid #cfe9fc; border-radius: 14px; box-shadow: 0 12px 28px -24px rgba(34,54,74,.5); gap: 0 !important; margin: 0; min-height: 232px; overflow: hidden; }
.handy-method-name { background: #223b50; box-sizing: border-box; display: flex; flex-direction: column; justify-content: center; padding: 34px 32px; }
.handy-method-name p { color: #6fc0f7; font-family: Sora,sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .1em; margin: 0 0 14px; text-transform: uppercase; }
.handy-method-name h3 { color: #fff; font-size: 24px !important; font-weight: 700; line-height: 1.15; margin: 0; max-width: 210px; }
.handy-method-details { box-sizing: border-box; display: flex; flex-direction: column; justify-content: center; padding: 14px 32px; }
.handy-method-detail { align-items: center; border-bottom: 1px solid #edf2f6; display: grid; flex: 1; gap: 16px; grid-template-columns: 42px 1fr; padding: 15px 0; }
.handy-method-detail:last-child { border-bottom: 0; }
.handy-method-detail .handy-tabler-icon { margin: 0 !important; }
.handy-method-detail .handy-tabler-icon { --handy-tile-size: 42px !important; --handy-icon-size: 18px !important; }
.handy-method-detail p { color: #425b73; font-size: 14.5px; line-height: 1.45; margin: 0; }
.handy-method-detail strong { color: #087fc3; display: inline-block; font-family: Sora,sans-serif; font-size: 13px; font-weight: 700; letter-spacing: .08em; margin-bottom: 3px; text-transform: uppercase; }
.handy-method-detail:nth-child(1) .handy-tabler-icon { background: #e6f4fe; color: #087fc3; }
.handy-method-detail:nth-child(2) .handy-tabler-icon { background: #e5f5ec; color: #2ca56b; }
.handy-method-detail:nth-child(2) strong { color: #2c9a63; }
.handy-method-detail:nth-child(3) .handy-tabler-icon { background: #fff1d8; color: #d48719; }
.handy-method-detail:nth-child(3) strong { color: #c77b13; }
#materials ~ .wp-block-columns { gap: 18px; margin-bottom: 18px; }
#materials ~ .wp-block-columns:last-child { margin-bottom: 0; }
.handy-material-card { align-content: start; align-items: center; background: #fff; border: 1px solid #cfe9fc; border-radius: 13px; box-sizing: border-box; display: grid; gap: 0 14px; grid-template-columns: 44px minmax(0,1fr); height: 100%; min-height: 156px; padding: 26px 28px; }
.handy-material-card .handy-tabler-icon { margin: 0 !important; }
.handy-material-card h3 { font-size: 19px !important; margin: 0; }
.handy-material-card .handy-tags { display: flex; flex-wrap: wrap; gap: 10px; grid-column: 1 / -1; list-style: none; margin: 18px 0 0 !important; padding: 0 !important; }
.handy-material-card .handy-tags li { background: #f7fbfe; border: 1px solid #cfe9fc; border-radius: 999px; color: #2a3a49; font-size: 13px; line-height: 1.2; margin: 0; padding: 9px 14px; }
.handy-cost-grid { gap: 18px; }
.handy-cost-grid > .wp-block-column { display: grid; gap: 12px; }
.handy-cost-card { align-items: center; background: #f8fbfd; border: 1px solid #e2edf5; border-radius: 10px; display: grid; gap: 14px; grid-template-columns: 40px 1fr; padding: 15px 17px; }
.handy-cost-card .handy-tabler-icon { align-self: center; margin: 0 !important; }
.handy-cost-card > div:last-child { align-self: center; }
.handy-cost-card h3 { font-size: 14px !important; margin: 0 0 3px; }
.handy-cost-card p { color: #6a8196; font-size: 12px; margin: 0; }
.handy-maintenance-grid { align-items: stretch; gap: 18px; }
.handy-maintenance-grid > .wp-block-column { min-width: 0; }
.handy-maintenance-card { background: #e4f3fd; border: 1px solid #c6e5fb; border-radius: 14px; box-sizing: border-box; height: 100%; min-height: 220px; padding: 30px; }
.handy-maintenance-card .handy-tabler-icon { --handy-tile-size: 54px !important; align-self: flex-start; background: #087fc3; border-radius: 12px; color: #fff; margin-bottom: 18px !important; }
.handy-maintenance-card h3 { font-size: 20px !important; margin: 0 0 10px; }
.handy-maintenance-card p { color: #425b73; font-size: 16px; line-height: 1.55; margin: 0; }
.handy-safety-grid { align-items: stretch; gap: 20px; }
.handy-safety-grid > .wp-block-column { min-width: 0; }
.handy-safety-card { background: #f7f9fc; border: 1px solid #dfe7ef; border-radius: 14px; box-sizing: border-box; height: 100%; min-height: 215px; padding: 30px 32px; }
.handy-safety-card.is-diy { background: #f7f9fc; border-color: #dfe7ef; }
.handy-safety-card.is-pro { background: #fff; border-color: #f2caca; }
.handy-safety-card h3 { font-size: 21px !important; margin: 0 0 18px; }
.handy-safety-card ul { display: grid; gap: 15px; list-style: none; margin: 0; padding: 0; }
.handy-safety-card li { align-items: flex-start; display: grid; font-size: 15px; gap: 12px; grid-template-columns: 17px 1fr; margin: 0; }
.handy-safety-card li::before { background-color: #2ca56b; content: ""; height: 17px; margin-top: 3px; -webkit-mask: url('../tabler-icons/check.svg') center / contain no-repeat; mask: url('../tabler-icons/check.svg') center / contain no-repeat; width: 17px; }
.handy-safety-card.is-pro li::before { background-color: #ef5555; -webkit-mask-image: url('../tabler-icons/alert-triangle.svg'); mask-image: url('../tabler-icons/alert-triangle.svg'); }
.handy-code-note { align-items: center; background: #223a50; border-radius: 12px; color: #d9e4ec; display: flex; font-size: 14px; gap: 16px; line-height: 1.5; margin-top: 20px; min-height: 98px; padding: 22px 28px; }
.handy-code-note::before { background-color: #6fc0f7; content: ""; flex: 0 0 22px; height: 22px; -webkit-mask: url('../tabler-icons/shield.svg') center / contain no-repeat; mask: url('../tabler-icons/shield.svg') center / contain no-repeat; width: 22px; }
.handy-code-note strong { color: #fff; }
.handy-myth-list { display: grid; gap: 16px; overflow: visible; }
.handy-myth-list > * { box-sizing: border-box; margin-left: 0 !important; margin-right: 0 !important; max-width: none !important; width: 100% !important; }
.handy-myth-row { border: 1px solid #cfe9fc; border-radius: 14px; gap: 0 !important; margin: 0; min-height: 112px; overflow: hidden; }
.handy-myth-row .wp-block-column { background: #f7f9fc; box-sizing: border-box; display: flex; flex-direction: column; justify-content: center; padding: 22px 26px; }
.handy-myth-row .wp-block-column + .wp-block-column { background: #fff; border-left: 1px solid #dfe7ef; }
.handy-myth-row p { color: #5b7186; font-size: 15px; line-height: 1.4; margin: 0; }
.handy-myth-row .wp-block-column + .wp-block-column p { color: #22364a; }
.handy-myth-row p br { display: none; }
.handy-myth-row strong { align-items: center; color: transparent; display: flex; font-size: 0; gap: 10px; letter-spacing: .08em; margin: 0 0 10px; text-transform: uppercase; }
.handy-myth-row strong::before { background-color: #e8f0f7; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%238aa0b5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 6l-12 12'/%3E%3Cpath d='M6 6l12 12'/%3E%3C/svg%3E"); background-position: center; background-repeat: no-repeat; background-size: 12px 12px; border-radius: 50%; box-shadow: none; content: ""; flex: 0 0 24px; height: 24px; -webkit-mask: none; mask: none; width: 24px; }
.handy-myth-row strong::after { color: #94a3b8; content: "Myth"; font-family: Sora,sans-serif; font-size: 12px; font-weight: 700; }
.handy-myth-row .wp-block-column + .wp-block-column strong::before { background-color: #e6f4fe; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23087fc3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12l5 5l10 -10'/%3E%3C/svg%3E"); }
.handy-myth-row .wp-block-column + .wp-block-column strong::after { color: #087fc3; content: "Fact"; }
.handy-tip-row { gap: 16px; margin-bottom: 16px; }
.handy-tip-card { align-items: center; border: 1px solid #e2edf5; border-radius: 10px; gap: 14px !important; height: 100%; padding: 15px 17px; }
.handy-tip-card p { color: #5b7186; font-size: 12.5px; margin: 0; }
.handy-tip-number { align-items: center; background: #0078c0; border-radius: 6px; color: #fff !important; display: flex; flex: 0 0 25px; font-family: Sora,sans-serif; font-size: 11px !important; font-weight: 700; height: 25px; justify-content: center; }
.handy-service-related,
.handy-service-testimonials,
.handy-service-faq,
.handy-service-quote { padding-bottom: 70px !important; padding-top: 70px !important; }
.handy-service-related > .wp-block-group:first-child { margin-bottom: 28px; }
.handy-service-related h2 { font-size: 26px; margin: 3px 0 0; }
.handy-related-grid { gap: 16px; }
.handy-related-card { align-items: center !important; background: #fff; border: 1px solid #cfe9fc; border-radius: 14px; box-sizing: border-box; display: flex !important; gap: 19px !important; min-height: 112px; padding: 26px 27px; }
.handy-related-card .handy-tabler-icon { --handy-icon-size: 20px !important; --handy-tile-size: 56px !important; align-self: center; flex: 0 0 56px; justify-self: center; margin: 0 !important; }
.handy-related-card > div:last-child { align-self: center; display: flex; flex: 1 1 auto; flex-direction: column; justify-content: center; min-height: 56px; min-width: 0; }
.handy-related-card h3 { font-size: 18px !important; line-height: 1.2; margin: 0 0 6px; }
.handy-related-card p { color: #5b7186; font-size: 14px; line-height: 1.3; margin: 0; }
.handy-service-testimonials .handy-google-rating { background: #fff; border: 1px solid #dcecf8; border-radius: 999px; display: table; font-size: 12px; margin: 16px auto 0; padding: 8px 16px; }
.handy-service-testimonials .handy-google-rating span { color: #7e93a8; }
.handy-service-testimonials .handy-testimonial-grid { margin-top: 34px; }
.handy-service-faq > details:first-of-type { margin-top: 32px; }
.handy-service-faq details { border-radius: 10px; margin-bottom: 12px; }
.handy-service-faq summary { font-size: 14px; min-height: 58px; padding: 17px 22px; }
.handy-service-faq details p { font-size: 13.5px; padding: 0 22px 20px; }
.handy-service-quote h2 { color: #fff; font-size: clamp(1.65rem,2.5vw,2.25rem); }
.handy-service-quote li { color: #b8c7d6; }
.handy-service-quote .handy-shortcode-form { min-height: 390px; }
.handy-service-final-cta .wp-block-button.is-style-outline .wp-block-button__link { background: transparent; border-color: rgba(255,255,255,.6); color: #fff; }
.handy-service-final-cta { box-sizing: border-box; min-height: 320px; padding-bottom: 90px !important; padding-top: 90px !important; }

/* Primary service-area landing page */
.handy-location-page > * + * { margin-block-start: 0 !important; }
.handy-location-page { color: #182536; }
.handy-location-page .handy-eyebrow { color: #0090f0; }
.handy-location-page a:not(.wp-block-button__link) { text-decoration: none; }
.handy-location-page .alignwide { width: min(1180px, calc(100% - 40px)); max-width: 1180px !important; }
.handy-location-breadcrumb { min-height: 48px; padding: 14px 20px; border-bottom: 1px solid #edf2f6; }
.handy-location-breadcrumb p { margin: 0; color: #8697aa; font-size: 13px; }
.handy-location-breadcrumb span { margin: 0 9px; color: #bdc8d4; }
.handy-location-breadcrumb strong { color: #263649; }
.handy-location-hero { background: #223c52; color: #fff; overflow: hidden; padding: 64px 20px; }
.handy-location-hero .wp-block-columns { gap: 64px; margin: 0 auto; }
.handy-location-hero-copy { flex-basis: 50% !important; max-width: none; min-width: 0; }
.handy-location-hero-copy + .wp-block-column { flex-basis: 50% !important; min-width: 0; }
.handy-location-hero-eyebrow { align-items: center; display: flex !important; gap: 9px !important; justify-content: flex-start !important; margin: 0 0 22px !important; width: fit-content !important; }
.handy-location-hero-eyebrow .handy-tabler-icon { --handy-icon-color: #62c7ff !important; flex: 0 0 18px; }
.handy-location-hero-eyebrow .handy-tabler-icon,
.handy-location-hero-eyebrow .handy-eyebrow { margin: 0 !important; }
.handy-location-hero .handy-eyebrow,
.handy-neighborhoods .handy-eyebrow,
.handy-location-quote .handy-eyebrow { color: #62c7ff; }
.handy-location-hero h1 { color: #fff; font-size: clamp(2rem,4vw,3rem) !important; line-height: 1.08; letter-spacing: -.032em; margin: 0 0 20px; max-width: 600px; }
.handy-location-lead { color: #b9cad8; font-size: 17px; line-height: 1.65; margin: 0; max-width: 570px; }
.handy-location-hero .wp-block-buttons { gap: 14px; margin-top: 32px; }
.handy-location-hero .wp-block-button__link { min-width: 190px; padding: 16px 24px; text-align: center; }
.handy-location-hero .wp-block-button:first-child .wp-block-button__link { border: 0 !important; min-width: 260px; }
.handy-location-hero .is-style-outline .wp-block-button__link { background: transparent !important; border: 1px solid rgba(255,255,255,.38) !important; color: #fff !important; }
.handy-location-rating { color: #d8e4ec; font-size: 13px; margin-top: 27px; }
.handy-location-rating > span:first-child { color: #f6b338; margin-right: 7px; }
.handy-location-rating > span:last-child { color: #aebfce; font-weight: 400; }
.handy-location-hero-visual-column { min-width: 0; position: relative; }
.handy-location-hero-legacy-visual { box-sizing: border-box; width: 100%; }
.handy-location-hero-visual { padding: 36px 22px 38px 42px; }
.handy-location-hero-visual::before { background: rgba(98,199,255,.16); right: -20px; top: -4px; }
.handy-location-hero-visual::after { background-image: radial-gradient(rgba(98,199,255,.5) 2px,transparent 2px); bottom: 0; }
.handy-location-hero-image { border: 0; margin: 0 !important; }
.handy-location-hero-image img { border: 0; border-radius: 24px; display: block; height: clamp(300px,31vw,410px) !important; max-height: none; min-height: 0 !important; object-fit: cover; object-position: center; width: 100%; }
.handy-location-trust { border-bottom: 1px solid #edf2f6; padding: 14px 20px; }
.handy-location-trust .wp-block-columns { margin: 0 auto; }
.handy-location-trust .wp-block-column { align-items: center; display: flex; gap: 9px; justify-content: center; }
.handy-location-trust p { font-size: 12px; margin: 0; white-space: nowrap; }
.handy-location-section { padding: 72px 20px; }
.handy-location-section h2 { font-size: clamp(27px,3vw,38px); line-height: 1.12; letter-spacing: -.025em; margin: 7px 0 16px; }
.handy-location-section h3 { line-height: 1.2; }
.handy-location-section p { color: #60758b; line-height: 1.62; }
.handy-location-intro .wp-block-columns,
.handy-local-housing .wp-block-columns,
.handy-neighborhoods .wp-block-columns,
.handy-location-quote .wp-block-columns { gap: 64px; margin-bottom: 0; }
.handy-location-intro .wp-block-columns { align-items: center !important; }
.handy-location-intro .wp-block-column { align-self: center !important; flex-basis: 50% !important; }
.handy-location-intro .handy-eyebrow { color: #0090f0; }
.handy-location-difference { background: #eef8fd; border: 1px solid #cceafb; border-left: 4px solid #0987ce; border-radius: 9px; margin-top: 26px; padding: 22px 24px; }
.handy-location-difference h3 { font-size: 17px; margin: 0 0 14px; }
.handy-location-difference ol { counter-reset: localfact; list-style: none; margin: 0; padding: 0; }
.handy-location-difference li { counter-increment: localfact; color: #536a81; font-size: 13px; margin: 11px 0; padding-left: 32px; position: relative; }
.handy-location-difference li::before { align-items: center; background: #0788cf; border-radius: 50%; color: #fff; content: counter(localfact); display: flex; font-size: 10px; font-weight: 700; height: 20px; justify-content: center; left: 0; position: absolute; top: 0; width: 20px; }
.handy-location-photo { animation: handy-location-fade-in-up .8s cubic-bezier(.22,1,.36,1) .12s both; background: transparent; border: 0; border-radius: 0; margin: 0 !important; overflow: visible; }
.handy-location-photo img { border: 0; border-radius: 0; display: block; height: 470px; object-fit: contain; object-position: center bottom; width: 100%; }
@keyframes handy-location-fade-in-up {
  from { opacity: 0; transform: translateY(32px); }
  to { opacity: 1; transform: translateY(0); }
}
.handy-local-conditions { background: #eef9fe; }
.handy-location-section-head { margin-bottom: 32px !important; }
.handy-location-section-head.is-centered { max-width: 760px !important; text-align: center; }
.handy-location-four-grid { gap: 18px; margin-bottom: 0; }
.handy-local-condition-card,
.handy-location-benefit-card { background: #fff; border: 1px solid #cfe9f8; border-radius: 10px; height: 100%; min-height: 160px; padding: 22px; }
.handy-local-condition-card h3,
.handy-location-benefit-card h3 { font-size: 16px; margin: 14px 0 7px; }
.handy-local-condition-card p,
.handy-location-benefit-card p { font-size: 13px; margin: 0; }
.handy-location-services { background: #f7fbfd; }
.handy-location-service-grid { gap: 20px; margin-bottom: 0; }
.handy-location-service-grid > .wp-block-column { display: grid; gap: 20px; }
.handy-location-service-grid > .wp-block-column > * { margin: 0 !important; max-width: none !important; width: 100%; }
.handy-location-service-card { background: #fff; border: 1px solid #d9eaf4; border-radius: 10px; box-shadow: 0 7px 18px rgba(24,52,73,.06); min-height: 205px; padding: 24px; }
.handy-location-service-card h3 { font-size: 17px; margin: 14px 0 7px; }
.handy-location-service-card p { font-size: 13px; margin: 0 0 12px; }
.handy-location-service-card p:last-child { margin-top: 18px; }
.handy-location-service-card a { color: #0785ca; font-weight: 700; }
.handy-location-map { background-color: #eef7fc; background-image: linear-gradient(rgba(90,135,165,.13) 1px,transparent 1px),linear-gradient(90deg,rgba(90,135,165,.13) 1px,transparent 1px),linear-gradient(34deg,transparent 43%,#c9d9e6 44%,#c9d9e6 48%,transparent 49%),linear-gradient(127deg,transparent 45%,#c9d9e6 46%,#c9d9e6 50%,transparent 51%); background-size: 30px 30px,30px 30px,100% 100%,100% 100%; border: 1px solid #c8e0ee; border-radius: 12px; min-height: 390px; overflow: hidden; position: relative; }
.handy-location-map figure { height: 100%; inset: 0; margin: 0; position: absolute; width: 100%; }
.handy-location-map img { display: block; height: 100%; object-fit: cover; width: 100%; }
.handy-map-pin { color: #0589d3; font-size: 30px; left: 51%; position: absolute; top: 47%; transform: translate(-50%,-50%); }
.handy-map-label { background: rgba(255,255,255,.88); border-radius: 999px; bottom: 14px; color: #61788e; font-size: 11px; left: 14px; padding: 6px 10px; position: absolute; }
.handy-check-list { list-style: none; margin: 24px 0 0; padding: 0; }
.handy-check-list li { color: #60758b; font-size: 14px; margin: 18px 0; padding-left: 30px; position: relative; }
.handy-check-list li::before { color: #0788cf; content: '✓'; font-weight: 800; left: 0; position: absolute; }
.handy-local-housing .handy-check-list { display: grid; gap: 18px; margin-top: 25px; }
.handy-local-housing .handy-check-list li { color: #60758b; font-size: 13px; line-height: 1.35; margin: 0; min-height: 32px; padding-left: 44px; }
.handy-local-housing .handy-check-list li::before { background: #e6f4fe; border-radius: 50%; content: ""; height: 30px; top: 0; width: 30px; }
.handy-local-housing .handy-check-list li::after { background: #0788cf; content: ""; height: 14px; left: 8px; -webkit-mask: url('../tabler-icons/check.svg') center / contain no-repeat; mask: url('../tabler-icons/check.svg') center / contain no-repeat; position: absolute; top: 8px; width: 14px; }
.handy-local-housing .handy-check-list strong { color: #182536; display: inline-block; font-family: Sora,sans-serif; font-size: 16px; font-weight: 700; margin-bottom: 3px; }
.handy-location-problem-grid { display: grid; gap: 26px; grid-template-columns: repeat(3,minmax(0,1fr)); margin-bottom: 0; width: 100%; }
.handy-location-problem-grid > .wp-block-column { display: grid; gap: 26px; margin: 0 !important; min-width: 0; width: 100%; }
.handy-location-problem-grid > .wp-block-column > * { margin: 0 !important; max-width: none !important; width: 100%; }
.handy-local-problem-card { align-items: center; background: #f2f9fd; border: 1px solid #cfe9f8; border-radius: 14px; box-sizing: border-box; display: flex; gap: 18px; min-height: 112px; padding: 20px 24px; }
.handy-local-problem-card .handy-tabler-icon { --handy-icon-size: 20px !important; --handy-tile-size: 52px !important; align-self: center; border-radius: 10px; flex-basis: 52px; margin: 0 !important; }
.handy-local-problem-card > div:last-child { min-width: 0; }
.handy-local-problem-card h3 { font-size: 15px !important; font-weight: 700; margin: 0 0 6px; }
.handy-local-problem-card p { font-size: 12.5px; line-height: 1.35; margin: 0; }
.handy-neighborhoods { background: #172d40; color: #fff; }
.handy-neighborhoods h2,
.handy-neighborhoods h3 { color: #fff; }
.handy-neighborhoods h3 { color: #62c7ff; font-size: 12.5px !important; font-weight: 700; letter-spacing: .1em; margin: 22px 0 7px; text-transform: uppercase; }
.handy-neighborhoods p { color: #bacbd9; }
.handy-neighborhood-pills { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 20px 0 0; padding: 0; }
.handy-neighborhood-pills::before { color: #62c7ff; content: "Neighborhoods Served"; flex-basis: 100%; font-family: Sora,sans-serif; font-size: 12.5px; font-weight: 700; letter-spacing: .1em; margin-bottom: 3px; text-transform: uppercase; }
.handy-neighborhood-pills li { background: rgba(255,255,255,.06); border: 1px solid #496176; border-radius: 999px; color: #fff; font-size: 11px; font-weight: 600; padding: 7px 12px; }
.handy-location-map.is-dark { background-color: #eaf4f9; min-height: 370px; }
.handy-map-radius { border: 2px dashed #0a96e2; border-radius: 50%; height: 240px; left: 50%; position: absolute; top: 50%; transform: translate(-50%,-50%); width: 240px; }
.handy-location-projects .wp-block-columns { gap: 22px; margin-bottom: 0; }
.handy-nearby-locations .wp-block-columns { display: grid; gap: 26px; grid-template-columns: repeat(3,minmax(0,1fr)); margin-bottom: 0; width: 100%; }
.handy-nearby-locations .wp-block-column { margin: 0 !important; min-width: 0; width: 100%; }
.handy-location-project-card,
.handy-nearby-card { background: #fff; border: 1px solid #c9e6f7; border-radius: 14px; box-shadow: 0 7px 18px rgba(24,52,73,.06); overflow: hidden; }
.handy-nearby-card { box-sizing: border-box; height: 390px; width: 100%; }
.handy-nearby-card > * + * { margin-block-start: 0 !important; }
.handy-location-project-card { padding-bottom: 20px; }
.handy-location-project-card > * + * { margin-block-start: 0 !important; }
.handy-location-project-card .handy-before-after { border: 0; border-bottom: 1px solid #e6edf4; border-radius: 0; margin: 0 !important; }
.handy-location-project-card figure,
.handy-nearby-card figure { margin: 0; }
.handy-nearby-card figure,
.handy-nearby-card img { display: block; height: 240px; width: 100%; }
.handy-nearby-card img { object-fit: cover; }
.handy-location-project-card h3,
.handy-nearby-card h3 { font-size: 18px; line-height: 1.25; margin: 25px 24px 7px !important; }
.handy-location-project-card > h3 { margin: 18px 20px 4px !important; }
.handy-location-project-card p { font-size: 12px; margin: 0 20px !important; }
.handy-nearby-card p { font-size: 13px; line-height: 1.35; margin: 0 24px 17px !important; }
.handy-nearby-card p:last-child { margin: 0 24px !important; }
.handy-nearby-card a { color: #0785ca; font-weight: 700; text-decoration: none; }
.handy-location-benefits { background: #e9f7fd; }
.handy-nearby-locations { background: #f5fbff; }
.handy-location-testimonials { background: #e5f4fe; }
.handy-location-heading-row { margin-bottom: 28px !important; }
.handy-location-heading-row h2 { margin-bottom: 0; }
.handy-location-related .wp-block-columns { display: grid; gap: 22px; grid-template-columns: repeat(3,minmax(0,1fr)); margin-bottom: 0; width: 100%; }
.handy-location-related .wp-block-column { margin: 0 !important; min-width: 0; width: 100%; }
.handy-location-related-card { align-items: center; background: #f2f9fd; border: 1px solid #cfe9f8; border-radius: 14px; box-sizing: border-box; column-gap: 18px; display: grid; grid-template-columns: 52px minmax(0,1fr); grid-template-rows: 52px; height: 104px; padding: 25px 24px; width: 100%; }
.handy-location-related-card > * { margin-block: 0 !important; margin-inline: 0 !important; max-width: none !important; }
.handy-location-related-card > * + * { margin-block-start: 0 !important; }
.handy-location-related-card .handy-tabler-icon { --handy-icon-size: 18px !important; --handy-tile-size: 52px !important; align-self: center; border-radius: 10px; flex-basis: 52px; grid-column: 1; grid-row: 1; justify-self: start; margin: 0 !important; }
.handy-location-related .wp-block-column:nth-child(3) .handy-tabler-glyph { --handy-icon-url: url('../tabler-icons/droplet.svg') !important; }
.handy-location-related-card > div:last-child { align-items: flex-start; align-self: center; display: flex; flex-direction: column; grid-column: 2; grid-row: 1; justify-content: center; min-height: 52px; min-width: 0; text-align: left; }
.handy-location-related-card h3 { font-size: 16px !important; font-weight: 700; line-height: 1.2; margin: 0 0 4px !important; text-align: left; width: 100%; }
.handy-location-related-card p { font-size: 13px; line-height: 1.3; margin: 0 !important; text-align: left; width: 100%; }
.handy-location-review-summary { background: #fff; border: 1px solid #d5eaf5; border-radius: 999px; font-size: 12px; margin: 0 auto 30px; padding: 8px 16px; width: fit-content; }
.handy-location-faq { background: #fff; }
.handy-location-faq-list { margin-left: auto; margin-right: auto; max-width: 920px; width: 100%; }
.handy-location-faq-list details { border-color: #d4eaf6; }
.handy-location-quote { background: #162b3e; color: #fff; }
.handy-location-quote h2 { color: #fff; }
.handy-location-quote p { color: #c1d0dc; }
.handy-location-quote .handy-shortcode-form { min-height: 430px; }
.handy-location-final-cta { background: #0788cf; color: #fff; min-height: 240px; padding: 62px 20px; }
.handy-location-final-cta h2 { color: #fff; font-size: clamp(27px,3vw,38px); margin: 0 0 10px; }
.handy-location-final-cta p { color: #dff4ff; }
.handy-location-final-cta .wp-block-buttons { margin-top: 24px; }
.handy-location-final-cta .wp-block-button__link { border-color: rgba(255,255,255,.7) !important; color: #fff !important; }

/* Handyman Services hub. */
.handy-hub-breadcrumb { background: #fff; border-bottom: 1px solid #edf2f6; box-sizing: border-box; min-height: 54px; padding: 16px 64px; }
.handy-hub-breadcrumb p { color: #7e93a8; font-size: 13px; margin: 0; }
.handy-hub-breadcrumb a { color: #7e93a8; text-decoration: none; }
.handy-hub-breadcrumb span { margin: 0 9px; }
.handy-hub-breadcrumb strong { color: #243446; }
.handy-hub-hero { box-sizing: border-box; min-height: 410px; padding: 72px 20px; }
.handy-hub-hero .handy-eyebrow { color: #6fc7fa; margin-bottom: 14px; }
.handy-hub-hero h1 { font-size: clamp(34px,4vw,54px) !important; margin: 0 auto 20px; }
.handy-hub-hero > p:not(.handy-eyebrow) { color: #b8c7d6; font-size: 17px; line-height: 1.6; margin-inline: auto; max-width: 700px; }
.handy-hub-hero .wp-block-buttons { margin-top: 28px; }
.handy-hub-hero .wp-block-button:first-child .wp-block-button__link { border: 0 !important; }
.handy-hub-hero .wp-block-button.is-style-outline .wp-block-button__link { background: rgba(255,255,255,.05); border-color: rgba(255,255,255,.35); color: #fff; }
.handy-hub-trust { background: #fff; border-bottom: 1px solid #e8f0f5; padding: 18px 64px; }
.handy-hub-trust .wp-block-columns { margin: 0; }
.handy-hub-trust .wp-block-column { align-items: center; border-right: 1px solid #e8f0f5; display: grid !important; font-family: Sora,sans-serif; font-size: 13px; font-weight: 600; grid-template-columns: 18px max-content; justify-content: center; column-gap: 10px; min-height: 34px; white-space: nowrap; }
.handy-hub-trust .wp-block-column:last-child { border-right: 0; }
.handy-hub-trust .handy-tabler-icon { align-self: center !important; color: #0785ca; grid-column: 1; justify-self: center; margin: 0 !important; }
.handy-hub-trust .wp-block-column > span { align-self: center; grid-column: 2; line-height: 1.2; margin: 0 !important; }
.handy-hub-trust .wp-block-column:last-child .handy-tabler-icon { color: #f4b740; }
.handy-hub-section-head .handy-eyebrow, .handy-hub-process .handy-eyebrow, .handy-hub-values .handy-eyebrow, .handy-hub-testimonials .handy-eyebrow { color: #0090f0; }
.handy-hub-section-head h2, .handy-hub-process h2, .handy-hub-values h2, .handy-hub-testimonials h2 { margin: 5px 0 14px; }
.handy-hub-section-head > p:last-child { color: #5b7186; margin-inline: auto; max-width: 690px; }
.handy-hub-section-head strong { color: #0785ca; }
.handy-hub-service-grid { align-items: stretch; display: grid; gap: 22px; grid-auto-rows: 268px; grid-template-columns: repeat(2,minmax(0,1fr)); margin-top: 44px; width: 100%; }
.handy-hub-service-card { align-self: stretch; border: 1px solid #cfe9fc; border-radius: 14px; box-shadow: var(--handy-shadow); box-sizing: border-box; height: 100%; margin-block: 0 !important; padding: 22px 24px; }
.handy-hub-service-card > * + * { margin-block-start: 0 !important; }
.handy-hub-card-head { align-items: center !important; gap: 12px !important; margin: 0 0 14px !important; }
.handy-hub-card-head .handy-tabler-icon { --handy-icon-size: 17px !important; --handy-tile-size: 40px !important; align-self: center; flex: 0 0 40px; margin: 0 !important; }
.handy-hub-card-head > div:last-child { align-self: center; display: flex; flex-direction: column; justify-content: center; min-height: 40px; }
.handy-hub-card-head h3 { align-items: center; display: flex; font-size: 17px !important; line-height: 1.15; margin: 0 0 2px !important; }
.handy-hub-card-head p { color: #7e93a8; font-size: 12px; margin: 0 !important; }
.handy-hub-service-card ul { border-top: 1px solid #e8f0f5; column-gap: 20px; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); list-style: none; margin: 0; padding: 14px 0 0; }
.handy-hub-service-card li { align-items: center; border-bottom: 1px solid #edf3f7; box-sizing: border-box; color: #4c647b; display: flex; font-size: 12.5px; line-height: 1.3; margin: 0; min-height: 29px; padding: 5px 4px 5px 14px; position: relative; }
.handy-hub-service-card li::before { color: #42b4ef; content: "›"; font-weight: 700; left: 0; position: absolute; }
.handy-hub-service-card a { text-decoration: none; }
.handy-hub-catalog-cta { margin-top: 38px; }
.handy-hub-process { background: #e5f4fe !important; }
.handy-hub-process .wp-block-columns, .handy-hub-values .wp-block-columns { gap: 24px; margin-top: 40px; }
.handy-hub-process .wp-block-column { text-align: center; }
.handy-hub-process .handy-step-number { align-items: center; display: flex; justify-content: center; margin: 0 auto 18px; }
.handy-hub-process h3 { font-size: 17px !important; margin: 0 0 8px; }
.handy-hub-process .wp-block-column > p:last-child { color: #5b7186; font-size: 14px; margin: 0; }
.handy-hub-value-card { background: #f5fbff; border: 1px solid #d7edf9; border-radius: 14px; box-sizing: border-box; height: 100%; min-height: 230px; padding: 26px; }
.handy-hub-value-card .handy-tabler-icon { margin-bottom: 18px !important; }
.handy-hub-value-card h3 { font-size: 17px !important; margin: 0 0 10px; }
.handy-hub-value-card p { color: #5b7186; font-size: 14px; line-height: 1.5; margin: 0; }
.handy-hub-testimonials { background: #e5f4fe; }
.handy-hub-rating { background: #fff; border: 1px solid #d7edf9; border-radius: 999px; color: #f5ad2f; display: table; font-size: 12px; margin: 15px auto 0; padding: 7px 15px; }
.handy-hub-rating strong { color: #16202b; }
.handy-hub-testimonials .handy-testimonial-grid { margin-top: 34px; }
.handy-hub-quote .handy-eyebrow { color: #6fc7fa; }
.handy-hub-quote .handy-shortcode-form { background: #fff; padding: 34px; }

/* Locations / Service Areas hub */
.handy-areas-breadcrumb { border-bottom: 1px solid #edf2f6; padding: 16px 64px; }
.handy-areas-breadcrumb p { color: #91a1b1; font-size: 13px; margin: 0; }
.handy-areas-breadcrumb a { color: #91a1b1; text-decoration: none; }
.handy-areas-breadcrumb span { margin: 0 9px; }
.handy-areas-hero { box-sizing: border-box; min-height: 520px; padding: 70px 64px; }
.handy-areas-hero > .wp-block-columns { gap: clamp(48px,7vw,100px); margin-bottom: 0; }
.handy-areas-hero-copy .handy-eyebrow { color: #63c8ff; margin-bottom: 14px; }
.handy-areas-hero-copy h1 { font-size: clamp(38px,4.1vw,58px) !important; margin: 0 0 24px; }
.handy-areas-hero-copy > p:not(.handy-eyebrow) { color: #b8c8d7; font-size: 17px; line-height: 1.65; max-width: 600px; }
.handy-areas-hero-copy .wp-block-buttons { margin-top: 30px; }
.handy-areas-hero-copy .wp-block-button:first-child .wp-block-button__link { border: 0 !important; }
.handy-areas-hero-copy .wp-block-button.is-style-outline .wp-block-button__link { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.3); color: #fff; }
.handy-areas-hero-map { background-color: #eef7fc; min-height: 390px; }
.handy-areas-hero-map .handy-map-radius { height: min(290px,65%); width: min(290px,65%); }
.handy-areas-heading { margin-bottom: 38px !important; text-align: center; }
.handy-areas-heading .handy-eyebrow,
.handy-areas-process .handy-eyebrow,
.handy-areas-testimonials .handy-eyebrow { color: #0090f0; }
.handy-areas-heading h2,
.handy-areas-process h2,
.handy-areas-testimonials h2 { margin: 6px 0 14px; }
.handy-areas-heading > p:last-child { color: #5b7186; margin-inline: auto; max-width: 680px; }
.handy-areas-featured .wp-block-columns,
.handy-areas-all .wp-block-columns { gap: 24px; margin-bottom: 0; }
.handy-area-card { background: #fff; border: 1px solid #cfe9fc; border-radius: 14px; box-shadow: var(--handy-shadow); height: 100%; overflow: hidden; }
.handy-area-card > * + * { margin-block-start: 0 !important; }
.handy-area-card figure { border-bottom: 1px solid #e6edf4; height: 215px; margin: 0 !important; overflow: hidden; }
.handy-area-card figure img { display: block; height: 100%; object-fit: cover; width: 100%; }
.handy-area-card-copy { padding: 24px 26px 26px; }
.handy-area-card-copy h3 { font-family: Sora,sans-serif; font-size: 18px; margin: 0 0 8px; }
.handy-area-card-copy p { color: #5b7186; font-size: 14px; line-height: 1.5; margin: 0 0 18px; }
.handy-area-card-copy p:last-child { margin-bottom: 0; }
.handy-area-card-copy a { color: #0785ca; font-family: Sora,sans-serif; font-size: 13px; font-weight: 700; text-decoration: none; }
.handy-areas-all { background: #f5fbff; }
.handy-region-card { background: #fff; border: 1px solid #d7ebf8; border-radius: 14px; box-sizing: border-box; height: 100%; min-height: 335px; padding: 24px; }
.handy-region-title { align-items: center; display: flex; gap: 12px; }
.handy-region-title .handy-tabler-icon { --handy-icon-size: 16px !important; --handy-tile-size: 38px !important; flex-basis: 38px; margin: 0 !important; }
.handy-region-title h3 { font-family: Sora,sans-serif; font-size: 17px; margin: 0; }
.handy-region-card ul { list-style: none; margin: 20px 0 0; padding: 0; }
.handy-region-card li { border-top: 1px solid #edf3f7; font-size: 13px; min-height: 38px; }
.handy-region-card a { align-items: center; color: #425b73; display: flex; justify-content: space-between; min-height: 38px; text-decoration: none; }
.handy-region-card a::after { color: #42b4ef; content: "›"; font-size: 17px; }
.handy-areas-process { background: #e5f4fe; }
.handy-areas-process .wp-block-columns { gap: 24px; margin-top: 42px; }
.handy-areas-process .wp-block-column { text-align: center; }
.handy-areas-process h3 { font-size: 17px !important; margin: 0 0 8px; }
.handy-areas-process .wp-block-column > p:last-child { color: #5b7186; font-size: 14px; margin: 0; }
.handy-areas-testimonials { background: #fff; }
.handy-areas-testimonials .handy-testimonial-grid { margin-top: 36px; }
.handy-areas-quote .handy-eyebrow { color: #63c8ff; }
.handy-areas-quote .handy-shortcode-form { min-height: 460px; }

/* FAQ page */
.handy-faq-breadcrumb { border-bottom: 1px solid #edf2f6; padding: 16px 64px; }
.handy-faq-breadcrumb p { color: #91a1b1; font-size: 13px; margin: 0; }
.handy-faq-breadcrumb a { color: #91a1b1; text-decoration: none; }
.handy-faq-breadcrumb span { margin: 0 9px; }
.handy-faq-page-hero { box-sizing: border-box; min-height: 440px; padding: 70px 64px 64px; }
.handy-faq-page-hero .handy-eyebrow { color: #63c8ff; margin-bottom: 14px; }
.handy-faq-page-hero h1 { font-size: clamp(38px,4.2vw,58px) !important; margin: 0 0 18px; }
.handy-faq-page-hero > p:not(.handy-eyebrow) { color: #b8c8d7; font-size: 17px; line-height: 1.55; margin-inline: auto; max-width: 690px; }
.handy-faq-search { margin: 34px auto 0; max-width: 680px; position: relative; }
.handy-faq-search-icon { background: #91a1b1; height: 19px; left: 21px; -webkit-mask: url('../tabler-icons/search.svg') center / contain no-repeat; mask: url('../tabler-icons/search.svg') center / contain no-repeat; position: absolute; top: 50%; transform: translateY(-50%); width: 19px; }
.handy-faq-search-input { appearance: none; background: #fff; border: 1px solid #d8e7f2; border-radius: 11px; box-shadow: 0 12px 28px -22px rgba(0,0,0,.55); box-sizing: border-box; color: #22364a; font: inherit; height: 62px; outline: none; padding: 0 22px 0 54px; width: 100%; }
.handy-faq-search-input:focus { border-color: #44aee9; box-shadow: 0 0 0 3px rgba(0,144,240,.15); }
.handy-faq-filter-bar { background: #fff; border-bottom: 1px solid #edf2f6; padding: 22px 64px; }
.handy-faq-filters { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.handy-faq-filter { background: #f5fbff; border: 1px solid #d5e9f6; border-radius: 999px; color: #2a3a49; cursor: pointer; font-family: Sora,sans-serif; font-size: 14px; font-weight: 600; min-height: 42px; padding: 9px 22px; }
.handy-faq-filter.is-active { background: #0785ca; border-color: #0785ca; color: #fff; }
.handy-faq-page-content { background: #f5fbff; box-sizing: border-box; padding: 76px 64px 90px; }
.handy-faq-category { margin: 0 auto 54px !important; max-width: 1040px !important; }
.handy-faq-category:last-of-type { margin-bottom: 0 !important; }
.handy-faq-category-heading { align-items: center !important; gap: 14px !important; margin: 0 0 22px !important; }
.handy-faq-category-heading .handy-tabler-icon { --handy-icon-size: 18px !important; --handy-tile-size: 44px !important; align-self: center; flex-basis: 44px; margin: 0 !important; }
.handy-faq-category-heading h2 { font-size: clamp(24px,2.6vw,32px) !important; margin: 0 !important; }
.handy-faq-page-content details { border-radius: 12px; margin: 0 0 14px; }
.handy-faq-page-content summary { font-size: 16px; min-height: 68px; padding: 20px 28px; }
.handy-faq-page-content details p { font-size: 15px; padding: 0 28px 24px; }
.handy-faq-page-content [hidden] { display: none !important; }
.handy-faq-no-results { color: #5b7186; font-size: 17px; margin: 0 auto !important; max-width: 1040px; text-align: center; }
.handy-faq-page-cta { background: #e5f4fe; padding: 72px 64px; }
.handy-faq-page-cta-card { align-items: center !important; background: #fff; border: 1px solid #cfe9fc; border-radius: 16px; box-shadow: var(--handy-shadow); box-sizing: border-box; gap: 32px; min-height: 190px; padding: 38px 48px; }
.handy-faq-page-cta-card > .wp-block-group { margin: 0 !important; }
.handy-faq-page-cta-card h2 { font-size: 28px !important; margin: 0 0 10px; }
.handy-faq-page-cta-card p { color: #5b7186; margin: 0; }
.handy-faq-page-cta-card .wp-block-buttons { flex-shrink: 0; margin: 0; }

/* Contact page */
.handy-contact-breadcrumb { border-bottom: 1px solid #edf2f6; padding: 16px 64px; }
.handy-contact-breadcrumb p { color: #91a1b1; font-size: 13px; margin: 0; }
.handy-contact-breadcrumb a { color: #91a1b1; text-decoration: none; }
.handy-contact-breadcrumb span { margin: 0 9px; }
.handy-contact-hero { box-sizing: border-box; min-height: 340px; padding: 68px 64px; }
.handy-contact-hero .handy-eyebrow { color: #63c8ff; margin-bottom: 14px; }
.handy-contact-hero h1 { font-size: clamp(38px,4vw,56px) !important; margin: 0 0 18px; }
.handy-contact-hero > p:not(.handy-eyebrow) { color: #b8c8d7; font-size: 17px; margin-inline: auto; max-width: 700px; }
.handy-contact-quick { background: #fff; padding: 36px 64px; }
.handy-contact-quick .wp-block-columns { gap: 20px; margin: 0; }
.handy-contact-quick-card { align-items: center !important; background: #f5fbff; border: 1px solid #cfe9fc; border-radius: 13px; box-sizing: border-box; gap: 13px !important; min-height: 92px; padding: 18px 20px; }
.handy-contact-quick-card .handy-tabler-icon { --handy-icon-size: 16px !important; --handy-tile-size: 40px !important; align-self: center; color: #0785ca !important; flex: 0 0 40px; margin: 0 !important; }
.handy-contact-quick-card > div:last-child { min-width: 0; }
.handy-contact-quick-card > div:last-child > span,
.handy-contact-detail > div:last-child > span { color: #91a1b1; display: block; font-size: 12px; line-height: 1.2; }
.handy-contact-quick-card strong { color: #16202b; display: block; font-family: Sora,sans-serif; font-size: 14px; line-height: 1.3; margin-top: 3px; overflow-wrap: anywhere; }
.handy-contact-quick-card a { color: #16202b; text-decoration: none; }
.handy-contact-main { background: #f5fbff; padding: 72px 64px 88px; }
.handy-contact-main-columns { align-items: flex-start !important; gap: 42px; margin: 0; }
.handy-contact-form-card,
.handy-contact-details-card { border: 1px solid #cfe9fc; border-radius: 16px; box-shadow: var(--handy-shadow); box-sizing: border-box; padding: 34px; }
.handy-contact-form-card { min-height: 720px; }
.handy-contact-form-card h2,
.handy-contact-details-card h2 { font-size: 28px !important; margin: 0 0 10px; }
.handy-contact-form-card > p { color: #5b7186; margin: 0 0 28px; }
.handy-contact-details-card { min-height: 455px; }
.handy-contact-detail { align-items: center !important; gap: 14px !important; margin: 18px 0 !important; }
.handy-contact-detail .handy-tabler-icon { --handy-icon-size: 16px !important; --handy-tile-size: 40px !important; align-self: center; color: #0785ca !important; flex: 0 0 40px; margin: 0 !important; }
.handy-contact-detail > div:last-child { min-width: 0; }
.handy-contact-detail strong { color: #16202b; display: block; font-family: Sora,sans-serif; font-size: 15px; line-height: 1.35; margin-top: 3px; overflow-wrap: anywhere; }
.handy-contact-detail a { color: #16202b; text-decoration: none; }
.handy-contact-details-card hr { border-color: #edf2f6; margin: 24px 0; }
.handy-contact-details-card h3 { font-size: 15px !important; margin: 0 0 14px; }
.handy-contact-hours { align-items: center !important; margin: 0 !important; }
.handy-contact-hours p,
.handy-contact-hours strong { font-size: 14px; margin: 0; }
.handy-contact-socials { gap: 10px; margin: 24px 0 0 !important; }
.handy-contact-socials .wp-social-link { background: #f0f8fe !important; border: 1px solid #cfe9fc; border-radius: 9px; color: #0785ca !important; }
.handy-contact-socials .wp-social-link a { align-items: center; display: flex; height: 38px; justify-content: center; padding: 0; width: 38px; }
.handy-contact-socials .wp-social-link svg { height: 17px; width: 17px; }
.handy-contact-map { margin-top: 24px !important; min-height: 310px; }
.handy-contact-map > figure,
.handy-contact-map > figure > a { display: block; height: 100%; margin: 0; width: 100%; }
.handy-contact-map > figure > a { position: relative; }
.handy-contact-map .handy-map-label { color: #22364a; text-decoration: none; }

/* Privacy Policy page */
.handy-privacy-breadcrumb { border-bottom: 1px solid #edf2f6; padding: 16px 64px; }
.handy-privacy-breadcrumb p { color: #91a1b1; font-size: 13px; margin: 0; }
.handy-privacy-breadcrumb a { color: #91a1b1; text-decoration: none; }
.handy-privacy-breadcrumb span { margin: 0 9px; }
.handy-privacy-hero { box-sizing: border-box; min-height: 270px; padding: 58px 64px; }
.handy-privacy-hero .handy-eyebrow { color: #63c8ff; margin: 0 0 12px; }
.handy-privacy-hero h1 { font-size: clamp(38px,4vw,54px) !important; margin: 0 0 20px; }
.handy-privacy-updated { align-items: center !important; gap: 10px !important; margin: 0 !important; }
.handy-privacy-updated .handy-tabler-icon { --handy-icon-size: 17px !important; --handy-tile-size: 18px !important; color: #63c8ff; flex: 0 0 18px; margin: 0 !important; }
.handy-privacy-updated p { color: #b8c8d7; font-size: 14px; margin: 0; }
.handy-privacy-main { background: #fff; box-sizing: border-box; padding: 68px 64px 88px; }
.handy-privacy-columns { align-items: flex-start !important; gap: clamp(42px,6vw,82px); margin: 0; }
.handy-privacy-sidebar { position: sticky; top: 30px; }
.handy-privacy-toc { margin: 0 !important; }
.handy-privacy-toc-label { color: #91a1b1; font-family: Sora,sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .13em; margin: 0 0 17px; text-transform: uppercase; }
.handy-privacy-toc-list { border-left: 1px solid #e1eaf1; list-style: none; margin: 0 !important; padding: 0 0 0 18px; }
.handy-privacy-toc-list li { font-size: 14px; line-height: 1.45; margin: 0 0 14px; }
.handy-privacy-toc-list a { color: #5b7186; text-decoration: none; }
.handy-privacy-toc-list a:hover,
.handy-privacy-toc-list a:focus { color: #0785ca; }
.handy-privacy-help { background: #f5fbff; border: 1px solid #cfe9fc; border-radius: 12px; margin-top: 30px !important; padding: 20px; }
.handy-privacy-help h3 { font-size: 15px !important; margin: 0 0 7px; }
.handy-privacy-help p { color: #5b7186; font-size: 13px; line-height: 1.5; margin: 0 0 12px; }
.handy-privacy-help p:last-child { margin: 0; }
.handy-privacy-help a { color: #0785ca; font-family: Sora,sans-serif; font-weight: 700; text-decoration: none; }
.handy-privacy-content { min-width: 0; }
.handy-privacy-notice { background: #f5fbff; border: 1px solid #cfe9fc; border-left: 4px solid #0785ca; border-radius: 12px; color: #2a3a49 !important; line-height: 1.6 !important; margin: 0 0 34px !important; padding: 20px 24px; }
.handy-privacy-content h2 { font-size: clamp(23px,2.2vw,29px) !important; margin: 36px 0 12px; scroll-margin-top: 28px; }
.handy-privacy-content h2:first-of-type { margin-top: 0; }
.handy-privacy-content p,
.handy-privacy-content li { color: #2a3a49; font-size: 15.5px; line-height: 1.7; }
.handy-privacy-content p { margin: 0 0 14px; }
.handy-privacy-content ul { margin: 12px 0 20px; padding-left: 22px; }
.handy-privacy-content li { margin-bottom: 8px; padding-left: 4px; }
.handy-privacy-content li::marker { color: #0785ca; }
.handy-privacy-content a { color: #0785ca; }
.handy-privacy-final-note { border-top: 1px solid #edf2f6; color: #91a1b1 !important; font-family: ui-monospace,SFMono-Regular,Menlo,monospace; font-size: 12.5px !important; margin-top: 34px !important; padding-top: 24px; }

@media (max-width: 781px) {
  .handy-hub-breadcrumb { padding-inline: 20px; }
  .handy-hub-hero { min-height: 0; padding: 58px 20px; }
  .handy-hub-trust { padding-inline: 20px; }
  .handy-hub-trust .wp-block-columns { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .handy-hub-trust .wp-block-column { border-right: 0; justify-content: flex-start; white-space: normal; }
  .handy-hub-trust .wp-block-column:last-child { grid-column: 1 / -1; }
  .handy-hub-service-grid { grid-template-columns: 1fr; }
  .handy-hub-process .wp-block-columns, .handy-hub-values .wp-block-columns { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .handy-location-page .alignwide { width: 100%; }
  .handy-location-breadcrumb { padding: 12px 20px; }
  .handy-location-hero { padding: 40px 20px; }
  .handy-location-hero .wp-block-columns,
  .handy-location-intro .wp-block-columns,
  .handy-local-housing .wp-block-columns,
  .handy-neighborhoods .wp-block-columns,
  .handy-location-quote .wp-block-columns { gap: 34px; }
  .handy-location-hero h1 { font-size: 30px !important; }
  .handy-location-hero-visual-column,
  .handy-location-hero-visual,
  .handy-location-hero-image { box-sizing: border-box; max-width: 100% !important; min-width: 0 !important; width: 100% !important; }
  .handy-location-hero-visual { margin-top: 8px; padding: 24px 8px 28px 16px; }
  .handy-location-hero-image { aspect-ratio: 4 / 3; }
  .handy-location-hero-image img { aspect-ratio: 4 / 3; height: auto !important; max-width: 100% !important; object-fit: cover; }
  .handy-location-hero-copy,
  .handy-location-hero-copy + .wp-block-column { flex-basis: 100% !important; }
  .handy-location-intro .wp-block-column { flex-basis: 100% !important; }
  .handy-location-hero .wp-block-button:first-child .wp-block-button__link,
  .handy-location-hero .wp-block-button__link { min-width: 0; }
  .handy-location-trust .wp-block-columns { display: grid; grid-template-columns: 1fr 1fr; }
  .handy-location-trust .wp-block-column { justify-content: flex-start; padding: 7px 0; }
  .handy-location-trust .wp-block-column:last-child { grid-column: 1 / -1; }
  .handy-location-section { padding: 50px 20px; }
  .handy-location-photo img { height: 310px; }
  .handy-location-four-grid { display: grid; grid-template-columns: 1fr 1fr; }
  .handy-location-service-grid,
  .handy-location-problem-grid { display: grid; grid-template-columns: 1fr; }
  .handy-location-map,
  .handy-location-map.is-dark { min-height: 300px; }
  .handy-location-heading-row { align-items: flex-start !important; flex-direction: column; }
  .handy-location-related-card { min-height: 86px; }
  .handy-location-related .wp-block-columns { grid-template-columns: 1fr; }
  .handy-nearby-locations .wp-block-columns { grid-template-columns: 1fr; }
  .handy-nearby-card { height: auto; min-height: 390px; }
  .handy-location-final-cta { min-height: 0; padding: 52px 20px; }
  .handy-areas-breadcrumb { padding: 14px 20px; }
  .handy-areas-hero { min-height: 0; padding: 48px 20px; }
  .handy-areas-hero > .wp-block-columns { gap: 34px; }
  .handy-areas-hero-copy h1 { font-size: 32px !important; }
  .handy-areas-hero-copy > p:not(.handy-eyebrow) { font-size: 15px; }
  .handy-areas-hero-map { min-height: 300px; }
  .handy-areas-featured .wp-block-columns,
  .handy-areas-all .wp-block-columns,
  .handy-areas-process .wp-block-columns { display: grid; grid-template-columns: 1fr; }
  .handy-area-card figure { height: 210px; }
  .handy-region-card { min-height: 0; }
  .handy-faq-breadcrumb { padding: 14px 20px; }
  .handy-faq-page-hero { min-height: 0; padding: 52px 20px; }
  .handy-faq-page-hero h1 { font-size: 32px !important; }
  .handy-faq-page-hero > p:not(.handy-eyebrow) { font-size: 15px; }
  .handy-faq-search { margin-top: 26px; }
  .handy-faq-search-input { height: 54px; }
  .handy-faq-filter-bar { padding: 18px 20px; }
  .handy-faq-filter { font-size: 12px; min-height: 38px; padding: 8px 15px; }
  .handy-faq-page-content { padding: 48px 20px 58px; }
  .handy-faq-category { margin-bottom: 42px !important; }
  .handy-faq-category-heading h2 { font-size: 22px !important; }
  .handy-faq-page-content summary { font-size: 14px; min-height: 62px; padding: 18px 20px; }
  .handy-faq-page-content details p { font-size: 13.5px; padding: 0 20px 22px; }
  .handy-faq-page-cta { padding: 48px 20px; }
  .handy-faq-page-cta-card { align-items: flex-start !important; flex-direction: column; min-height: 0; padding: 28px; }
  .handy-faq-page-cta-card h2 { font-size: 23px !important; }
  .handy-contact-breadcrumb { padding: 14px 20px; }
  .handy-contact-hero { min-height: 0; padding: 52px 20px; }
  .handy-contact-hero h1 { font-size: 32px !important; }
  .handy-contact-hero > p:not(.handy-eyebrow) { font-size: 15px; }
  .handy-contact-quick { padding: 26px 20px; }
  .handy-contact-quick .wp-block-columns { display: grid; grid-template-columns: 1fr 1fr; }
  .handy-contact-main { padding: 48px 20px 58px; }
  .handy-contact-main-columns { gap: 28px; }
  .handy-contact-form-card,
  .handy-contact-details-card { padding: 26px; }
  .handy-contact-form-card { min-height: 420px; }
  .handy-contact-map { min-height: 280px; }
  .handy-privacy-breadcrumb { padding: 14px 20px; }
  .handy-privacy-hero { min-height: 0; padding: 46px 20px; }
  .handy-privacy-hero h1 { font-size: 34px !important; }
  .handy-privacy-main { padding: 44px 20px 58px; }
  .handy-privacy-columns { gap: 38px; }
  .handy-privacy-sidebar { position: static; }
  .handy-privacy-toc-list { columns: 2; column-gap: 28px; }
  .handy-privacy-help { margin-top: 24px !important; }
  .handy-privacy-content h2 { font-size: 22px !important; scroll-margin-top: 16px; }
  .handy-privacy-content p,
  .handy-privacy-content li { font-size: 14.5px; }
}
@media (max-width: 520px) {
  .handy-hub-service-grid { grid-auto-rows: auto; }
  .handy-hub-service-card { height: auto; min-height: 268px; }
  .handy-hub-service-card ul { grid-template-columns: 1fr; }
  .handy-hub-process .wp-block-columns, .handy-hub-values .wp-block-columns { grid-template-columns: 1fr; }
  .handy-location-four-grid { grid-template-columns: 1fr; }
  .handy-local-condition-card,
  .handy-location-benefit-card { min-height: 0; }
  .handy-contact-quick .wp-block-columns { grid-template-columns: 1fr; }
  .handy-privacy-toc-list { columns: 1; }
}

@media (max-width: 781px) {
  body { font-size: 14.5px; }
  .handy-utility { display: none !important; }
  .handy-header-main { height: 54px; min-height: 54px; }
  .handy-home-hero { min-height: calc(100svh - 54px); }
  .admin-bar .handy-home-hero { min-height: calc(100svh - 100px); }
  .handy-home-hero h1 { font-size: 28px !important; }
  .handy-home-hero .has-large-font-size { font-size: 15px !important; }
  .handy-hero-visual { margin-top: 14px; padding: 24px 10px 28px 18px; }
  .handy-hero-visual::before { height: 160px; right: -28px; top: -4px; width: 160px; }
  .handy-hero-visual::after { bottom: 0; height: 84px; width: 112px; }
  .handy-hero-family-image img { height: clamp(260px,70vw,360px); }
  .handy-hero-float { max-width: 190px; padding: 8px 10px !important; }
  .handy-hero-float p { font-size: 10px; }
  .handy-hero-float p strong { font-size: 11px; }
  .handy-hero-float-top { left: 0; top: 0; }
  .handy-hero-float-bottom { bottom: 0; right: 0; }
  .handy-home-about-photo img { height: 360px; }
  .handy-hero-proof { align-items: flex-start; flex-wrap: wrap; font-size: 13px; row-gap: 8px; }
  .handy-section { padding-block: 36px !important; padding-inline: 20px !important; }
  .handy-eyebrow { font-size: 11px; }
  .handy-placeholder, .handy-placeholder img { min-height: 250px; }
  .handy-trust { gap: 1rem !important; }
  .handy-trust .wp-block-column { justify-content: start; }
  .handy-mobile-center { text-align: center; }
  .handy-mobile-center .wp-block-buttons { justify-content: center; }
  .handy-card h3 { font-size: 16px !important; }
  .handy-locations .wp-block-columns { gap: 20px; }
  .handy-locations .handy-location-image { height: 210px !important; }
  .handy-additional-areas strong { display: block; margin: 0 0 6px; }
  .handy-testimonial-grid { grid-template-columns: 1fr; }
  .handy-featured-testimonial { gap: 24px; grid-template-columns: 1fr; padding: 26px; }
  .handy-featured-testimonial-image { min-height: 260px; }
  .handy-featured-testimonial-image img { max-height: 330px; }
  .handy-faq summary { font-size: 14.5px; min-height: 62px; padding: 18px 20px; }
  .handy-faq details p { font-size: 13.5px; padding: 0 20px 22px; }
  .handy-legal h2 { font-size: 19px; }
  .handy-faq > details:first-of-type { margin-top: 32px; }
  .handy-home-quote { padding-bottom: 40px !important; padding-top: 40px !important; }
  .handy-home-quote-copy { padding-top: 0; }
  .handy-home-quote-copy h2 { font-size: 23px !important; margin-bottom: 16px; }
  .handy-home-quote-copy > p:not(.handy-eyebrow) { font-size: 15px; }
  .handy-shortcode-form { min-height: 360px; padding: 24px !important; }
  .handy-footer { padding-bottom: 24px !important; padding-top: 40px !important; }
  .handy-footer-columns { gap: 32px !important; }
  .handy-footer-company { flex-basis: 100% !important; }
  .handy-footer-separator { margin-top: 34px !important; }
  .handy-footer-bottom { align-items: flex-start; gap: 14px; }
  .handy-footer-legal { flex-wrap: wrap; gap: 10px 22px; }
  .handy-service-hero { padding-bottom: 40px !important; padding-top: 40px !important; }
  .handy-service-hero > .wp-block-columns { gap: 32px; }
  .handy-service-hero > .wp-block-columns > .wp-block-column { flex-basis: 100% !important; }
  .handy-service-hero h1 { font-size: 30px !important; }
  .handy-service-hero-copy { font-size: 15px; }
  .handy-service-hero-visual { box-sizing: border-box; margin-top: 8px; padding: 24px 8px 28px 16px; width: 100%; }
  .handy-service-hero-image { aspect-ratio: 4 / 3; box-sizing: border-box; max-width: 100% !important; min-width: 0 !important; width: 100% !important; }
  .handy-service-hero-image img { aspect-ratio: 4 / 3; height: auto; max-width: 100%; object-fit: cover; }
  .handy-service-trust .wp-block-columns { display: grid; grid-template-columns: 1fr 1fr; }
  .handy-service-trust .wp-block-column { border: 0; justify-content: start; padding: 8px 0; }
  .handy-service-trust p { font-size: 11px; }
  .handy-local-service-context { padding-bottom: 44px !important; padding-top: 44px !important; }
  .handy-local-service-context > h2 { font-size: 27px !important; margin-bottom: 20px; }
  .handy-local-service-lead { font-size: 15px; margin-bottom: 22px; }
  .handy-local-service-columns { gap: 16px; margin-bottom: 22px; }
  .handy-local-service-columns > .wp-block-column { padding: 22px; }
  .handy-local-service-columns p, .handy-local-service-columns li { font-size: 14px; }
  .handy-local-related-services { padding: 22px; }
  .handy-local-related-services ul { grid-template-columns: 1fr; }
  .handy-service-index > .wp-block-group { align-items: flex-start; flex-direction: column; }
  .handy-service-content { padding-bottom: 52px !important; padding-top: 46px !important; }
  .handy-service-section + .handy-service-section { margin-top: 46px !important; }
  .handy-service-section:first-child > h2 { font-size: 27px !important; margin-bottom: 14px; }
  .handy-service-section:first-child > .handy-service-intro { font-size: 15px; margin-bottom: 24px; }
  .handy-service-summary-card { gap: 14px 12px; min-height: 0; padding: 22px; }
  .handy-service-summary-card h3 { font-size: 18px !important; }
  .handy-service-summary-card > p { font-size: 14px; }
  .handy-service-list-columns { margin-top: 24px; }
  .handy-service-list-columns h3 { font-size: 17px !important; }
  .handy-service-list-columns li { font-size: 14px; }
  .handy-sign-grid { gap: 18px; }
  .handy-sign-card { min-height: 0; padding: 26px; }
  .handy-sign-card h3 { font-size: 20px !important; margin-bottom: 18px; }
  .handy-sign-card li { font-size: 14px; margin-bottom: 12px; }
  #methods { text-align: left; }
  #methods + .handy-service-intro { margin-bottom: 26px; text-align: left; }
  .handy-method-card { min-height: 0; }
  .handy-method-name { min-height: 160px; padding: 28px 24px; }
  .handy-method-name h3 { font-size: 21px !important; }
  .handy-method-details { padding: 10px 20px; }
  .handy-method-detail { padding: 14px 0; }
  .handy-material-card { min-height: 0; padding: 22px; }
  .handy-material-card h3 { font-size: 17px !important; }
  .handy-material-card .handy-tags { margin-top: 16px !important; }
  .handy-material-card .handy-tags li { font-size: 12px; padding: 8px 12px; }
  .handy-maintenance-card { min-height: 0; padding: 24px; }
  .handy-maintenance-card .handy-tabler-icon { --handy-tile-size: 48px !important; margin-bottom: 16px !important; }
  .handy-maintenance-card h3 { font-size: 18px !important; }
  .handy-maintenance-card p { font-size: 14px; }
  .handy-safety-card { min-height: 0; padding: 24px; }
  .handy-safety-card h3 { font-size: 18px !important; }
  .handy-safety-card li { font-size: 14px; }
  .handy-code-note { align-items: flex-start; font-size: 13px; min-height: 0; padding: 20px; }
  .handy-myth-row .wp-block-column + .wp-block-column { border-left: 0; border-top: 1px solid #e6edf4; }
  .handy-myth-row .wp-block-column { padding: 20px; }
  .handy-myth-row p { font-size: 14px; }
  .handy-service-related,
  .handy-service-testimonials,
  .handy-service-faq,
  .handy-service-quote { padding-bottom: 46px !important; padding-top: 46px !important; }
  .handy-service-related > .wp-block-group:first-child { align-items: flex-start; flex-direction: column; }
  .handy-related-card { gap: 15px !important; min-height: 100px; padding: 20px; }
  .handy-related-card .handy-tabler-icon { --handy-icon-size: 18px !important; --handy-tile-size: 48px !important; flex-basis: 48px; }
  .handy-related-card > div:last-child { min-height: 48px; }
  .handy-related-card h3 { font-size: 16px !important; margin-bottom: 4px; }
  .handy-related-card p { font-size: 13px; }
  .handy-service-quote .handy-shortcode-form { min-height: 300px; }
  .handy-service-final-cta { min-height: 260px; padding-bottom: 64px !important; padding-top: 64px !important; }
}
@media (min-width: 782px) and (max-width: 1050px) {
  .handy-testimonial-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 960px) {
  .handy-services-menu > .wp-block-navigation__submenu-container > .wp-block-navigation-item:nth-child(7) { display: none; }
  .handy-locations-menu > .wp-block-navigation__submenu-container > .wp-block-navigation-item:nth-child(8) { display: none; }
  .handy-header-actions { display: none !important; }
  .handy-header .custom-logo { max-width: 180px; }
  .handy-main-navigation .wp-block-navigation__responsive-container.is-menu-open {
    background: #fff !important;
    border-radius: 0 0 28px 28px;
    box-shadow: 0 18px 48px rgba(15,37,54,.22);
    box-sizing: border-box;
    height: 100dvh;
    left: 0;
    max-height: 100dvh;
    max-width: none;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 16px 24px !important;
    right: 0;
    width: 100vw;
  }
  .handy-main-navigation .wp-block-navigation__responsive-close,
  .handy-main-navigation .wp-block-navigation__responsive-dialog {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 640px;
    width: 100%;
  }
  .handy-main-navigation .wp-block-navigation__responsive-container-close {
    color: #213549;
    right: 4px;
    top: 19px;
    z-index: 3;
  }
  .handy-main-navigation .wp-block-navigation__responsive-container-close svg {
    height: 24px;
    width: 24px;
  }
  .handy-main-navigation .wp-block-navigation__responsive-container-content {
    align-items: stretch !important;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding-top: 0 !important;
    width: 100%;
  }
  .handy-main-navigation .wp-block-navigation__responsive-container-content::before {
    background: url("../images/logo-914-handy.webp") left center/150px auto no-repeat;
    border-bottom: 1px solid #edf1f5;
    content: "";
    display: block;
    flex: 0 0 58px;
    height: 58px;
    width: 100%;
  }
  .handy-main-navigation .wp-block-navigation__responsive-container-content > .wp-block-navigation__container {
    align-items: stretch !important;
    display: flex !important;
    gap: 0 !important;
    width: 100%;
  }
  .handy-main-navigation .wp-block-navigation__responsive-container-content > .wp-block-navigation__container > .wp-block-navigation-item:not(.handy-mobile-menu-item) {
    align-items: center;
    border-bottom: 1px solid #edf1f5;
    box-sizing: border-box;
    justify-content: space-between;
    min-height: 56px;
    width: 100%;
  }
  .handy-main-navigation .wp-block-navigation__responsive-container-content > .wp-block-navigation__container > .wp-block-navigation-item:not(.handy-mobile-menu-item) > .wp-block-navigation-item__content {
    color: #182433;
    flex: 1 1 auto;
    font-family: Sora,sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    padding: 17px 4px !important;
    text-decoration: none;
  }
  .handy-main-navigation .wp-block-navigation__responsive-container-content .wp-block-navigation-submenu__toggle {
    box-sizing: content-box;
    color: #8da1b5;
    height: 20px;
    padding: 18px 4px 18px 18px !important;
    width: 20px;
  }
  .handy-main-navigation .wp-block-navigation__responsive-container-content .wp-block-navigation-submenu__toggle svg {
    height: 12px;
    transform: rotate(-90deg);
    transition: transform .18s ease;
    width: 12px;
  }
  .handy-main-navigation .wp-block-navigation__responsive-container-content .wp-block-navigation-submenu__toggle[aria-expanded="true"] svg {
    transform: rotate(0deg);
  }
  .handy-main-navigation .wp-block-navigation__responsive-container.is-menu-open .handy-services-menu > .wp-block-navigation__submenu-container,
  .handy-main-navigation .wp-block-navigation__responsive-container.is-menu-open .handy-locations-menu > .wp-block-navigation__submenu-container {
    background: #f7fbfe;
    border: 0;
    border-radius: 10px;
    box-shadow: none;
    box-sizing: border-box;
    display: none !important;
    gap: 0;
    margin: 0 0 12px !important;
    padding: 8px 14px !important;
    position: static;
    width: 100% !important;
  }
  .handy-main-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-submenu__toggle[aria-expanded="true"] ~ .wp-block-navigation__submenu-container {
    display: flex !important;
  }
  .handy-main-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container .wp-block-navigation-item {
    border-bottom: 1px solid #e6eef4;
    width: 100%;
  }
  .handy-main-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container .wp-block-navigation-item:last-child {
    border-bottom: 0;
  }
  .handy-main-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
    color: #425b70;
    font-size: 14px;
    font-weight: 600;
    padding: 11px 4px !important;
    text-decoration: none;
  }
  .handy-main-navigation .wp-block-navigation__responsive-container.is-menu-open .handy-mobile-menu-item {
    display: flex !important;
    width: 100%;
  }
  .handy-main-navigation .wp-block-navigation__responsive-container.is-menu-open .handy-mobile-quote-link {
    margin: 22px 0 22px !important;
  }
  .handy-main-navigation .wp-block-navigation__responsive-container.is-menu-open .handy-mobile-quote-link > .wp-block-navigation-item__content {
    background: #0090f0;
    border: 0;
    border-radius: 9px;
    box-shadow: 0 12px 22px -14px rgba(0,120,192,.75);
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-family: Sora,sans-serif;
    font-size: 15px;
    font-weight: 700;
    padding: 13px 18px !important;
    text-align: center;
    text-decoration: none;
    width: 100%;
  }
  .handy-main-navigation .wp-block-navigation__responsive-container.is-menu-open .handy-mobile-contact-link {
    min-height: 30px;
  }
  .handy-main-navigation .wp-block-navigation__responsive-container.is-menu-open .handy-mobile-quote-link + .handy-mobile-contact-link {
    border-top: 1px solid #edf1f5;
    padding-top: 13px;
  }
  .handy-main-navigation .wp-block-navigation__responsive-container.is-menu-open .handy-mobile-contact-link > .wp-block-navigation-item__content {
    color: #5c7186;
    display: flex;
    font-family: "Source Sans 3",sans-serif;
    font-size: 13px;
    font-weight: 500;
    gap: 10px;
    padding: 6px 1px !important;
    text-decoration: none;
  }
  .handy-main-navigation .wp-block-navigation__responsive-container.is-menu-open .handy-mobile-contact-link > .wp-block-navigation-item__content::before {
    background: #087fc3;
    content: "";
    flex: 0 0 14px;
    height: 14px;
    -webkit-mask: var(--handy-mobile-contact-icon) center/contain no-repeat;
    mask: var(--handy-mobile-contact-icon) center/contain no-repeat;
    width: 14px;
  }
  .handy-mobile-phone-link { --handy-mobile-contact-icon: url("../tabler-icons/phone.svg"); }
  .handy-mobile-email-link { --handy-mobile-contact-icon: url("../tabler-icons/mail.svg"); }
  .handy-mobile-hours-link { --handy-mobile-contact-icon: url("../tabler-icons/clock.svg"); }
}
/* The embedded quote form provides its own complete card and field styling. */
.handy-shortcode-form,
.handy-hub-quote .handy-shortcode-form,
.handy-contact-form-card.handy-shortcode-form {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  min-height: 0 !important;
  padding: 0 !important;
  transform: none !important;
}
.handy-shortcode-form .wp-block-shortcode {
  margin: 0 !important;
  padding: 0 !important;
}

/* Native WordPress menu locations and Enfold-style footer widget areas. */
.handy-native-navigation { align-items: center; display: flex; font-family: Sora,sans-serif; font-size: 14px; }
.handy-native-menu-open,
.handy-native-menu-close,
.handy-native-menu-top,
.handy-native-mobile-extra { display: none; }
.handy-native-menu-panel { overflow: visible; }
.handy-native-menu { align-items: center; display: flex; gap: 28px; list-style: none; margin: 0; padding: 0; }
.handy-native-menu > li { align-items: center; display: flex; position: relative; }
.handy-native-menu a { color: #24364a; text-decoration: none !important; }
.handy-native-menu > li > a { font-weight: 600; padding: 18px 0; }
.handy-native-submenu-toggle { align-items: center; background: transparent; border: 0; color: #708398; cursor: pointer; display: flex; height: 28px; justify-content: center; margin: 0 0 0 3px; padding: 0; width: 18px; }
.handy-native-submenu-toggle svg { height: 12px; width: 12px; }
.handy-native-navigation .wp-block-navigation__submenu-container { height: 0; opacity: 0; overflow: hidden; visibility: hidden; }
.handy-native-navigation .wp-block-navigation__submenu-container a { text-decoration: none !important; }

@media (min-width: 961px) {
  .handy-native-navigation .menu-item-has-children:hover > .wp-block-navigation__submenu-container,
  .handy-native-navigation .menu-item-has-children:focus-within > .wp-block-navigation__submenu-container,
  .handy-native-navigation .handy-native-submenu-toggle[aria-expanded="true"] + .wp-block-navigation__submenu-container {
    height: auto;
    opacity: 1;
    overflow: visible;
    visibility: visible;
  }
}

.handy-native-footer-areas .wp-block-shortcode { margin: 0 !important; }
.handy-footer-widget-area,
.handy-footer-widget { margin: 0; }
.handy-footer-widget + .handy-footer-widget { margin-top: 22px; }
.handy-footer-widget-title,
.handy-native-footer-areas h3 { color: #fff; font-family: Sora,sans-serif; font-size: 14px !important; font-weight: 600; margin: 0 0 16px; }
.handy-footer-widget p,
.handy-native-footer-areas p { color: #9fb4c6; line-height: 1.65; }
.handy-footer-native-menu { display: flex; flex-direction: column; gap: 9px; list-style: none; margin: 17px 0 0; padding: 0; }
.handy-footer-native-menu .sub-menu { display: flex; flex-direction: column; gap: 7px; list-style: none; margin: 8px 0 4px; padding: 0 0 0 12px; }
.handy-footer-native-menu a { display: block; line-height: 1.45; }
.handy-footer-native-menu > li > a { font-weight: 500; }
.handy-footer-native-menu .menu-item-has-children > a { color: #fff !important; font-weight: 600; }
.handy-footer-menu-title-item { margin-top: 13px; }
.handy-footer-menu-title-item:first-child { margin-top: 0; }
.handy-footer-menu-title { color: #fff; display: block; font-family: Sora,sans-serif; font-size: 14px; font-weight: 600; line-height: 1.4; }
.handy-footer-menu-description { color: #9fb4c6; display: block; font-size: 13px; line-height: 1.55; margin-top: 5px; }
.handy-footer-links { display: flex; flex-direction: column; gap: 9px; line-height: 1.45; margin-top: 17px; }
.handy-footer-hours-title { margin-top: 22px !important; }
.handy-footer-hours-description { margin: 0; }
.handy-native-socials { display: flex; gap: 12px; list-style: none; padding: 0; }
.handy-native-socials li { align-items: center; display: flex; justify-content: center; }
.handy-native-socials a { align-items: center; display: flex; font-family: Sora,sans-serif; font-size: 12px; font-weight: 700; height: 40px; justify-content: center; width: 40px; }
.handy-footer-about-content { align-items: flex-start; display: flex; flex-direction: column; width: 100%; }
.handy-footer-about-content .handy-footer-brand-logo { align-items: center; display: flex; height: 58px; margin: 0 0 18px !important; overflow: hidden; }
.handy-footer-about-content .custom-logo-link { align-items: center; display: inline-flex; height: 58px; }
.handy-footer-about-content .custom-logo { display: block; filter: brightness(0) invert(1); height: auto; max-height: none; max-width: 230px; object-fit: contain; object-position: left center; width: auto; }
.handy-footer-about-content .handy-footer-company-description { color: #9fb4c6; font-size: 14.5px; line-height: 1.6; margin: 0 0 20px !important; max-width: 280px; }
.handy-footer-about-content .handy-footer-socials { display: flex; gap: 10px; list-style: none; margin: 0 !important; padding: 0 !important; }
.handy-footer-about-content .wp-block-social-link { align-items: center; background: #253241 !important; border-radius: 10px; color: #9fb4c6 !important; display: flex; height: 38px; justify-content: center; margin: 0 !important; width: 38px; }
.handy-footer-about-content .wp-block-social-link a { align-items: center; box-sizing: border-box; display: flex; height: 38px; justify-content: center; padding: 0 !important; width: 38px; }
.handy-footer-social-icon { background-color: currentColor; display: block; height: 18px; -webkit-mask: var(--handy-social-icon) center / contain no-repeat; mask: var(--handy-social-icon) center / contain no-repeat; width: 18px; }

@media (max-width: 960px) {
  html.handy-menu-is-open { overflow: hidden; }
  .handy-native-navigation { margin-left: auto; }
  .handy-native-menu-open { align-items: center; background: transparent; border: 0; cursor: pointer; display: flex; flex-direction: column; gap: 4px; height: 40px; justify-content: center; padding: 8px; width: 42px; }
  .handy-native-menu-open > span:not(.screen-reader-text) { background: #22364a; border-radius: 2px; display: block; height: 2px; width: 22px; }
  .handy-native-menu-panel { background: #fff; border-radius: 0 0 28px 28px; box-shadow: 0 18px 48px rgba(15,37,54,.22); box-sizing: border-box; display: none; height: 100dvh; inset: 0; overflow-y: auto; padding: 0 16px 24px; position: fixed; width: 100vw; z-index: 100000; }
  .admin-bar .handy-native-menu-panel { top: 32px; height: calc(100dvh - 32px); }
  .handy-native-menu-panel.is-open { display: block; }
  .handy-native-menu-top { align-items: center; border-bottom: 1px solid #edf1f5; display: flex; height: 58px; justify-content: space-between; }
  .handy-native-menu-top .wp-block-site-logo { height: 50px; margin: 0 !important; overflow: hidden; }
  .handy-native-menu-top .custom-logo { max-width: 150px; }
  .handy-native-menu-close { background: transparent; border: 0; color: #213549; cursor: pointer; display: block; font-size: 34px; font-weight: 300; height: 42px; line-height: 1; padding: 0; width: 42px; }
  .handy-native-menu { align-items: stretch; display: flex; flex-direction: column; gap: 0; width: 100%; }
  .handy-native-menu > li { align-items: center; border-bottom: 1px solid #edf1f5; display: flex; flex-wrap: wrap; justify-content: space-between; min-height: 56px; width: 100%; }
  .handy-native-menu > li > a { color: #182433; flex: 1 1 auto; font-size: 16px; font-weight: 700; padding: 17px 4px; }
  .handy-native-submenu-toggle { box-sizing: content-box; height: 20px; margin: 0; padding: 18px 4px 18px 18px; width: 20px; }
  .handy-native-submenu-toggle svg { transform: rotate(-90deg); transition: transform .18s ease; }
  .handy-native-submenu-toggle[aria-expanded="true"] svg { transform: rotate(0deg); }
  .handy-native-navigation .wp-block-navigation__submenu-container,
  .handy-native-navigation .handy-services-menu > .wp-block-navigation__submenu-container,
  .handy-native-navigation .handy-locations-menu > .wp-block-navigation__submenu-container { background: #f7fbfe; border: 0; border-radius: 10px; box-shadow: none; box-sizing: border-box; display: none !important; flex: 0 0 100%; height: auto; margin: 0 0 12px !important; opacity: 1; overflow: visible; padding: 8px 14px !important; position: static; transform: none; visibility: visible; width: 100% !important; }
  .handy-native-navigation .handy-native-submenu-toggle[aria-expanded="true"] + .wp-block-navigation__submenu-container { display: block !important; }
  .handy-native-navigation .wp-block-navigation__submenu-container::before,
  .handy-native-navigation .wp-block-navigation__submenu-container::after { display: none !important; }
  .handy-native-navigation .wp-block-navigation__submenu-container li { border-bottom: 1px solid #e6eef4; display: block !important; width: 100% !important; }
  .handy-native-navigation .wp-block-navigation__submenu-container li:last-child { border-bottom: 0; }
  .handy-native-navigation .wp-block-navigation__submenu-container a { color: #425b70 !important; display: block !important; font-size: 14px !important; font-weight: 600 !important; min-height: 0 !important; padding: 11px 4px !important; }
  .handy-native-navigation .wp-block-navigation__submenu-container a::before,
  .handy-native-navigation .wp-block-navigation__submenu-container a::after,
  .handy-native-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item__label::before,
  .handy-native-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item__label::after { display: none !important; }
  .handy-native-mobile-extra { display: block; }
  .handy-native-quote { background: #0090f0; border: 0; border-radius: 9px; box-shadow: 0 12px 22px -14px rgba(0,120,192,.75); box-sizing: border-box; color: #fff !important; display: block; font-family: Sora,sans-serif; font-size: 15px; font-weight: 700; margin: 22px 0; padding: 13px 18px; text-align: center; text-decoration: none !important; width: 100%; }
  .handy-native-contact { border-top: 1px solid #edf1f5; display: flex; flex-direction: column; padding-top: 13px; }
  .handy-native-contact a { color: #5c7186; font-size: 13px; font-weight: 500; padding: 6px 1px 6px 24px; position: relative; text-decoration: none !important; }
  .handy-native-contact a::before { background: #087fc3; content: ""; height: 14px; left: 1px; position: absolute; top: 8px; width: 14px; }
  .handy-native-phone::before { -webkit-mask: url("../tabler-icons/phone.svg") center/contain no-repeat; mask: url("../tabler-icons/phone.svg") center/contain no-repeat; }
  .handy-native-email::before { -webkit-mask: url("../tabler-icons/mail.svg") center/contain no-repeat; mask: url("../tabler-icons/mail.svg") center/contain no-repeat; }
  .handy-native-hours::before { -webkit-mask: url("../tabler-icons/clock.svg") center/contain no-repeat; mask: url("../tabler-icons/clock.svg") center/contain no-repeat; }
}

@media (max-width: 782px) {
  .admin-bar .handy-native-menu-panel { top: 46px; height: calc(100dvh - 46px); }
}

/* Keep the homepage hero artwork fluid on tablets and phones. */
@media (max-width: 781px) {
  .handy-home-hero {
    overflow: hidden;
  }
  .handy-about-benefits,
  .wp-block-columns:has(.handy-home-about-photo) > .wp-block-column:last-child > .wp-block-list {
    gap: 14px;
    grid-template-columns: 1fr;
  }
  .handy-trust,
  .handy-service-trust,
  .handy-location-trust,
  .handy-hub-trust,
  .handy-trust .wp-block-column,
  .handy-hub-trust .wp-block-column {
    border: 0 !important;
  }
  .handy-home-hero > .wp-block-columns,
  .handy-home-hero > .wp-block-columns > .wp-block-column,
  .handy-hero-visual-column,
  .handy-hero-visual,
  .handy-hero-family-image {
    box-sizing: border-box;
    max-width: 100% !important;
    min-width: 0 !important;
    width: 100% !important;
  }
  .handy-home-hero > .wp-block-columns {
    align-items: stretch !important;
    gap: 24px !important;
  }
  .handy-hero-visual-column {
    flex-basis: 100% !important;
  }
  .handy-hero-visual {
    margin-inline: 0 !important;
    padding: 22px 8px 26px 16px;
  }
  .handy-hero-family-image {
    aspect-ratio: 4 / 3;
  }
  .handy-hero-family-image img {
    aspect-ratio: 4 / 3;
    height: auto !important;
    max-width: 100% !important;
    object-fit: cover;
    object-position: center;
  }
  .handy-hero-float {
    max-width: min(180px, calc(100% - 28px));
  }
}

@media (max-width: 420px) {
  .handy-hero-visual {
    padding: 18px 4px 22px 10px;
  }
  .handy-hero-visual::before {
    height: 132px;
    right: -38px;
    width: 132px;
  }
  .handy-hero-visual::after {
    height: 68px;
    width: 88px;
  }
  .handy-hero-float {
    gap: 7px !important;
    max-width: min(158px, calc(100% - 18px));
    padding: 7px 8px !important;
  }
  .handy-hero-float .handy-tabler-icon {
    flex-basis: 30px;
  }
  .handy-hero-float p {
    font-size: 9px;
  }
  .handy-hero-float p strong {
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
/* About page — simple trust-focused layout. */
.handy-about-breadcrumb {
  border-bottom: 1px solid #e7eef3;
  padding: 18px 64px;
}
.handy-about-breadcrumb p { color: #8a9bad; font-size: 14px; margin: 0; }
.handy-about-breadcrumb a { color: #8a9bad; text-decoration: none; }
.handy-about-breadcrumb span { display: inline-block; margin: 0 9px; }
.handy-about-breadcrumb strong { color: #182434; }
.handy-about-hero {
  box-sizing: border-box;
  min-height: 390px;
  padding: 64px;
}
.handy-about-hero-inner .handy-eyebrow { color: #63c8ff; margin-bottom: 14px; }
.handy-about-hero h1 {
  font-size: clamp(40px, 4.7vw, 62px) !important;
  line-height: 1.02;
  margin: 0 auto 22px;
  max-width: 820px;
}
.handy-about-hero-inner > p:not(.handy-eyebrow) {
  color: #b8c8d7;
  font-size: 17px;
  line-height: 1.65;
  margin-inline: auto;
  max-width: 720px;
}
.handy-about-hero .wp-block-buttons { margin-top: 28px; }
.handy-about-hero .wp-block-button:first-child .wp-block-button__link { border: 0 !important; }
.handy-about-hero .wp-block-button.is-style-outline .wp-block-button__link {
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.3);
  color: #fff;
}
.handy-about-story { background: #fff; }
.handy-about-story > .wp-block-columns { gap: clamp(50px, 7vw, 110px); }
.handy-about-story-media {
  align-items: flex-end;
  background: #eef8fe;
  border: 1px solid #c8e8fb;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  min-height: 430px;
  overflow: hidden;
}
.handy-about-story-media figure { margin: 0; text-align: center; width: 100%; }
.handy-about-story-media img {
  display: block;
  height: 430px;
  margin: 0 auto;
  max-width: 100%;
  object-fit: cover;
  object-position: center center;
  width: 100%;
}
.handy-about-story-copy .handy-eyebrow { color: #0090f0 !important; margin-bottom: 12px; }
.handy-about-story-copy h2 { font-size: clamp(34px, 3.7vw, 50px) !important; margin: 0 0 22px; }
.handy-about-story-copy p:not(.handy-eyebrow) { color: #566d82; font-size: 17px; line-height: 1.72; }
.handy-about-values { background: #f5fbff !important; }
.handy-about-heading { margin-bottom: 42px; }
.handy-about-heading .handy-eyebrow { color: #0090f0 !important; margin-bottom: 10px; }
.handy-about-heading h2 { font-size: clamp(34px, 3.6vw, 48px) !important; margin: 0; }
.handy-about-value-grid { align-items: stretch !important; gap: 24px; }
.handy-about-value-grid > .wp-block-column { display: flex; }
.handy-about-value-card {
  align-items: center;
  background: #fff;
  border: 1px solid #c8e8fb;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(25,65,95,.06);
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  padding: 34px 28px;
  text-align: center;
}
.handy-about-value-card > .handy-tabler-icon {
  align-self: center;
  margin-left: auto !important;
  margin-right: auto !important;
}
.handy-about-value-card h3 { font-size: 21px !important; margin: 20px 0 10px; }
.handy-about-value-card p { color: #566d82; line-height: 1.6; margin: 0; }
.handy-about-cta { box-sizing: border-box; padding: 58px 64px; }
.handy-about-cta h2 { font-size: clamp(32px, 3.6vw, 48px) !important; margin: 0 0 14px; }
.handy-about-cta > p { color: rgba(255,255,255,.82); font-size: 17px; margin: 0; }
.handy-about-cta .wp-block-buttons { margin-top: 26px; }
.handy-about-cta .wp-block-button:first-child .wp-block-button__link { border: 0 !important; }
.handy-about-cta .wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent;
  border-color: rgba(255,255,255,.55);
  color: #fff;
}
@media (max-width: 781px) {
  .handy-about-breadcrumb { padding: 14px 20px; }
  .handy-about-hero { min-height: 0; padding: 52px 20px; }
  .handy-about-hero h1 { font-size: 34px !important; }
  .handy-about-hero-inner > p:not(.handy-eyebrow) { font-size: 15px; }
  .handy-about-hero .wp-block-buttons,
  .handy-about-cta .wp-block-buttons { align-items: stretch; flex-direction: column; width: 100%; }
  .handy-about-hero .wp-block-button,
  .handy-about-hero .wp-block-button__link,
  .handy-about-cta .wp-block-button,
  .handy-about-cta .wp-block-button__link { width: 100%; }
  .handy-about-story > .wp-block-columns { gap: 38px; }
  .handy-about-story-media { min-height: 340px; }
  .handy-about-story-media img { height: 340px; }
  .handy-about-story-copy h2 { font-size: 32px !important; }
  .handy-about-heading { margin-bottom: 28px; }
  .handy-about-value-grid { gap: 16px; }
  .handy-about-value-card { padding: 28px 22px; }
  .handy-about-cta { padding: 48px 20px; }
}
/* Hide the empty paragraph WordPress may insert between the shared header and
   the homepage hero. It otherwise appears as an unintended horizontal strip. */
body.home .wp-block-post-content > p:empty {
	display: none !important;
}

/* Existing homepage content contains a leading paragraph with only a
   nonbreaking space. Limit this rule to the first content node so legitimate
   paragraphs elsewhere on the page are unaffected. */
body.home .wp-block-post-content > p:first-child {
	display: none !important;
}

/* Interactive painting estimator. */
.handy-paint-hero { padding-bottom: 64px; padding-top: 64px; }
.handy-calculator-hero { box-sizing: border-box; min-height: 390px; }
.handy-calculator-hero .handy-eyebrow {
  color: #63c8ff;
  margin-bottom: 14px;
}
.handy-calculator-hero h1 {
  font-size: clamp(40px, 4.7vw, 62px) !important;
  line-height: 1.02;
  margin: 0 auto 22px;
  max-width: 820px;
}
.handy-calculator-hero > p:last-child {
  color: #b8c8d7;
  font-size: 17px !important;
  line-height: 1.65;
  margin: 0 auto;
  max-width: 720px;
}
.handy-paint-tool-section { padding-bottom: 84px; padding-top: 84px; }
.handy-paint-estimator, .handy-paint-estimator * { box-sizing: border-box; }
.handy-paint-layout { align-items: start; display: grid; gap: 30px; grid-template-columns: minmax(0,1.3fr) minmax(390px,.7fr); margin: 0 auto; max-width: 1380px; }
.handy-paint-form, .handy-paint-summary { border: 1px solid #c8e8fb; border-radius: 18px; box-shadow: 0 18px 44px -30px rgba(34,54,74,.42); }
.handy-paint-form { background: #fff; padding: 38px; }
.handy-paint-form-heading { border-bottom: 1px solid #e4eef5; margin-bottom: 28px; padding-bottom: 25px; }
.handy-paint-kicker { color: #0090f0; display: block; font-family: Sora,sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .12em; margin-bottom: 8px; text-transform: uppercase; }
.handy-paint-form h2, .handy-paint-summary h2 { margin: 0; }
.handy-paint-form-heading p { color: #5b7186; font-size: 16px; line-height: 1.6; margin: 12px 0 0; max-width: 720px; }
.handy-paint-fieldset { border: 0; margin: 0 0 28px; padding: 0; }
.handy-paint-fieldset legend { color: #22364a; font-family: Sora,sans-serif; font-size: 15px; font-weight: 700; margin-bottom: 12px; }
.handy-paint-mode { display: grid; gap: 12px; grid-template-columns: repeat(2,minmax(0,1fr)); }
.handy-paint-mode legend { grid-column: 1/-1; }
.handy-paint-choice, .handy-paint-checks label { align-items: center; background: #f5fbff; border: 1px solid #cfe9fc; border-radius: 10px; color: #2a3a49; cursor: pointer; display: flex; font-family: Sora,sans-serif; font-weight: 600; min-height: 54px; padding: 12px 15px; }
.handy-paint-choice.is-active { background: #e5f4fe; border-color: #0090f0; color: #0078c0; }
.handy-paint-choice input, .handy-paint-checks input { accent-color: #0090f0; height: 17px; margin: 0 10px 0 0; width: 17px; }
.handy-paint-fields { display: grid; gap: 14px; grid-template-columns: repeat(2,minmax(0,1fr)); margin-bottom: 28px; }
.handy-paint-fields[hidden] { display: none; }
.handy-paint-fields > label { color: #2a3a49; display: flex; flex-direction: column; font-family: Sora,sans-serif; font-size: 13px; font-weight: 600; gap: 7px; }
.handy-paint-fields > label > span { align-items: center; background: #f5fbff; border: 1px solid #cfe9fc; border-radius: 10px; color: #657b8e; display: flex; font-family: "Source Sans 3",sans-serif; font-size: 14px; overflow: hidden; }
.handy-paint-fields input, .handy-paint-fields select { background: transparent; border: 0; border-radius: 0; box-shadow: none; color: #22364a; flex: 1; font: inherit; min-height: 50px; min-width: 0; outline: 0; padding: 11px 14px; width: 100%; }
.handy-paint-fields select {
	-webkit-appearance: none;
	appearance: none;
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%2322364a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m8 10 4 4 4-4'/%3E%3C/svg%3E");
	background-position: right 14px center;
	background-repeat: no-repeat;
	background-size: 18px 18px;
	cursor: pointer;
	font-family: Sora,sans-serif;
	font-weight: 600;
	padding-right: 46px;
}
.handy-paint-fields select::-ms-expand { display: none; }
.handy-paint-fields select:hover { background-color: #fff; }
.handy-paint-fields select:disabled { cursor: not-allowed; opacity: .6; }
.handy-paint-fields select option { background: #fff; color: #22364a; font-family: "Source Sans 3",sans-serif; }
.handy-paint-fields > label > span:focus-within { border-color: #0090f0; box-shadow: 0 0 0 3px rgba(0,144,240,.12); }
.handy-paint-checks { display: grid; gap: 12px; grid-template-columns: repeat(3,minmax(0,1fr)); }
.handy-paint-settings { background: #f8fbfd; border: 1px solid #d8e8f2; border-radius: 12px; padding: 0 20px; }
.handy-paint-settings summary { color: #22364a; cursor: pointer; font-family: Sora,sans-serif; font-size: 15px; font-weight: 700; padding: 18px 0; }
.handy-paint-settings > p { color: #657b8e; margin: -5px 0 20px; }
.handy-paint-settings .handy-paint-fields { margin-bottom: 22px; }
.handy-paint-summary { background: #22364a; color: #fff; padding: 34px; position: sticky; top: 28px; }
.handy-paint-summary h2 { color: #fff; font-size: clamp(34px,4vw,50px) !important; letter-spacing: -.035em; line-height: 1.1; }
.handy-paint-disclaimer { color: #b8c7d6; font-size: 14px; margin: 10px 0 26px; }
.handy-paint-result-grid { border-bottom: 1px solid rgba(255,255,255,.14); border-top: 1px solid rgba(255,255,255,.14); display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); padding: 14px 0; }
.handy-paint-result-grid > div { align-items: center; display: grid; gap: 2px 10px; grid-template-columns: 42px minmax(0,1fr); padding: 12px 8px; }
.handy-paint-result-grid .handy-tabler-icon { grid-row: 1/3; margin: 0 !important; }
.handy-paint-result-grid span { color: #b8c7d6; font-size: 12px; line-height: 1.25; }
.handy-paint-result-grid strong { color: #fff; font-family: Sora,sans-serif; font-size: 15px; line-height: 1.35; }
.handy-paint-breakdown { margin-top: 24px; }
.handy-paint-breakdown h3 { color: #fff; font-size: 17px !important; margin: 0 0 12px; }
.handy-paint-breakdown dl { margin: 0; }
.handy-paint-breakdown dl > div { border-bottom: 1px solid rgba(255,255,255,.1); display: flex; gap: 18px; justify-content: space-between; padding: 9px 0; }
.handy-paint-breakdown dt { color: #b8c7d6; }
.handy-paint-breakdown dd { color: #fff; font-weight: 600; margin: 0; text-align: right; }
.handy-paint-tip { align-items: flex-start; background: rgba(0,144,240,.1); border: 1px solid rgba(111,192,247,.3); border-radius: 12px; display: flex; gap: 12px; margin-top: 24px; padding: 16px; }
.handy-paint-tip .handy-tabler-icon { flex: 0 0 38px; margin: 0 !important; }
.handy-paint-tip p { color: #d8e5ee; font-size: 13px; line-height: 1.5; margin: 0; }
.handy-paint-tip strong { color: #fff; }
.handy-paint-quote { background: #0090f0; border: 0; border-radius: 10px; color: #fff !important; display: block; font-family: Sora,sans-serif; font-size: 16px; font-weight: 700; margin-top: 22px; padding: 15px 20px; text-align: center; text-decoration: none !important; }
.handy-paint-quote:hover, .handy-paint-quote:focus { background: #007dcc; color: #fff !important; }
.handy-paint-guide { padding-bottom: 82px; padding-top: 82px; }
.handy-paint-guide > h2 { margin: 8px 0 12px; }
.handy-paint-guide-intro { color: #5b7186; margin: 0 auto 40px; max-width: 720px; }
.handy-paint-guide-grid { align-items: stretch !important; gap: 20px; }
.handy-paint-guide-grid > .wp-block-column { display: flex; }
.handy-paint-guide-card { background: #f5fbff; border: 1px solid #cfe9fc; border-radius: 14px; flex: 1; padding: 28px 22px; text-align: center; }
.handy-paint-guide-card .handy-step-number { margin-left: auto !important; margin-right: auto !important; }
.handy-paint-guide-card h3 { font-size: 18px !important; margin: 0 0 10px; }
.handy-paint-guide-card > p:last-child { color: #5b7186; font-size: 15px; line-height: 1.55; margin: 0; }
@media (max-width: 980px) {
  .handy-paint-layout { grid-template-columns: 1fr; }
  .handy-paint-summary { position: static; }
  .handy-paint-guide-grid { flex-wrap: wrap !important; }
  .handy-paint-guide-grid > .wp-block-column { flex-basis: calc(50% - 10px) !important; }
}
@media (max-width: 620px) {
  .handy-paint-hero { min-height: 0; padding-bottom: 52px; padding-top: 52px; }
  .handy-calculator-hero h1 { font-size: 34px !important; }
  .handy-calculator-hero > p:last-child { font-size: 15px !important; }
  .handy-paint-tool-section { padding: 46px 14px; }
  .handy-paint-form, .handy-paint-summary { border-radius: 14px; padding: 24px 18px; }
  .handy-paint-mode, .handy-paint-fields, .handy-paint-checks, .handy-paint-result-grid { grid-template-columns: 1fr; }
  .handy-paint-result-grid > div { padding-left: 0; padding-right: 0; }
  .handy-paint-guide { padding-bottom: 52px; padding-top: 52px; }
  .handy-paint-guide-grid > .wp-block-column { flex-basis: 100% !important; }
}

/* Interactive flooring estimator additions. */
.handy-floor-types { display: grid; gap: 12px; grid-template-columns: repeat(3,minmax(0,1fr)); }
.handy-floor-types legend { grid-column: 1/-1; }
.handy-floor-choice { align-items: center; background: #f5fbff; border: 1px solid #cfe9fc; border-radius: 10px; color: #2a3a49; cursor: pointer; display: flex; font-family: Sora,sans-serif; font-weight: 700; min-height: 70px; padding: 13px 15px; }
.handy-floor-choice.is-active { background: #e5f4fe; border-color: #0090f0; color: #0078c0; }
.handy-floor-choice input { accent-color: #0090f0; height: 17px; margin: 0 10px 0 0; width: 17px; }
.handy-floor-choice span { display: flex; flex-direction: column; line-height: 1.25; }
.handy-floor-choice small { color: #71869a; font-family: "Source Sans 3",sans-serif; font-size: 12px; font-weight: 500; margin-top: 3px; }
.handy-floor-estimator .handy-paint-fields[data-floor-room-fields] { grid-template-columns: repeat(3,minmax(0,1fr)); }
@media (max-width: 760px) {
  .handy-floor-types { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .handy-floor-estimator .handy-paint-fields[data-floor-room-fields] { grid-template-columns: 1fr; }
}
@media (max-width: 420px) {
  .handy-floor-types { grid-template-columns: 1fr; }
}

/* Interactive TV mounting estimator additions. */
.handy-tv-choice-grid { display: grid; gap: 12px; grid-template-columns: repeat(3,minmax(0,1fr)); }
.handy-tv-choice-grid legend { grid-column: 1/-1; }
.handy-tv-wall-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.handy-tv-choice-grid .handy-paint-choice { justify-content: center; text-align: center; }
.handy-tv-addons { grid-template-columns: repeat(2,minmax(0,1fr)); }
@media (max-width: 680px) {
  .handy-tv-choice-grid, .handy-tv-wall-grid, .handy-tv-addons { grid-template-columns: 1fr; }
}
.handy-footer-fixed-nav .handy-footer-widget-title {
	margin: 0 0 20px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
}

.handy-footer-fixed-nav .handy-footer-tools-title {
	margin-top: 28px;
}

.handy-footer-fixed-nav .handy-footer-link-list {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.handy-footer-fixed-nav .handy-footer-link-list a {
	color: #a9bed0;
	text-decoration: none;
}

.handy-footer-fixed-nav .handy-footer-link-list a:hover,
.handy-footer-fixed-nav .handy-footer-link-list a:focus-visible {
	color: #fff;
}
