.elementor-1384 .elementor-element.elementor-element-575bdc7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1384 .elementor-element.elementor-element-7b52c3f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1384 .elementor-element.elementor-element-f8cd44e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1384 .elementor-element.elementor-element-f156edc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1384 .elementor-element.elementor-element-1e1a3be{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1384 .elementor-element.elementor-element-1f8e2a3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1384 .elementor-element.elementor-element-70fe7d8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-5fe054b *//* ── Hero Shell ── */
.pwu-remodel-hero {
  background-color: var(--brand-navy);
  padding: 100px 40px;
}

.pwu-remodel-hero__inner {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 64px;
  align-items: start;
}

/* ── Left: Copy ── */
.pwu-remodel-hero__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* Eyebrow */
.pwu-remodel-hero .pwu-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand-blue-light);
  margin-bottom: 20px;
}

.pwu-remodel-hero .pwu-eyebrow::before {
  content: '';
  display: block;
  width: 32px;
  height: 1px;
  background: var(--brand-blue-light);
}

/* H1 */
.pwu-remodel-hero h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.15;
  color: #ffffff;
  margin: 0 0 24px;
}

/* Subhead */
.pwu-remodel-hero__sub {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.125rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.75);
  margin: 0 0 32px;
  max-width: 560px;
}

/* Proof List */
.pwu-remodel-hero__proof {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pwu-remodel-hero__proof li {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.65);
  padding-left: 18px;
  position: relative;
}

.pwu-remodel-hero__proof li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--brand-blue-light);
}

/* ── Right: CTA Panel ── */
.pwu-remodel-hero__panel {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 3px solid var(--brand-blue-light);
  border-radius: 2px;
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

.pwu-remodel-hero__panel-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 12px;
}

.pwu-remodel-hero__panel-sub {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.65);
  margin: 0 0 28px;
}

.pwu-remodel-hero__panel-list {
  list-style: none;
  margin: 0 0 32px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.pwu-remodel-hero__panel-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9375rem;
  color: rgba(255, 255, 255, 0.8);
}

.pwu-remodel-hero__cta {
  display: inline-block;
  width: 100%;
  text-align: center;
  background: var(--brand-blue-light);
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 30px;
  border-radius: 2px;
  transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.pwu-remodel-hero__cta:hover {
  background: #5d8aad;
  transform: translateY(-2px);
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .pwu-remodel-hero {
    padding: 80px 32px;
  }
  .pwu-remodel-hero__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .pwu-remodel-hero h1 {
    font-size: 2.25rem;
  }
  .pwu-remodel-hero__panel {
    width: 100%;
    max-width: 520px;
  }
}

@media (max-width: 768px) {
  .pwu-remodel-hero {
    padding: 60px 20px;
  }
  .pwu-remodel-hero h1 {
    font-size: 2rem;
  }
}

.pwu-remodel-hero__cta:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: var(--brand-navy);
  transform: translateY(-2px);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a717140 *//* ── Shell ── */
.pwu-remodel-scope {
  background-color: var(--brand-off-white);
  padding: 100px 40px;
}

.pwu-remodel-scope__inner {
  max-width: 1140px;
  margin: 0 auto;
}

/* ── Header ── */
.pwu-remodel-scope__header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 64px;
}

.pwu-remodel-scope__header .pwu-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand-blue-light);
  margin-bottom: 20px;
}

.pwu-remodel-scope__header .pwu-eyebrow::before {
  content: '';
  display: block;
  width: 32px;
  height: 1px;
  background: var(--brand-blue-light);
}

.pwu-remodel-scope__header h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--brand-navy);
  line-height: 1.2;
  margin: 0 0 20px;
}

.pwu-remodel-scope__intro {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.0625rem;
  line-height: 1.75;
  color: var(--brand-charcoal);
  margin: 0;
}

/* ── Grid ── */
.pwu-remodel-scope__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start;
}

/* ── Cards ── */
.pwu-remodel-scope__card {
  border-radius: 2px;
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  position: relative;
}

