/**
 * Pressure washing service page (post 24).
 * Ported from mockups/pressure-washing/variation-1.0.3.html (<style id="pw-preview-css">).
 */
/* Section rhythm. padding-block only: lateral padding stays with the theme rules,
   because .full-width-bg re-adds the mobile gutter and a padding shorthand here
   would zero it and let text touch the screen edge. */
.pw-calc,.pw-costs,.pw-surfaces,.pw-heat,.pw-notwash,.pw-ba,.pw-case,.pw-how,.pw-reviews,.pw-faq,.pw-areas,.pw-related{
  padding-top:var(--section-padding,clamp(3rem,8vw,5rem));
  padding-bottom:var(--section-padding,clamp(3rem,8vw,5rem));
}
.pw-faq .faq-list>*{max-width:720px;margin-left:auto;margin-right:auto}
.pw-lead{max-width:760px;margin:1.25rem auto 2.5rem;color:#46474d;font-size:1.0625rem;line-height:1.7}
.pw-h3{text-align:center;margin:3rem 0 1.5rem}

/* --- hero --- */
.pw-hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);gap:clamp(2rem,5vw,3.5rem);align-items:center;text-align:left}
.pw-hero-copy{min-width:0}
.pw-hero h1{display:block;max-width:none;margin:0 0 1.25rem;text-align:left}
.pw-hero h1::after{left:0;transform:none}
.pw-hero-price{display:flex;align-items:baseline;gap:.45rem;flex-wrap:wrap;margin-bottom:.4rem}
/* primary-dark rather than brand red: #df3b26 on white is 4.38:1, under the
   4.5:1 the design system requires, and this line can fall below the large-text
   threshold at the small end of the clamp. #c43520 is the theme's own darker red
   and measures 5.42:1. */