/* Light card */
.pwu-remodel-scope__card--light {
  background: var(--brand-pure-white);
  border: 1px solid var(--brand-border);
  border-top: 3px solid var(--brand-blue-light);
}

/* Dark card */
.pwu-remodel-scope__card--dark {
  background: var(--brand-navy);
  border-top: 3px solid var(--brand-blue-light);
}

/* Icon */
.pwu-remodel-scope__card-icon {
  margin-bottom: 24px;
}

/* Badge (commercial only) */
.pwu-remodel-scope__card-badge {
  position: absolute;
  top: 24px;
  right: 24px;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brand-blue-light);
  border: 1px solid var(--brand-blue-light);
  border-radius: 2px;
  padding: 4px 10px;
}

/* H3 */
.pwu-remodel-scope__card h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 16px;
}

.pwu-remodel-scope__card--light h3 {
  color: var(--brand-navy);
}

.pwu-remodel-scope__card--dark h3 {
  color: #ffffff;
}

/* Body copy */
.pwu-remodel-scope__card p {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9375rem;
  line-height: 1.75;
  margin: 0 0 28px;
}

.pwu-remodel-scope__card--light p {
  color: var(--brand-charcoal);
}

.pwu-remodel-scope__card--dark p {
  color: rgba(255, 255, 255, 0.72);
}

/* Feature list */
.pwu-remodel-scope__list {
  list-style: none;
  margin: 0 0 36px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.pwu-remodel-scope__list li {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9375rem;
  padding-left: 20px;
  position: relative;
}

.pwu-remodel-scope__card--light .pwu-remodel-scope__list li {
  color: var(--brand-charcoal);
}

.pwu-remodel-scope__card--dark .pwu-remodel-scope__list li {
  color: rgba(255, 255, 255, 0.8);
}

.pwu-remodel-scope__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand-blue-light);
}

/* CTAs */
.pwu-remodel-scope__cta {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 30px;
  border-radius: 2px;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out, transform 0.3s ease-in-out;
  margin-top: auto;
}

.pwu-remodel-scope__cta--outline {
  background: transparent;
  color: var(--brand-navy);
  border: 2px solid var(--brand-navy);
}

.pwu-remodel-scope__cta--outline:hover {
  background: var(--brand-navy);
  color: #ffffff;
  transform: translateY(-2px);
}

.pwu-remodel-scope__cta--solid {
  background: var(--brand-blue-light);
  color: #ffffff;
  border: 2px solid var(--brand-blue-light);
}

.pwu-remodel-scope__cta--solid:hover {
  background: #5d8aad;
  border-color: #5d8aad;
  transform: translateY(-2px);
}

/* ── Bottom note ── */
.pwu-remodel-scope__note {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9375rem;
  color: var(--brand-gray-muted);
  margin: 48px 0 0;
}

.pwu-remodel-scope__note a {
  color: var(--brand-blue-light);
  text-decoration: none;
  font-weight: 600;
}

.pwu-remodel-scope__note a:hover {
  text-decoration: underline;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .pwu-remodel-scope {
    padding: 80px 32px;
  }
  .pwu-remodel-scope__header {
    margin-bottom: 48px;
  }
}

@media (max-width: 768px) {
  .pwu-remodel-scope {
    padding: 60px 20px;
  }
  .pwu-remodel-scope__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .pwu-remodel-scope__header h2 {
    font-size: 1.75rem;
  }
  .pwu-remodel-scope__card {
    padding: 36px 28px;
  }
}

.pwu-remodel-scope__note-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}

.pwu-remodel-scope__note-wrap .pwu-remodel-scope__note {
  text-align: center;
  max-width: 520px;
}

.pwu-remodel-scope__cta--solid:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: var(--brand-navy);
  transform: translateY(-2px);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-52c38d1 *//* ── Shell ── */
.pwu-remodel-portfolio {
  background-color: var(--brand-pure-white);
  padding: 100px 40px;
}

.pwu-remodel-portfolio__inner {
  max-width: 1140px;
  margin: 0 auto;
}

/* ── Header ── */
.pwu-remodel-portfolio__header {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 64px;
}

.pwu-remodel-portfolio__header .pwu-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand-blue-light);
  margin-bottom: 20px;
}

.pwu-remodel-portfolio__header .pwu-eyebrow::before {
  content: '';
  display: block;
  width: 32px;
  height: 1px;
  background: var(--brand-blue-light);
}

.pwu-remodel-portfolio__header h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--brand-navy);
  line-height: 1.2;
  margin: 0 0 20px;
}

.pwu-remodel-portfolio__intro {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.0625rem;
  line-height: 1.75;
  color: var(--brand-charcoal);
  margin: 0;
}

/* ── Grid ── */
.pwu-remodel-portfolio__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* ── Card ── */
.pwu-remodel-portfolio__card {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--brand-border);
  border-radius: 2px;
  overflow: hidden;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.pwu-remodel-portfolio__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(35, 39, 48, 0.1);
}

/* ── Image wrap + overlay ── */
.pwu-remodel-portfolio__img-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 4;
}

.pwu-remodel-portfolio__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease-in-out;
}

.pwu-remodel-portfolio__card:hover .pwu-remodel-portfolio__img-wrap img {
  transform: scale(1.04);
}

.pwu-remodel-portfolio__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(35, 39, 48, 0.88) 0%, rgba(35, 39, 48, 0) 55%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px 20px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.pwu-remodel-portfolio__card:hover .pwu-remodel-portfolio__overlay {
  opacity: 1;
}

.pwu-remodel-portfolio__overlay-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
}

.pwu-remodel-portfolio__overlay-loc {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--brand-blue-light);
  margin-top: 4px;
}

/* ── Meta ── */
.pwu-remodel-portfolio__meta {
  padding: 20px 22px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: var(--brand-pure-white);
  flex: 1;
}

.pwu-remodel-portfolio__type {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--brand-blue-light);
}

.pwu-remodel-portfolio__meta p {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  line-height: 1.65;
  color: var(--brand-charcoal);
  margin: 0;
}

.pwu-remodel-portfolio__meta p a {
  color: var(--brand-blue-light);
  text-decoration: none;
  font-weight: 600;
}

.pwu-remodel-portfolio__meta p a:hover {
  text-decoration: underline;
}

/* ── Footer ── */
.pwu-remodel-portfolio__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-top: 56px;
  text-align: center;
}

.pwu-remodel-portfolio__footer p {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9375rem;
  color: var(--brand-gray-muted);
  margin: 0;
  font-style: italic;
}

.pwu-remodel-portfolio__cta {
  display: inline-block;
  background: var(--brand-navy);
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 36px;
  border-radius: 2px;
  transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.pwu-remodel-portfolio__cta:hover {
  background: var(--brand-blue-light);
  transform: translateY(-2px);
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .pwu-remodel-portfolio {
    padding: 80px 32px;
  }
  .pwu-remodel-portfolio__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .pwu-remodel-portfolio__header {
    margin-bottom: 48px;
  }
}

@media (max-width: 768px) {
  .pwu-remodel-portfolio {
    padding: 60px 20px;
  }
  .pwu-remodel-portfolio__header h2 {
    font-size: 1.75rem;
  }
  .pwu-remodel-portfolio__grid {
    grid-template-columns: 1fr;
  }
}

.pwu-remodel-portfolio__cta:hover {
  background: var(--brand-blue-light);
  color: var(--brand-navy);
  transform: translateY(-2px);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d5fab97 *//* ── Shell ── */
.pwu-remodel-why {
  background-color: var(--brand-off-white);
  padding: 100px 40px;
}

.pwu-remodel-why__inner {
  max-width: 1140px;
  margin: 0 auto;
}

/* ── Header ── */
.pwu-remodel-why__header {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 64px;
}

.pwu-remodel-why__header .pwu-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand-blue-light);
  margin-bottom: 20px;
}