.pw-hero-price strong{font-family:Arvo,Georgia,serif;font-size:clamp(1.15rem,1.7vw,1.4rem);color:#c43520}
.pw-hero-price span{font-size:.95rem;font-weight:700;color:#232426}
.pw-hero-sep{color:#66686e}
.pw-hero-min{margin:.2rem 0 .9rem;color:#46474d;font-size:.95rem}
.pw-hero-lead{margin:0;color:#46474d;line-height:1.7}
.pw-hero-actions{justify-content:flex-start!important;margin:1.75rem 0 0!important;gap:.75rem}
.pw-hero-actions .wp-block-button__link{min-height:44px;display:inline-flex;align-items:center;justify-content:center}
.pw-hero .trust-items{grid-column:1/-1;justify-content:center;gap:1rem 2rem;margin-top:.5rem;padding-top:1.5rem;border-top:1px solid #e5e5e5}
.pw-hero .trust-item{font-size:.875rem;white-space:nowrap}
.pw-hero-review{display:inline-flex;align-items:center;gap:.4rem;font-size:.875rem;color:#232426;text-decoration:none;white-space:nowrap}
.pw-hero-review-g{display:inline-flex}.pw-hero-review-g svg{width:20px;height:20px;display:block}
.pw-hero-review-stars{color:#fbbf24;letter-spacing:.06em;font-size:1.05em}
.pw-hero-review:hover .pw-hero-review-txt{text-decoration:underline;text-underline-offset:3px}
.pw-hero-review:focus-visible{outline:2px solid #df3b26;outline-offset:3px;border-radius:6px}
.pw-h1-br{display:inline}
.pw-hero-photo{margin:0;min-width:0}
.pw-hero-photo img{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;border-radius:12px;box-shadow:0 4px 18px rgba(35,36,38,.12)}
.pw-hero-photo figcaption{margin-top:.6rem;font-size:.8125rem;color:#66686e;text-align:center}

/* --- calculator --- */
.pw-calc{background:#f9f9f9;scroll-margin-top:120px}
.pw-calc-card{max-width:1000px;margin:0 auto;background:#fff;border:1px solid #e5e5e5;border-radius:12px;box-shadow:0 4px 18px rgba(35,36,38,.08);display:grid;grid-template-columns:1.15fr 1fr;overflow:hidden}
.pw-calc-mtotal{display:none}
.pw-calc-mtotal-info{display:flex;flex-direction:column;line-height:1.35}
.pw-calc-mtotal-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.6)}
.pw-calc-mtotal-note{font-size:.8125rem;color:rgba(255,255,255,.9)}
.pw-calc-mtotal-num{font-size:1.375rem;font-weight:700;color:#fff}
.pw-calc-mtotal-num.is-quoted{font-size:1rem}
.pw-calc-build{padding:clamp(1.25rem,3vw,2rem)}
.pw-section-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;font-weight:700;color:#46474d;margin:0 0 1rem}
.pw-calc-build .pw-section-label:not(:first-child){margin-top:1.75rem}
.pw-field{margin-bottom:1.25rem}
.pw-field label{display:block;font-weight:700;color:#232426;margin-bottom:.4rem;font-size:1rem}
.pw-input-wrap{display:flex;align-items:center;gap:.5rem;max-width:260px}
.pw-input-wrap input{flex:1;min-width:0;min-height:48px;padding:.75rem 1rem;border:1px solid #e5e5e5;border-radius:8px;background:#fff;color:#232426;font:inherit;font-size:1rem}
.pw-input-wrap input:focus-visible{outline:3px solid #df3b26;outline-offset:2px}
.pw-unit{font-size:.875rem;color:#66686e;white-space:nowrap}
.pw-hint{display:block;margin-top:.35rem;font-size:.8125rem;color:#66686e;line-height:1.5}
.pw-toggle{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 0;border-top:1px solid #f0f0f0}
.pw-toggle input{flex-shrink:0;width:22px;height:22px;margin:12px 0 0;accent-color:#df3b26;cursor:pointer}
.pw-toggle label{display:block;min-height:44px;padding-top:10px;cursor:pointer}
.pw-toggle-name{display:block;font-weight:700;color:#232426;line-height:1.4}
.pw-toggle-note{display:block;margin-top:.2rem;font-size:.8125rem;color:#66686e;line-height:1.5}
.pw-calc-summary{background:#232426;color:#fff;padding:clamp(1.25rem,3vw,2rem);display:flex;flex-direction:column}
.pw-summary-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.6)}
.pw-summary-total{font-size:2.75rem;font-weight:700;line-height:1.1;margin-top:.25rem;font-family:Arvo,Georgia,serif}
.pw-summary-total.is-quoted{font-size:1.5rem;line-height:1.3}
.pw-summary-msg{font-size:.875rem;color:rgba(255,255,255,.75);line-height:1.6;margin:.75rem 0 0}
.pw-summary-lines{list-style:none;margin:1.25rem 0 0;padding:1.25rem 0 0;border-top:1px solid rgba(255,255,255,.18);display:flex;flex-direction:column;gap:.6rem}
.pw-summary-lines li{display:flex;justify-content:space-between;gap:.75rem;font-size:.9375rem;color:rgba(255,255,255,.92)}
.pw-line-amt{font-weight:700;white-space:nowrap}
.pw-summary-note{font-size:.8125rem;color:rgba(255,255,255,.6);line-height:1.5;margin:1.25rem 0}
.pw-cta{display:flex;align-items:center;justify-content:center;text-align:center;box-sizing:border-box;min-height:52px;padding:.75rem 1.5rem;font-size:1rem;line-height:1.4;background:#df3b26;color:#fff!important;font-weight:700;border-radius:9999px;text-decoration:none;transition:background-color .2s ease}
.pw-cta:hover{background:#c43520;text-decoration:none}
.pw-cta:focus-visible{outline:3px solid #fff;outline-offset:2px}
.pw-cta-secondary{display:block;text-align:center;min-height:44px;padding:.75rem;margin-top:.5rem;font-weight:700;color:rgba(255,255,255,.85)!important;text-decoration:underline}
.pw-cta-secondary:hover{color:#fff!important}

/* --- price tables --- */
.pw-tables{max-width:1140px;margin:0 auto}
.pw-table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:.6rem}
.pw-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid #e5e5e5;border-radius:12px;overflow:hidden;font-size:.95rem}
.pw-table caption{caption-side:top;text-align:left;font-family:Arvo,Georgia,serif;font-size:1.05rem;color:#232426;padding:0 0 .6rem}
.pw-table th{background:#f9f9f9;color:#232426;font-weight:700;text-align:left;padding:12px 16px;border-bottom:1px solid #e5e5e5;white-space:nowrap}
.pw-table td{padding:12px 16px;border-bottom:1px solid #f0f0f0;color:#46474d}
.pw-table tbody tr:last-child td,.pw-table tbody tr:last-child th{border-bottom:none}
.pw-table--price tbody td:nth-child(2){font-weight:700;color:#232426;white-space:nowrap}
.pw-table-hint{display:none;font-size:.8rem;color:#66686e;margin:.35rem 0 0}
@media(max-width:767px){
  .pw-factor-grid{flex-direction:column}
  .pw-factor-card{flex-basis:auto;width:100%;max-width:none}
  .pw-faq .faq-list{padding-left:16px;padding-right:16px}.pw-table-hint{display:block}
.pw-table-scroll{position:relative;background:linear-gradient(to left,rgba(249,249,249,.95),rgba(249,249,249,0) 40px) right/40px 100% no-repeat}}
.pw-table-note{font-size:.85rem;color:#66686e;margin:0 0 2.5rem}
.pw-estimate-callout{max-width:1140px;margin:0 auto}
.pw-factor-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;max-width:1140px;margin:1.5rem auto 0!important;align-items:stretch!important}
.pw-factor-card{flex:1 1 280px}
.pw-factor-card{height:auto;margin:0}
.pw-factor-card:hover{transform:none;box-shadow:none;border-color:transparent}
.pw-h3{margin-top:2.5rem}
.pw-costs-notes{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;max-width:1140px;margin:2.5rem auto 0;align-items:stretch}
.pw-costs-note{margin:0;padding:1rem 1.25rem;background:#f9f9f9;border-radius:8px;font-size:.95rem;color:#46474d;line-height:1.7}

/* --- surfaces --- */
.pw-surfaces{background:#fff}
.pw-heat{background:#f9f9f9}
.pw-heat-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(1.5rem,4vw,3rem);max-width:1060px;margin:0 auto;align-items:start}
.pw-heat-copy p{margin:0 0 1rem;color:#46474d;line-height:1.7}
.pw-heat-icon{margin:0 0 1rem}
.pw-heat-h3{margin:0 0 .5rem;font-size:1rem;text-align:left}
.pw-heat-h3::after{content:none}
.pw-heat-list{margin:0 0 1.25rem}
.pw-heat-list:last-child{margin-bottom:0}
.pw-heat .check-desc:empty{display:none}
.pw-heat-list .check-item{margin-bottom:.1rem;padding:.15rem .5rem;gap:.6rem;align-items:center}
.pw-heat-list .check-icon{width:22px;height:22px}
.pw-heat-list .check-icon svg{width:11px;height:11px}
.pw-heat-list .check-item:last-child{margin-bottom:0}
.pw-heat-list .check-label{font-size:.9375rem;font-weight:400;color:#46474d}
.pw-surface-card{max-width:none!important;height:100%;margin:0;background:#f9f9f9;border-color:transparent}
.pw-surface-card:hover{transform:none;box-shadow:none;border-color:transparent}
.pw-surface-card .feature-title{margin-top:.85rem}

/* --- what we will not wash --- */
.pw-notwash-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);gap:clamp(1.5rem,4vw,3rem);max-width:1140px;margin:0 auto;align-items:start}
.pw-notwash-list{max-width:none}
.pw-soft-callout p:last-child{margin-top:1rem}
.pw-no-icon{background:#fdeceb}
.pw-no-item .check-label{color:#232426}

/* --- before/after sliders --- */
.ba-slider{position:relative;width:100%;aspect-ratio:4/3;overflow:hidden;border-radius:12px;cursor:ew-resize;touch-action:pan-y;background:#e5e5e5;box-shadow:0 2px 8px rgba(0,0,0,.08)}
.ba-slider:focus-visible{outline:3px solid #df3b26;outline-offset:3px}
.ba-slider img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none;display:block}
.ba-img-after{clip-path:inset(0 0 0 30%)}
.ba-line{position:absolute;top:0;bottom:0;left:30%;width:3px;background:#fff;transform:translateX(-50%);z-index:4;pointer-events:none;box-shadow:0 0 8px rgba(0,0,0,.35)}
.ba-handle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:44px;height:44px;border-radius:9999px;background:#fff;color:#232426;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 10px rgba(0,0,0,.28)}
.pw-ba-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:1000px;margin:0 auto}
.pw-ba-item{margin:0}
.pw-ba-item figcaption{margin-top:.65rem;font-size:.875rem;color:#66686e;text-align:center}

/* --- case study --- */
.pw-case{background:#f9f9f9;border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5}
.pw-case-card{display:grid;grid-template-columns:minmax(280px,.85fr) minmax(0,1.15fr);align-items:stretch;max-width:1060px;margin:0 auto;overflow:hidden;background:#fff;border:1px solid #e5e5e5;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.05)}
.pw-case-photo{margin:0;min-height:100%;display:flex;flex-direction:column}
.pw-case-photo .ba-slider{border-radius:0;flex:1 1 auto;height:100%;box-shadow:none}
.pw-case-photo .ba-slider img{height:100%;object-fit:cover}
.pw-case-photo figcaption{padding:.55rem .9rem;font-size:.8rem;color:#66686e;text-align:center;border-top:1px solid #e5e5e5;background:#fff}
.pw-case-body{padding:clamp(1.25rem,3vw,2rem)}
.pw-case-meta{margin:0 0 .4rem;color:#c43520;font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}
.pw-case-body h3{margin:0 0 1rem;color:#232426}
.pw-case-ledger{width:100%;margin:0 0 1.5rem;border-collapse:separate;border-spacing:0;border:1px solid #e5e5e5;border-radius:12px;overflow:hidden;table-layout:fixed;background:#fff}
.pw-case-ledger th,.pw-case-ledger td{padding:11px 14px;border-bottom:1px solid #e5e5e5;font-size:.9rem;vertical-align:top}
.pw-case-ledger th{text-align:left;font-weight:400;color:#46474d;overflow-wrap:anywhere}
.pw-case-ledger td{text-align:right;font-weight:700;color:#232426}
.pw-case-ledger tr:last-child th,.pw-case-ledger tr:last-child td{border-bottom:0}
.pw-case-total th,.pw-case-total td{background:#f9f9f9;font-weight:700;color:#232426}
.pw-case-review{margin:0}

/* --- how it works --- */
.pw-how .step-grid{margin-bottom:2.5rem}
.pw-guarantee{max-width:1140px;margin:0 auto}

/* --- reviews --- */
.pw-reviews{background:#f9f9f9}
.pw-reviews h2{margin-bottom:var(--section-header-spacing,2.5rem)}
.pw-review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;max-width:1060px;margin:0 auto;align-items:stretch}
.pw-testimonial{margin:0;padding:2rem;background:#fff;border-radius:var(--card-radius,12px);box-shadow:var(--card-shadow,0 2px 8px rgba(0,0,0,.06));border:1px solid transparent;box-sizing:border-box;display:flex;flex-direction:column}
.pw-testimonial .testimonial-stars{color:#fbbf24;font-size:1.25rem;letter-spacing:-1px;margin-bottom:1rem}
.pw-testimonial .testimonial-text{color:#46474d;font-size:1rem;line-height:1.7;margin:0 0 1.5rem;font-style:italic;flex:1 1 auto}
.pw-testimonial .testimonial-author{display:block;color:#232426;font-size:.9375rem;margin:0;padding-top:1rem;border-top:1px solid #e5e5e5}
.pw-testimonial .testimonial-author strong{display:inline;color:#232426}
.pw-review-footer{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem;align-items:center;margin-top:2rem}
.pw-review-footer .google-rating{display:flex;align-items:center;gap:.5rem}
.pw-review-footer .rating-text{color:#46474d;font-size:.9375rem}
.pw-review-footer .testimonials-link{margin:0}
.pw-review-footer .testimonials-link a{font-weight:700}
.pw-trust-badges{display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;gap:.75rem;margin:1.5rem auto 0;padding:1.5rem;background:var(--wp--preset--color--base,#fff);border-radius:var(--card-radius,12px);max-width:900px}
.pw-trust-badges a.trust-badge{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:128px;min-height:56px;padding:.5rem .875rem;background:#fff;border:1px solid var(--wp--preset--color--border,#e5e5e5);border-radius:8px;text-decoration:none;text-align:center;transition:transform var(--transition-fast,.15s),box-shadow var(--transition-fast,.15s)}
.pw-trust-badges a.trust-badge:hover{transform:var(--lift-hover,translateY(-2px));box-shadow:var(--card-shadow-hover,0 6px 18px rgba(35,36,38,.1));border-bottom-color:var(--wp--preset--color--border,#e5e5e5)}
.pw-trust-badges .trust-badge--logo img{display:block;width:auto;height:34px;max-width:150px;object-fit:contain}
.pw-trust-badges a.trust-badge--mark{flex-direction:row;gap:.45rem;color:var(--wp--preset--color--contrast,#232426)}
.pw-trust-badges .trust-badge__mark{width:20px;height:20px;flex-shrink:0}
.pw-trust-badges .trust-badge__name{font-weight:700;font-size:.9375rem;color:var(--wp--preset--color--contrast,#232426);line-height:1.3}
@media(prefers-reduced-motion:reduce){.pw-trust-badges a.trust-badge:hover{transform:none}}
@media(max-width:767px){.pw-trust-badges{gap:.5rem;padding:1rem}
.pw-trust-badges a.trust-badge{box-sizing:border-box;flex:1 1 calc(50% - .5rem);min-width:0;padding:.5rem .5rem}
.pw-trust-badges .trust-badge--logo img{max-width:100%;height:30px}}

/* --- areas --- */
.pw-area-tags{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin:0 auto;max-width:900px}
.pw-area-tags a{text-decoration:none;border:1px solid #e5e5e5;border-radius:9999px;padding:8px 18px;font-size:.9rem;color:#232426;background:#fff;min-height:44px;display:inline-flex;align-items:center;transition:border-color .2s ease,color .2s ease}
.pw-area-tags a:hover{border-color:#df3b26;color:#c43520}
.pw-area-callouts{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;max-width:1140px;margin:2.5rem auto 0;align-items:stretch}

/* --- related --- */
.pw-related{padding-bottom:calc(var(--section-padding,clamp(3rem,8vw,5rem))/2)}
/* The service-page template wrapper adds 80px below the content; with the section's own
   padding and the CTA's margin that stacked to a 128px hole (Nerijus 2026-08-26). This
   stylesheet loads only on this page, so the rule is page-scoped by construction. */
.page-content.service-page{padding-bottom:0}
.pw-guarantee{padding-left:1.25rem}
.pw-guarantee::before{content:none}
.pw-related .link-list-item a{align-items:flex-start;gap:1rem}
.pw-related .link-list-item a::after{margin-top:.35rem}
.pw-link-body{display:flex;flex-direction:column;gap:.2rem;min-width:0}
.pw-link-title{font-weight:700;color:#232426}
.pw-link-desc{font-size:.9rem;color:#66686e;line-height:1.6}
.pw-related .link-list-item a:hover .pw-link-title{color:#df3b26}

/* --- responsive --- */
@media(max-width:1023px){
  .pw-hero{grid-template-columns:1fr;gap:2rem}
  .pw-hero h1{max-width:none}
  .pw-calc-card{grid-template-columns:1fr;overflow:visible}
  .pw-calc-mtotal{display:flex;align-items:center;justify-content:space-between;gap:.75rem;position:sticky;top:155px;z-index:6;background:#232426;color:#fff;padding:.7rem 1.25rem;border-radius:12px 12px 0 0}
  .pw-calc-mtotal + .pw-calc-build{border-radius:0}
  .pw-surface-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .pw-notwash-grid{grid-template-columns:1fr}
  .pw-heat-grid{grid-template-columns:1fr}
  .pw-case-card{grid-template-columns:1fr}
  .pw-case-photo .ba-slider{aspect-ratio:4/3;height:auto}
  .pw-review-grid{grid-template-columns:1fr}
  .pw-area-callouts{grid-template-columns:1fr}
  .pw-costs-notes{grid-template-columns:1fr}
}
@media(max-width:767px){
  .pw-ba-grid{grid-template-columns:1fr;gap:1.75rem}
  .pw-surface-grid{grid-template-columns:1fr}
  .pw-table{font-size:.88rem}
  .pw-table th,.pw-table td{padding:10px 11px}
}
@media(max-width:599px){
  .pw-hero{text-align:center}
  .pw-hero h1{margin-left:auto;margin-right:auto;text-align:center}
  .pw-hero h1::after{left:50%;transform:translateX(-50%)}
  .pw-hero-price{justify-content:center;display:grid;gap:.15rem}
  .pw-hero-sep{display:none}
  .pw-hero-actions{display:grid!important;grid-template-columns:1fr}
  .pw-hero-actions .wp-block-button,.pw-hero-actions .wp-block-button__link{width:100%}
  .pw-h1-br{display:none}
  .pw-hero .trust-items{display:grid;grid-template-columns:auto auto;justify-content:center;column-gap:1.25rem;row-gap:.6rem;margin-top:1.25rem;padding-top:1rem}
  .pw-hero .trust-item,.pw-hero .pw-hero-review{font-size:.8125rem;white-space:nowrap}
  .pw-input-wrap{max-width:none}
}