.pwu-remodel-why__header .pwu-eyebrow::before {
  content: '';
  display: block;
  width: 32px;
  height: 1px;
  background: var(--brand-blue-light);
}

.pwu-remodel-why__header h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--brand-navy);
  line-height: 1.2;
  margin: 0 0 20px;
}

.pwu-remodel-why__intro {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.0625rem;
  line-height: 1.75;
  color: var(--brand-charcoal);
  margin: 0;
}

/* ── Grid ── */
.pwu-remodel-why__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

/* ── Card ── */
.pwu-remodel-why__card {
  background: var(--brand-pure-white);
  border: 1px solid var(--brand-border);
  border-radius: 2px;
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.pwu-remodel-why__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 28px rgba(35, 39, 48, 0.08);
}

/* Accent card — Tubb's */
.pwu-remodel-why__card--accent {
  border-top: 3px solid var(--brand-blue-light);
}

/* ── Icon ── */
.pwu-remodel-why__icon {
  width: 52px;
  height: 52px;
  background: rgba(119, 162, 197, 0.1);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  flex-shrink: 0;
}

/* ── H3 ── */
.pwu-remodel-why__card h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--brand-navy);
  line-height: 1.3;
  margin: 0 0 14px;
}

/* ── Body ── */
.pwu-remodel-why__card p {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9375rem;
  line-height: 1.75;
  color: var(--brand-charcoal);
  margin: 0;
}

.pwu-remodel-why__card p a {
  color: var(--brand-blue-light);
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.pwu-remodel-why__card p a:hover {
  text-decoration: underline;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .pwu-remodel-why {
    padding: 80px 32px;
  }
  .pwu-remodel-why__header {
    margin-bottom: 48px;
  }
}

@media (max-width: 768px) {
  .pwu-remodel-why {
    padding: 60px 20px;
  }
  .pwu-remodel-why__header h2 {
    font-size: 1.75rem;
  }
  .pwu-remodel-why__grid {
    grid-template-columns: 1fr;
  }
  .pwu-remodel-why__card {
    padding: 32px 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eae58f1 *//* ── Shell ── */
.pwu-remodel-process {
  background-color: var(--brand-pure-white);
  padding: 100px 40px;
}

.pwu-remodel-process__inner {
  max-width: 1140px;
  margin: 0 auto;
}

/* ── Header ── */
.pwu-remodel-process__header {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 72px;
}

.pwu-remodel-process__header .pwu-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand-blue-light);
  margin-bottom: 20px;
}

.pwu-remodel-process__header .pwu-eyebrow::before {
  content: '';
  display: block;
  width: 32px;
  height: 1px;
  background: var(--brand-blue-light);
}

.pwu-remodel-process__header h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--brand-navy);
  line-height: 1.2;
  margin: 0 0 20px;
}

.pwu-remodel-process__intro {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.0625rem;
  line-height: 1.75;
  color: var(--brand-charcoal);
  margin: 0;
}

/* ── Steps ── */
.pwu-remodel-process__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

/* ── Step ── */
.pwu-remodel-process__step {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 32px;
  align-items: start;
  padding: 40px 0;
  border-bottom: 1px solid var(--brand-border);
  position: relative;
}

.pwu-remodel-process__step:first-child {
  border-top: 1px solid var(--brand-border);
}

/* Connector line */
.pwu-remodel-process__step:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 39px;
  top: calc(40px + 40px);
  width: 1px;
  height: calc(100% - 40px);
  background: var(--brand-border);
  z-index: 0;
}

/* Step number */
.pwu-remodel-process__step-num {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--brand-navy);
  color: var(--brand-blue-light);
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  margin-top: 4px;
}

/* Step body */
.pwu-remodel-process__step-body {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-bottom: 8px;
}

.pwu-remodel-process__step-body h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--brand-navy);
  margin: 0 0 12px;
  line-height: 1.3;
}

.pwu-remodel-process__step-body p {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9375rem;
  line-height: 1.75;
  color: var(--brand-charcoal);
  margin: 0;
}

.pwu-remodel-process__step-body p a {
  color: var(--brand-blue-light);
  font-weight: 600;
  text-decoration: none;
}

.pwu-remodel-process__step-body p a:hover {
  text-decoration: underline;
}

/* ── CTA ── */
.pwu-remodel-process__cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: 56px;
}

.pwu-remodel-process__cta {
  display: inline-block;
  background: var(--brand-navy);
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 40px;
  border-radius: 2px;
  transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.pwu-remodel-process__cta:hover {
  background: var(--brand-blue-light);
  color: var(--brand-navy);
  transform: translateY(-2px);
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .pwu-remodel-process {
    padding: 80px 32px;
  }
  .pwu-remodel-process__header {
    margin-bottom: 56px;
  }
}

@media (max-width: 768px) {
  .pwu-remodel-process {
    padding: 60px 20px;
  }
  .pwu-remodel-process__header h2 {
    font-size: 1.75rem;
  }
  .pwu-remodel-process__step {
    grid-template-columns: 52px 1fr;
    gap: 20px;
    padding: 32px 0;
  }
  .pwu-remodel-process__step-num {
    width: 40px;
    height: 40px;
    font-size: 0.6875rem;
  }
  .pwu-remodel-process__step:not(:last-child)::after {
    left: 31px;
    top: calc(32px + 40px);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f971b1e *//* ── Shell ── */
.pwu-remodel-faq {
  background-color: var(--brand-off-white);
  padding: 100px 40px;
}

.pwu-remodel-faq__inner {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 72px;
  align-items: start;
}

/* ── Eyebrow ── */
.pwu-remodel-faq__main .pwu-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand-blue-light);
  margin-bottom: 20px;
}

.pwu-remodel-faq__main .pwu-eyebrow::before {
  content: '';
  display: block;
  width: 32px;
  height: 1px;
  background: var(--brand-blue-light);
}

/* ── H2 ── */
.pwu-remodel-faq__main h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--brand-navy);
  line-height: 1.2;
  margin: 0 0 48px;
  max-width: 520px;
}

/* ── Accordion ── */
.pwu-remodel-faq__list {
  margin: 0;
  padding: 0;
}

.pwu-remodel-faq__item {
  border-bottom: 1px solid var(--brand-border);
}

.pwu-remodel-faq__item:first-child {
  border-top: 1px solid var(--brand-border);
}

/* Remove default marker */
.pwu-remodel-faq__item summary {
  list-style: none;
}

.pwu-remodel-faq__item summary::-webkit-details-marker {
  display: none;
}

/* Summary row */
.pwu-remodel-faq__q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding: 22px 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--brand-navy);
  cursor: pointer;
  transition: color 0.2s ease;
  user-select: none;
}

.pwu-remodel-faq__q:hover {
  color: var(--brand-blue-light);
}

.pwu-remodel-faq__item[open] .pwu-remodel-faq__q {
  color: var(--brand-blue-light);
}

/* Chevron */
.pwu-remodel-faq__chevron {
  flex-shrink: 0;
  color: var(--brand-blue-light);
  transition: transform 0.3s ease;
}

.pwu-remodel-faq__item[open] .pwu-remodel-faq__chevron {
  transform: rotate(180deg);
}

/* Answer panel */
.pwu-remodel-faq__a {
  padding-bottom: 24px;
}

.pwu-remodel-faq__a p {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9375rem;
  line-height: 1.8;
  color: var(--brand-charcoal);
  margin: 0;
}

.pwu-remodel-faq__a p a {
  color: var(--brand-blue-light);
  font-weight: 600;
  text-decoration: none;
}

.pwu-remodel-faq__a p a:hover {
  text-decoration: underline;
}

/* ── Sidebar ── */
.pwu-remodel-faq__sidebar {
  position: sticky;
  top: 100px;
}

.pwu-remodel-faq__sidebar-inner {
  background: var(--brand-navy);
  border-top: 3px solid var(--brand-blue-light);
  border-radius: 2px;
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.pwu-remodel-faq__sidebar-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 12px;
}

.pwu-remodel-faq__sidebar-sub {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.65);
  margin: 0 0 24px;
}

.pwu-remodel-faq__sidebar-list {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.pwu-remodel-faq__sidebar-list li {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
  padding-left: 18px;
  position: relative;
}

.pwu-remodel-faq__sidebar-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand-blue-light);
}

.pwu-remodel-faq__sidebar-cta {
  display: inline-block;
  width: 100%;
  text-align: center;
  background: var(--brand-blue-light);
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 24px;
  border-radius: 2px;
  box-sizing: border-box;
  transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.pwu-remodel-faq__sidebar-cta:hover {
  background: #5d8aad;
  transform: translateY(-2px);
}

.pwu-remodel-faq__sidebar-divider {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 28px 0;
}

.pwu-remodel-faq__sidebar-alt {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 10px;
}

.pwu-remodel-faq__sidebar-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--brand-blue-light);
  text-decoration: none;
}

.pwu-remodel-faq__sidebar-link:hover {
  text-decoration: underline;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .pwu-remodel-faq {
    padding: 80px 32px;
  }
  .pwu-remodel-faq__inner {
    grid-template-columns: 1fr;
    gap: 56px;
  }
  .pwu-remodel-faq__sidebar {
    position: static;
  }
  .pwu-remodel-faq__main h2 {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .pwu-remodel-faq {
    padding: 60px 20px;
  }
  .pwu-remodel-faq__main h2 {
    font-size: 1.75rem;
    margin-bottom: 36px;
  }
  .pwu-remodel-faq__q {
    font-size: 0.9375rem;
  }
}

.pwu-remodel-faq__sidebar-cta:hover {
  background: #ffffff;
  color: var(--brand-navy);
  transform: translateY(-2px);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-228ea38 *//* ── Shell ── */
.pwu-remodel-cta {
  background-color: var(--brand-navy);
  padding: 100px 40px;
}

.pwu-remodel-cta__inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 64px;
}

/* ── Copy ── */
.pwu-remodel-cta__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 600px;
}

.pwu-remodel-cta__copy .pwu-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--brand-blue-light);
  margin-bottom: 20px;
}

.pwu-remodel-cta__copy .pwu-eyebrow::before {
  content: '';
  display: block;
  width: 32px;
  height: 1px;
  background: var(--brand-blue-light);
}

.pwu-remodel-cta__copy h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  margin: 0 0 20px;
}

.pwu-remodel-cta__copy p {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.0625rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

/* ── Actions ── */
.pwu-remodel-cta__actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex-shrink: 0;
}

.pwu-remodel-cta__btn {
  display: inline-block;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 36px;
  border-radius: 2px;
  white-space: nowrap;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border-color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.pwu-remodel-cta__btn--primary {
  background: var(--brand-blue-light);
  color: #ffffff;
  border: 2px solid var(--brand-blue-light);
}

.pwu-remodel-cta__btn--primary:hover {
  background: #5d8aad;
  border-color: #5d8aad;
  transform: translateY(-2px);
}

.pwu-remodel-cta__btn--ghost {
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.pwu-remodel-cta__btn--ghost:hover {
  border-color: #ffffff;
  transform: translateY(-2px);
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .pwu-remodel-cta {
    padding: 80px 32px;
  }
  .pwu-remodel-cta__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
  .pwu-remodel-cta__actions {
    flex-direction: row;
  }
}

@media (max-width: 768px) {
  .pwu-remodel-cta {
    padding: 60px 20px;
  }
  .pwu-remodel-cta__copy h2 {
    font-size: 1.75rem;
  }
  .pwu-remodel-cta__actions {
    flex-direction: column;
    width: 100%;
  }
  .pwu-remodel-cta__btn {
    width: 100%;
  }
}

.pwu-remodel-cta__btn--primary:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: var(--brand-navy);
  transform: translateY(-2px);
}/* End custom CSS */