body.pg-custom {
  --pg-dark:#111111;
  --pg-dark2:#1a1a1a;
  --pg-gold:#C49A2B;
  --pg-gold2:#e0b535;
  --pg-stone:#f5f4f2;
  --pg-stone2:#eceae6;
  --pg-white:#ffffff;
  --pg-t1:#111111;
  --pg-t2:#444444;
  --pg-t3:#777777;
  --pg-border:rgba(0,0,0,0.09);
  --pg-radius:3px;
  --pg-nav:110px;
  --pg-wrap:1180px;
  margin:0;
  font-family:'Barlow',sans-serif;
  font-size:16px;
  color:#1a1a1a;
  background:var(--pg-stone);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}

body.pg-custom *,
body.pg-custom *::before,
body.pg-custom *::after {
  box-sizing:border-box;
}

body.pg-custom img,
body.pg-custom svg {
  display:block;
}

body.pg-custom img {
  max-width:100%;
  height:auto;
}

body.pg-custom a {
  color:inherit;
  text-decoration:none;
}

body.pg-custom .pg-skip-link {
  position:absolute;
  top:-100px;
  left:20px;
  z-index:99999;
  background:var(--pg-gold);
  color:#111;
  padding:10px 14px;
  font-weight:800;
}

body.pg-custom .pg-skip-link:focus {
  top:20px;
}

body.pg-custom .pg-wrap {
  width:100%;
  max-width:var(--pg-wrap);
  margin:0 auto;
  padding:0 32px;
}

body.pg-custom .pg-mobile-only {
  display:none;
}

body.pg-custom .pg-section {
  padding:88px 0;
}

body.pg-custom .pg-section-dark { background:var(--pg-dark); }
body.pg-custom .pg-section-dark2 { background:var(--pg-dark2); }
body.pg-custom .pg-section-white { background:#fff; }
body.pg-custom .pg-section-stone { background:var(--pg-stone); }
body.pg-custom .pg-section-stone2 { background:var(--pg-stone2); }

body.pg-custom .pg-btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  border-radius:var(--pg-radius);
  padding:15px 30px;
  font-size:14px;
  font-weight:800;
  line-height:1;
  text-transform:uppercase;
  letter-spacing:0.06em;
  border:2px solid transparent;
  cursor:pointer;
  transition:background .2s ease,color .2s ease,border-color .2s ease,transform .15s ease;
  min-height:48px;
}

body.pg-custom .pg-btn svg {
  width:16px;
  height:16px;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
  flex:0 0 auto;
}

body.pg-custom .pg-btn-gold {
  background:var(--pg-gold);
  color:#111;
}

body.pg-custom .pg-btn-gold:hover,
body.pg-custom .pg-btn-gold:focus-visible {
  background:var(--pg-gold2);
  transform:translateY(-1px);
}

body.pg-custom .pg-btn-dark {
  background:#111;
  color:#fff;
}

body.pg-custom .pg-btn-dark:hover,
body.pg-custom .pg-btn-dark:focus-visible {
  background:#242424;
  transform:translateY(-1px);
}

body.pg-custom .pg-btn-outline-light {
  color:#fff;
  background:transparent;
  border-color:rgba(255,255,255,0.45);
}

body.pg-custom .pg-btn-outline-light:hover,
body.pg-custom .pg-btn-outline-light:focus-visible {
  border-color:var(--pg-gold);
  color:var(--pg-gold);
}

body.pg-custom .pg-btn-phone {
  background:rgba(255,255,255,0.11);
  color:#fff;
  border-color:rgba(255,255,255,0.28);
}

body.pg-custom .pg-btn-phone:hover,
body.pg-custom .pg-btn-phone:focus-visible {
  border-color:var(--pg-gold);
  color:var(--pg-gold);
}

body.pg-custom .pg-eyebrow,
body.pg-custom .pg-eyebrow-light,
body.pg-custom .pg-hero-eyebrow {
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin:0 0 14px;
  font-size:11px;
  font-weight:700;
  letter-spacing:0.14em;
  text-transform:uppercase;
}

body.pg-custom .pg-eyebrow,
body.pg-custom .pg-hero-eyebrow {
  color:var(--pg-gold);
}

body.pg-custom .pg-eyebrow-light {
  color:rgba(255,255,255,0.64);
}

body.pg-custom .pg-eyebrow::before,
body.pg-custom .pg-eyebrow-light::before,
body.pg-custom .pg-hero-eyebrow::before {
  content:'';
  width:26px;
  height:2px;
  background:var(--pg-gold);
  flex:0 0 auto;
}

body.pg-custom .pg-section-head {
  margin-bottom:52px;
}

body.pg-custom .pg-section-head-center {
  text-align:center;
}

body.pg-custom .pg-section-head-center .pg-eyebrow,
body.pg-custom .pg-section-head-center .pg-eyebrow-light {
  justify-content:center;
}

body.pg-custom .pg-section-head h2,
body.pg-custom .pg-about-copy h2,
body.pg-custom .pg-areas-grid h2,
body.pg-custom .pg-contact-info h2 {
  margin:4px 0 12px;
  font-size:clamp(26px,3.5vw,40px);
  font-weight:900;
  line-height:1.12;
  letter-spacing:0.02em;
  text-transform:uppercase;
  color:var(--pg-t1);
}

body.pg-custom .pg-section-head p:last-child,
body.pg-custom .pg-areas-grid p,
body.pg-custom .pg-contact-info p {
  max-width:590px;
  margin:0;
  font-size:15px;
  line-height:1.72;
  color:var(--pg-t3);
}

body.pg-custom .pg-section-head-center p:last-child {
  margin-left:auto;
  margin-right:auto;
}

body.pg-custom .pg-section-head-dark h2 {
  color:#fff;
}

body.pg-custom .pg-section-head-dark p:last-child {
  color:rgba(255,255,255,0.55);
}

/* Header */
body.pg-custom .pg-site-header {
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:1000;
  background:var(--pg-dark);
  box-shadow:0 10px 35px rgba(0,0,0,0.18);
}

body.pg-custom.admin-bar .pg-site-header {
  top:32px;
}

body.pg-custom .pg-nav-top {
  background:#0a0a0a;
  border-bottom:1px solid rgba(255,255,255,0.06);
  padding:8px 0;
}

body.pg-custom .pg-nav-top-inner {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}

body.pg-custom .pg-nav-top-group {
  display:flex;
  align-items:center;
  gap:20px;
  min-width:0;
}

body.pg-custom .pg-nav-top-item,
body.pg-custom .pg-nav-review-link {
  display:flex;
  align-items:center;
  gap:7px;
  font-size:13px;
  color:rgba(255,255,255,0.68);
  min-width:0;
}

body.pg-custom .pg-nav-top-item svg,
body.pg-custom .pg-nav-review-link svg {
  width:14px;
  height:14px;
  stroke:var(--pg-gold);
  fill:none;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
  flex:0 0 auto;
}

body.pg-custom .pg-nav-top-item:hover,
body.pg-custom .pg-nav-review-link:hover {
  color:var(--pg-gold);
}

body.pg-custom .pg-nav-stars {
  color:var(--pg-gold);
  letter-spacing:1px;
  font-size:13px;
}

body.pg-custom .pg-nav-review-link {
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:0.06em;
  font-weight:700;
  white-space:nowrap;
}

body.pg-custom .pg-nav-main-inner {
  height:68px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}

body.pg-custom .pg-nav-logo {
  display:flex;
  align-items:center;
  flex:0 0 auto;
}

body.pg-custom .pg-nav-logo img {
  width:auto;
  height:74px;
  object-fit:contain;
}

body.pg-custom .pg-desktop-nav {
  display:flex;
  align-items:center;
  gap:25px;
  margin-left:auto;
}

body.pg-custom .pg-desktop-nav a {
  font-size:13px;
  color:rgba(255,255,255,0.64);
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:0.05em;
  transition:color .2s ease;
}

body.pg-custom .pg-desktop-nav a:hover,
body.pg-custom .pg-desktop-nav a:focus-visible {
  color:var(--pg-gold);
}

body.pg-custom .pg-nav-actions {
  display:flex;
  align-items:center;
  gap:14px;
  flex:0 0 auto;
}

body.pg-custom .pg-nav-call {
  font-size:13px;
  color:#fff;
  font-weight:800;
  letter-spacing:0.04em;
  white-space:nowrap;
}

body.pg-custom .pg-nav-call:hover {
  color:var(--pg-gold);
}

body.pg-custom .pg-nav-cta {
  padding:11px 18px;
  min-height:42px;
  font-size:12px;
}

body.pg-custom .pg-hamburger {
  display:none;
  width:44px;
  height:44px;
  border:1px solid rgba(255,255,255,0.14);
  background:rgba(255,255,255,0.04);
  border-radius:var(--pg-radius);
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:5px;
  cursor:pointer;
}

body.pg-custom .pg-hamburger span {
  display:block;
  width:22px;
  height:2px;
  background:rgba(255,255,255,0.78);
  transition:transform .2s ease, opacity .2s ease;
}

body.pg-custom .pg-hamburger.is-active span:nth-child(1) {
  transform:rotate(45deg) translate(5px,5px);
}

body.pg-custom .pg-hamburger.is-active span:nth-child(2) {
  opacity:0;
}

body.pg-custom .pg-hamburger.is-active span:nth-child(3) {
  transform:rotate(-45deg) translate(5px,-5px);
}

body.pg-custom .pg-mobile-menu {
  position:fixed;
  top:var(--pg-nav);
  left:0;
  right:0;
  z-index:999;
  background:var(--pg-dark);
  border-bottom:2px solid var(--pg-gold);
  transform:translateY(-14px);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .22s ease, transform .22s ease, visibility .22s ease;
}

body.pg-custom.admin-bar .pg-mobile-menu {
  top:calc(var(--pg-nav) + 32px);
}

body.pg-custom .pg-mobile-menu.is-open {
  opacity:1;
  transform:translateY(0);
  visibility:visible;
  pointer-events:auto;
}

body.pg-custom .pg-mobile-menu-inner {
  padding:16px 22px 28px;
  display:flex;
  flex-direction:column;
  gap:0;
  text-align:center;
}

body.pg-custom .pg-mobile-menu a:not(.pg-btn) {
  padding:14px 10px;
  color:rgba(255,255,255,0.78);
  border-bottom:1px solid rgba(255,255,255,0.07);
  font-size:14px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:0.06em;
}

body.pg-custom .pg-mobile-menu a:not(.pg-btn):hover {
  color:var(--pg-gold);
}

body.pg-custom .pg-mobile-call {
  display:flex !important;
  align-items:center;
  justify-content:center;
  gap:9px;
  color:#fff !important;
}

body.pg-custom .pg-mobile-call svg {
  width:16px;
  height:16px;
  stroke:var(--pg-gold);
  fill:none;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

body.pg-custom .pg-mobile-menu .pg-btn {
  margin-top:18px;
  width:100%;
}

/* Hero */
body.pg-custom .pg-hero {
  position:relative;
  min-height:100vh;
  display:flex;
  align-items:flex-end;
  padding-top:var(--pg-nav);
  background:var(--pg-dark);
  overflow:hidden;
}

body.pg-custom .pg-hero-bg {
  position:absolute;
  inset:0;
  background-image:var(--pg-hero-desktop);
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
  opacity:.68;
  transform:translateZ(0);
}

@media (min-width:1025px) and (prefers-reduced-motion:no-preference) {
  body.pg-custom .pg-hero-bg {
    background-attachment:fixed;
  }
}

body.pg-custom .pg-hero-grad {
  position:absolute;
  inset:0;
  background:linear-gradient(100deg,rgba(10,10,10,.9) 0%,rgba(10,10,10,.6) 48%,rgba(10,10,10,.12) 100%);
}

body.pg-custom .pg-hero-content {
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1fr) 400px;
  gap:54px;
  align-items:end;
  padding-bottom:80px;
}

body.pg-custom .pg-hero-text {
  max-width:700px;
}

body.pg-custom .pg-hero h1 {
  margin:0 0 20px;
  max-width:760px;
  font-size:clamp(38px,6vw,70px);
  font-weight:900;
  line-height:1.03;
  letter-spacing:-0.01em;
  text-transform:uppercase;
  color:#fff;
}

body.pg-custom .pg-hero-sub {
  max-width:560px;
  margin:0 0 36px;
  font-size:17px;
  line-height:1.68;
  color:rgba(255,255,255,0.66);
}

body.pg-custom .pg-hero-buttons {
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-bottom:44px;
}

body.pg-custom .pg-hero-trust {
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  padding-top:24px;
  border-top:1px solid rgba(255,255,255,0.12);
}

body.pg-custom .pg-hero-trust span {
  display:flex;
  align-items:center;
  gap:8px;
  font-size:12px;
  color:rgba(255,255,255,0.56);
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:0.06em;
}

body.pg-custom .pg-hero-trust i {
  width:5px;
  height:5px;
  border-radius:50%;
  background:var(--pg-gold);
  flex:0 0 auto;
}

body.pg-custom .pg-hero-form-card,
body.pg-custom .pg-mobile-form-card,
body.pg-custom .pg-contact-form-card {
  background:rgba(10,10,10,.92);
  border:1px solid rgba(196,154,43,.28);
  border-top:3px solid var(--pg-gold);
  border-radius:var(--pg-radius);
  padding:26px 24px 22px;
  backdrop-filter:blur(12px);
}

body.pg-custom .pg-form-card-head {
  margin-bottom:18px;
}

body.pg-custom .pg-form-card-head p {
  margin:0 0 3px;
  font-size:10px;
  font-weight:800;
  color:var(--pg-gold);
  text-transform:uppercase;
  letter-spacing:.12em;
}

body.pg-custom .pg-form-card-head h2 {
  margin:0 0 5px;
  font-size:19px;
  font-weight:900;
  color:#fff;
  text-transform:uppercase;
  letter-spacing:.05em;
  line-height:1.15;
}

body.pg-custom .pg-form-card-head span {
  display:block;
  font-size:12px;
  color:rgba(255,255,255,.4);
  line-height:1.5;
}

body.pg-custom .pg-form-card-head-light h2 {
  color:#111;
}

body.pg-custom .pg-form-card-head-light span {
  color:#777;
}

body.pg-custom .pg-shortcode-form {
  min-width:0;
}

body.pg-custom .pg-shortcode-form-dark {
  color:#fff;
}

body.pg-custom .pg-recaptcha-note {
  margin:9px 0 0;
  color:rgba(255,255,255,.28);
  font-size:10px;
  line-height:1.35;
  text-align:center;
}

body.pg-custom .pg-contact-form-card .pg-recaptcha-note,
body.pg-custom .pg-mobile-form-card .pg-recaptcha-note {
  color:#aaa;
}

body.pg-custom .pg-mobile-form-section {
  display:none;
  background:var(--pg-stone2);
  padding:22px 0 46px;
}

body.pg-custom .pg-mobile-form-card {
  background:#fff;
  border-color:var(--pg-border);
  box-shadow:0 8px 28px rgba(0,0,0,.08);
  backdrop-filter:none;
}

body.pg-custom .pg-mobile-form-card .pg-form-card-head h2 {
  color:#111;
}

body.pg-custom .pg-mobile-form-card .pg-form-card-head span {
  color:#777;
}

/* Reviews */
body.pg-custom .pg-rating-summary {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:24px;
  margin-bottom:46px;
  flex-wrap:wrap;
}

body.pg-custom .pg-rating-big {
  font-size:60px;
  font-weight:900;
  color:var(--pg-gold);
  line-height:1;
}

body.pg-custom .pg-stars,
body.pg-custom .pg-review-stars {
  color:var(--pg-gold);
  letter-spacing:3px;
  line-height:1;
}

body.pg-custom .pg-rating-detail p {
  margin:7px 0 0;
  color:rgba(255,255,255,.48);
  font-size:13px;
}

body.pg-custom .pg-rating-detail strong {
  color:#fff;
}

body.pg-custom .pg-rating-source {
  display:block;
  padding-left:24px;
  border-left:1px solid rgba(255,255,255,.12);
}

body.pg-custom .pg-rating-source img {
  max-height:60px;
  width:auto;
  object-fit:contain;
}

body.pg-custom .pg-carousel-window {
  overflow:hidden;
}

body.pg-custom .pg-carousel-track {
  display:flex;
  gap:18px;
  transition:transform .42s cubic-bezier(.4,0,.2,1);
  will-change:transform;
}

body.pg-custom .pg-review-card {
  flex:0 0 calc(33.333% - 12px);
  min-width:0;
  background:#1a1a1a;
  border:1px solid rgba(255,255,255,.07);
  border-top:3px solid var(--pg-gold);
  border-radius:var(--pg-radius);
  padding:26px;
}

body.pg-custom .pg-review-stars {
  margin-bottom:13px;
  font-size:14px;
}

body.pg-custom .pg-review-copy {
  margin:0 0 16px;
  color:rgba(255,255,255,.78);
  font-size:15px;
  line-height:1.65;
  font-style:italic;
}

body.pg-custom .pg-review-divider {
  height:1px;
  background:rgba(255,255,255,.07);
  margin-bottom:13px;
}

body.pg-custom .pg-review-card h3 {
  margin:0 0 3px;
  color:#fff;
  font-size:14px;
  font-weight:800;
  letter-spacing:.03em;
  text-transform:uppercase;
}

body.pg-custom .pg-review-job,
body.pg-custom .pg-review-date {
  margin:0;
  font-size:11px;
  line-height:1.5;
  text-transform:uppercase;
  letter-spacing:.07em;
}

body.pg-custom .pg-review-job {
  color:var(--pg-gold);
  font-weight:700;
}

body.pg-custom .pg-review-date {
  color:rgba(255,255,255,.3);
}

body.pg-custom .pg-carousel-controls {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  margin-top:32px;
}

body.pg-custom .pg-carousel-btn {
  width:42px;
  height:42px;
  border-radius:50%;
  border:2px solid rgba(255,255,255,.12);
  background:transparent;
  color:rgba(255,255,255,.55);
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:all .2s ease;
  font-size:17px;
}

body.pg-custom .pg-carousel-btn:hover,
body.pg-custom .pg-carousel-btn:focus-visible {
  border-color:var(--pg-gold);
  color:var(--pg-gold);
}

body.pg-custom .pg-carousel-btn:disabled {
  opacity:.24;
  cursor:not-allowed;
}

body.pg-custom .pg-carousel-dots {
  display:flex;
  gap:7px;
}

body.pg-custom .pg-carousel-dot {
  width:8px;
  height:8px;
  padding:0;
  border:0;
  border-radius:50%;
  background:rgba(255,255,255,.18);
  cursor:pointer;
  transition:all .2s ease;
}

body.pg-custom .pg-carousel-dot.is-active {
  width:22px;
  border-radius:4px;
  background:var(--pg-gold);
}

body.pg-custom .pg-review-cta {
  text-align:center;
  margin-top:36px;
}

body.pg-custom .pg-review-cta a {
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--pg-gold);
  border:1px solid rgba(196,154,43,.32);
  padding:10px 20px;
  border-radius:var(--pg-radius);
  font-size:13px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
}

body.pg-custom .pg-review-cta svg {
  width:15px;
  height:15px;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
}

body.pg-custom .pg-review-cta a:hover {
  background:rgba(196,154,43,.08);
}

/* About */
body.pg-custom .pg-about-grid {
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,1fr);
  gap:72px;
  align-items:center;
}

body.pg-custom .pg-about-copy p:not(.pg-eyebrow) {
  margin:0 0 15px;
  color:var(--pg-t2);
  font-size:15px;
  line-height:1.78;
}

body.pg-custom .pg-stat-row {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  margin:36px 0 28px;
  padding-top:30px;
  border-top:3px solid var(--pg-gold);
}

body.pg-custom .pg-stat-row div {
  padding:0 18px;
  border-right:1px solid rgba(0,0,0,.09);
}

body.pg-custom .pg-stat-row div:first-child {
  padding-left:0;
}

body.pg-custom .pg-stat-row div:last-child {
  border-right:0;
}

body.pg-custom .pg-stat-row strong {
  display:block;
  color:var(--pg-gold);
  font-size:38px;
  font-weight:900;
  line-height:1;
  margin-bottom:5px;
}

body.pg-custom .pg-stat-row span {
  display:block;
  color:var(--pg-t3);
  font-size:11px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
  line-height:1.35;
}

body.pg-custom .pg-about-image-wrap {
  position:relative;
}

body.pg-custom .pg-about-image {
  height:440px;
  border-radius:var(--pg-radius);
  overflow:hidden;
  background:linear-gradient(135deg,#2a2318,#111);
}

body.pg-custom .pg-about-image img {
  width:100%;
  height:100%;
  object-fit:cover;
}

body.pg-custom .pg-about-badge {
  position:absolute;
  right:20px;
  bottom:20px;
  max-width:260px;
  background:var(--pg-dark);
  border:1px solid rgba(196,154,43,.28);
  border-left:3px solid var(--pg-gold);
  border-radius:var(--pg-radius);
  padding:13px 16px;
}

body.pg-custom .pg-about-badge strong {
  display:block;
  color:#fff;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.04em;
  line-height:1.25;
  margin-bottom:3px;
}

body.pg-custom .pg-about-badge span {
  display:block;
  color:var(--pg-gold);
  font-size:11px;
  font-weight:600;
}

/* Services */
body.pg-custom .pg-service-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}

body.pg-custom .pg-service-card {
  position:relative;
  overflow:hidden;
  min-height:312px;
  border-radius:var(--pg-radius);
  background:var(--pg-dark2);
  border:1px solid rgba(0,0,0,.08);
}

body.pg-custom .pg-service-image {
  position:absolute;
  inset:0;
}

body.pg-custom .pg-service-image img {
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .5s ease;
}

body.pg-custom .pg-service-card:hover .pg-service-image img {
  transform:scale(1.05);
}

body.pg-custom .pg-service-overlay {
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(10,10,10,.94) 0%,rgba(10,10,10,.62) 48%,rgba(10,10,10,.08) 100%);
}

body.pg-custom .pg-service-content {
  position:relative;
  z-index:1;
  min-height:312px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:26px;
}

body.pg-custom .pg-service-content h3 {
  margin:0 0 8px;
  max-width:440px;
  color:#fff;
  font-size:20px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.03em;
  line-height:1.13;
}

body.pg-custom .pg-service-content p {
  margin:0 0 14px;
  max-width:460px;
  color:rgba(255,255,255,.68);
  font-size:14px;
  line-height:1.65;
}

body.pg-custom .pg-service-content a {
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:var(--pg-gold);
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
  align-self:flex-start;
}

body.pg-custom .pg-service-content a svg {
  width:14px;
  height:14px;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

body.pg-custom .pg-service-content a:hover {
  color:var(--pg-gold2);
}

body.pg-custom .pg-section-button-row {
  margin-top:36px;
  display:flex;
  justify-content:center;
}

/* Why */
body.pg-custom .pg-why-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:2px;
  background:rgba(0,0,0,.09);
  border-radius:var(--pg-radius);
  overflow:hidden;
}

body.pg-custom .pg-why-card {
  background:#fff;
  padding:30px 26px;
  transition:background .2s ease;
}

body.pg-custom .pg-why-card:hover {
  background:var(--pg-stone);
}

body.pg-custom .pg-card-icon {
  width:64px;
  height:64px;
  border-radius:50%;
  background:#111;
  border:1px solid rgba(196,154,43,.34);
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:18px;
  padding:10px;
  overflow:hidden;
}

body.pg-custom .pg-card-icon img,
body.pg-custom .pg-card-icon svg {
  width:100%;
  height:100%;
  object-fit:contain;
}

body.pg-custom .pg-card-icon svg {
  stroke:var(--pg-gold);
  fill:none;
  stroke-width:1.5;
  stroke-linecap:round;
  stroke-linejoin:round;
}

body.pg-custom .pg-why-card h3 {
  margin:0 0 8px;
  color:var(--pg-t1);
  font-size:16px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.03em;
  line-height:1.2;
}

body.pg-custom .pg-why-card p {
  margin:0;
  color:var(--pg-t3);
  font-size:13px;
  line-height:1.7;
}

/* Gallery */
body.pg-custom .pg-gallery-shortcode {
  background:#fff;
  border:1px solid var(--pg-border);
  border-top:3px solid var(--pg-gold);
  border-radius:var(--pg-radius);
  padding:18px;
  box-shadow:0 4px 24px rgba(0,0,0,.06);
  min-width:0;
}

/* Process */
body.pg-custom .pg-process-list {
  max-width:920px;
  margin:0 auto;
  display:flex;
  flex-direction:column;
  gap:14px;
  position:relative;
}

body.pg-custom .pg-process-list::before {
  content:'';
  position:absolute;
  left:22px;
  top:22px;
  bottom:22px;
  width:2px;
  background:rgba(196,154,43,.2);
}

body.pg-custom .pg-process-step {
  position:relative;
  display:grid;
  grid-template-columns:44px minmax(0,1fr);
  gap:20px;
  align-items:start;
}

body.pg-custom .pg-process-number {
  position:relative;
  z-index:1;
  width:44px;
  height:44px;
  border-radius:50%;
  background:var(--pg-gold);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#111;
  font-size:18px;
  font-weight:900;
}

body.pg-custom .pg-process-step div:last-child {
  background:#171717;
  border:1px solid rgba(255,255,255,.07);
  border-left:3px solid var(--pg-gold);
  border-radius:var(--pg-radius);
  padding:22px 24px;
}

body.pg-custom .pg-process-step h3 {
  margin:0 0 6px;
  color:#fff;
  font-size:16px;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
}

body.pg-custom .pg-process-step p {
  margin:0;
  color:rgba(255,255,255,.52);
  font-size:13px;
  line-height:1.65;
}

/* Areas */
body.pg-custom .pg-areas-grid {
  display:grid;
  grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);
  gap:60px;
  align-items:center;
}

body.pg-custom .pg-areas-grid .pg-btn {
  margin-top:28px;
}

body.pg-custom .pg-area-list {
  display:flex;
  flex-wrap:wrap;
  gap:9px;
}

body.pg-custom .pg-area-list span {
  display:inline-flex;
  align-items:center;
  min-height:38px;
  padding:8px 13px;
  background:#fff;
  border:1px solid var(--pg-border);
  border-left:3px solid var(--pg-gold);
  border-radius:var(--pg-radius);
  color:var(--pg-t2);
  font-size:13px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.05em;
}

/* CTA */
body.pg-custom .pg-cta-banner {
  position:relative;
  background-image:var(--pg-cta-bg);
  background-size:cover;
  background-position:center;
  padding:96px 0;
  overflow:hidden;
}

body.pg-custom .pg-cta-overlay {
  position:absolute;
  inset:0;
  background:linear-gradient(100deg,rgba(10,10,10,.9) 0%,rgba(10,10,10,.72) 52%,rgba(10,10,10,.38) 100%);
}

body.pg-custom .pg-cta-inner {
  position:relative;
  z-index:1;
  text-align:center;
}

body.pg-custom .pg-cta-inner .pg-eyebrow-light {
  justify-content:center;
}

body.pg-custom .pg-cta-inner h2 {
  max-width:780px;
  margin:4px auto 14px;
  color:#fff;
  font-size:clamp(28px,4.5vw,48px);
  font-weight:900;
  line-height:1.08;
  text-transform:uppercase;
  letter-spacing:.02em;
}

body.pg-custom .pg-cta-inner p:not(.pg-eyebrow-light) {
  max-width:560px;
  margin:0 auto 30px;
  color:rgba(255,255,255,.68);
  font-size:16px;
  line-height:1.7;
}

body.pg-custom .pg-cta-buttons {
  display:flex;
  gap:14px;
  justify-content:center;
  flex-wrap:wrap;
}

body.pg-custom .pg-cta-trust {
  display:flex;
  flex-wrap:wrap;
  gap:22px;
  justify-content:center;
  margin-top:32px;
}

body.pg-custom .pg-cta-trust span {
  display:flex;
  align-items:center;
  gap:7px;
  color:rgba(255,255,255,.58);
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.05em;
}

body.pg-custom .pg-cta-trust span::before {
  content:'';
  width:4px;
  height:4px;
  border-radius:50%;
  background:var(--pg-gold);
  flex:0 0 auto;
}

/* FAQ */
body.pg-custom .pg-faq-wrap {
  max-width:920px;
}

body.pg-custom .pg-faq-list {
  display:flex;
  flex-direction:column;
  gap:10px;
}

body.pg-custom .pg-faq-item {
  border:1px solid var(--pg-border);
  border-radius:var(--pg-radius);
  background:var(--pg-stone);
  overflow:hidden;
}

body.pg-custom .pg-faq-question {
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:19px 22px;
  background:transparent;
  border:0;
  text-align:left;
  cursor:pointer;
  color:var(--pg-t1);
}

body.pg-custom .pg-faq-question span {
  min-width:0;
  font-family:'Barlow',sans-serif;
  font-size:16px;
  font-weight:900;
  line-height:1.3;
  text-transform:uppercase;
  letter-spacing:.03em;
  white-space:normal;
}

body.pg-custom .pg-faq-question i {
  width:30px;
  height:30px;
  border-radius:50%;
  background:rgba(196,154,43,.12);
  color:var(--pg-gold);
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  font-style:normal;
  font-size:22px;
  font-weight:700;
  line-height:1;
}

body.pg-custom .pg-faq-question:hover span,
body.pg-custom .pg-faq-question:focus-visible span {
  color:var(--pg-gold);
}

body.pg-custom .pg-faq-answer {
  padding:0 22px 21px;
}

body.pg-custom .pg-faq-answer p {
  margin:0;
  color:var(--pg-t2);
  font-size:15px;
  line-height:1.72;
}

body.pg-custom .pg-faq-item.is-open .pg-faq-question i {
  background:var(--pg-gold);
  color:#111;
}

/* Contact */
body.pg-custom .pg-contact-grid {
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(420px,1.25fr);
  gap:64px;
  align-items:start;
}

body.pg-custom .pg-contact-info p:not(.pg-eyebrow) {
  margin-bottom:30px;
  color:var(--pg-t2);
}

body.pg-custom .pg-contact-details {
  display:flex;
  flex-direction:column;
  gap:14px;
}

body.pg-custom .pg-contact-item {
  display:flex;
  align-items:flex-start;
  gap:13px;
  min-width:0;
}

body.pg-custom .pg-contact-icon {
  width:40px;
  height:40px;
  border-radius:50%;
  background:rgba(196,154,43,.1);
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
}

body.pg-custom .pg-contact-icon svg {
  width:17px;
  height:17px;
  stroke:var(--pg-gold);
  fill:none;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

body.pg-custom .pg-contact-item span {
  display:block;
  margin-bottom:2px;
  color:var(--pg-t3);
  font-size:10px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.09em;
}

body.pg-custom .pg-contact-item a,
body.pg-custom .pg-contact-item p {
  margin:0;
  color:var(--pg-t1);
  font-size:14px;
  font-weight:800;
  line-height:1.45;
  overflow-wrap:anywhere;
}

body.pg-custom .pg-contact-item a {
  color:var(--pg-gold);
}

body.pg-custom .pg-contact-form-card {
  background:#fff;
  border-color:var(--pg-border);
  box-shadow:0 4px 24px rgba(0,0,0,.07);
  backdrop-filter:none;
  padding:30px;
}

body.pg-custom .pg-map-card {
  margin-top:42px;
  background:#fff;
  border:1px solid var(--pg-border);
  border-top:3px solid var(--pg-gold);
  border-radius:var(--pg-radius);
  overflow:hidden;
  min-height:330px;
}

body.pg-custom .pg-map-card iframe {
  display:block;
  width:100%;
  height:330px;
}

/* Footer */
body.pg-custom .pg-footer {
  background:#0a0a0a;
  border-top:1px solid rgba(255,255,255,.06);
}

body.pg-custom .pg-footer-main {
  display:grid;
  grid-template-columns:2fr 1fr 1fr 1.25fr;
  gap:40px;
  padding:56px 0 36px;
}

body.pg-custom .pg-footer-logo img {
  width:auto;
  height:84px;
  object-fit:contain;
  margin-bottom:16px;
}

body.pg-custom .pg-footer-brand p {
  max-width:260px;
  margin:0 0 20px;
  color:rgba(255,255,255,.42);
  font-size:13px;
  line-height:1.65;
}

body.pg-custom .pg-whatsapp-link {
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:rgba(37,211,102,.12);
  border:1px solid rgba(37,211,102,.24);
  color:#25D366;
  padding:10px 18px;
  border-radius:50px;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.06em;
}

body.pg-custom .pg-whatsapp-link svg {
  width:16px;
  height:16px;
  fill:#25D366;
}

body.pg-custom .pg-footer-col h4 {
  margin:0 0 14px;
  color:rgba(255,255,255,.38);
  font-size:10px;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase;
}

body.pg-custom .pg-footer-col ul {
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:9px;
}

body.pg-custom .pg-footer-col li,
body.pg-custom .pg-footer-col a {
  color:rgba(255,255,255,.46);
  font-size:13px;
  line-height:1.55;
  overflow-wrap:anywhere;
}

body.pg-custom .pg-footer-col a:hover {
  color:var(--pg-gold);
}

body.pg-custom .pg-webwizard-credit {
  border-top:1px solid rgba(255,255,255,.06);
  padding:28px 0 24px;
  text-align:center;
}

body.pg-custom .pg-webwizard-credit img {
  width:auto;
  height:74px;
  margin:0 auto 8px;
  object-fit:contain;
}

body.pg-custom .pg-webwizard-credit p {
  margin:0;
  color:rgba(255,255,255,.35);
  font-size:12px;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
}

body.pg-custom .pg-webwizard-credit a:hover {
  color:var(--pg-gold);
}

body.pg-custom .pg-footer-bottom {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:18px 0;
  border-top:1px solid rgba(255,255,255,.06);
}

body.pg-custom .pg-footer-bottom p,
body.pg-custom .pg-footer-bottom a {
  margin:0;
  color:rgba(255,255,255,.24);
  font-size:11px;
}

body.pg-custom .pg-footer-bottom div {
  display:flex;
  gap:16px;
}

body.pg-custom .pg-footer-bottom a:hover {
  color:rgba(255,255,255,.6);
}

/* Floating contact */
body.pg-custom .pg-float {
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:10000;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:10px;
}

body.pg-custom .pg-float-label {
  position:absolute;
  right:66px;
  bottom:8px;
  white-space:nowrap;
  background:#111;
  color:#fff;
  border:1px solid rgba(196,154,43,.26);
  padding:8px 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:800;
  box-shadow:0 8px 22px rgba(0,0,0,.18);
}

body.pg-custom .pg-float-label::after {
  content:'';
  position:absolute;
  top:50%;
  right:-6px;
  width:10px;
  height:10px;
  background:#111;
  transform:translateY(-50%) rotate(45deg);
  border-right:1px solid rgba(196,154,43,.26);
  border-top:1px solid rgba(196,154,43,.26);
}

body.pg-custom .pg-float-actions {
  display:flex;
  flex-direction:column;
  gap:10px;
  opacity:0;
  transform:translateY(12px);
  visibility:hidden;
  pointer-events:none;
  transition:opacity .2s ease, transform .2s ease, visibility .2s ease;
}

body.pg-custom .pg-float.is-open .pg-float-actions {
  opacity:1;
  transform:translateY(0);
  visibility:visible;
  pointer-events:auto;
}

body.pg-custom .pg-float-action,
body.pg-custom .pg-float-main {
  width:54px;
  height:54px;
  border-radius:50%;
  border:0;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 5px 18px rgba(0,0,0,.22);
  cursor:pointer;
}

body.pg-custom .pg-float-action svg,
body.pg-custom .pg-float-main svg {
  width:25px;
  height:25px;
  stroke:#fff;
  fill:none;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

body.pg-custom .pg-float-whatsapp { background:#25D366; }
body.pg-custom .pg-float-phone { background:#2277d7; }
body.pg-custom .pg-float-email { background:#d75f5f; }

body.pg-custom .pg-float-whatsapp svg {
  fill:#fff;
  stroke:none;
}

body.pg-custom .pg-float-main {
  position:relative;
  background:var(--pg-gold);
  color:#111;
  animation:pg-pulse 2.3s ease-in-out infinite;
}

body.pg-custom .pg-float-main svg {
  stroke:#111;
}

body.pg-custom .pg-float-close {
  display:none;
}

body.pg-custom .pg-float.is-open .pg-float-open {
  display:none;
}

body.pg-custom .pg-float.is-open .pg-float-close {
  display:block;
}

body.pg-custom .pg-float.is-open .pg-float-label {
  display:none;
}

@keyframes pg-pulse {
  0% { box-shadow:0 0 0 0 rgba(196,154,43,.45),0 5px 18px rgba(0,0,0,.22); }
  70% { box-shadow:0 0 0 12px rgba(196,154,43,0),0 5px 18px rgba(0,0,0,.22); }
  100% { box-shadow:0 0 0 0 rgba(196,154,43,0),0 5px 18px rgba(0,0,0,.22); }
}

@media (prefers-reduced-motion:reduce) {
  body.pg-custom .pg-float-main {
    animation:none;
  }

  body.pg-custom .pg-carousel-track,
  body.pg-custom .pg-service-image img,
  body.pg-custom .pg-mobile-menu,
  body.pg-custom .pg-float-actions {
    transition:none;
  }
}

/* Responsive */
@media (max-width:1180px) {
  body.pg-custom .pg-desktop-nav {
    gap:18px;
  }

  body.pg-custom .pg-nav-call {
    display:none;
  }
}

@media (max-width:1024px) {
  body.pg-custom .pg-desktop-nav,
  body.pg-custom .pg-nav-cta {
    display:none;
  }

  body.pg-custom .pg-hamburger {
    display:flex;
  }

  body.pg-custom .pg-hero-content {
    grid-template-columns:1fr;
    padding-bottom:62px;
  }

  body.pg-custom .pg-hero-form-card {
    display:none;
  }

  body.pg-custom .pg-mobile-form-section {
    display:block;
  }

  body.pg-custom .pg-about-grid,
  body.pg-custom .pg-areas-grid,
  body.pg-custom .pg-contact-grid {
    grid-template-columns:1fr;
    gap:40px;
  }

  body.pg-custom .pg-contact-form-card {
    max-width:none;
  }

  body.pg-custom .pg-footer-main {
    grid-template-columns:1fr 1fr;
  }
}

@media (max-width:900px) {
  body.pg-custom .pg-why-grid {
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  body.pg-custom .pg-review-card {
    flex-basis:calc(50% - 9px);
  }

  body.pg-custom .pg-nav-top-area,
  body.pg-custom .pg-nav-email {
    display:none;
  }
}

@media (max-width:782px) {
  body.pg-custom.admin-bar .pg-site-header {
    top:46px;
  }

  body.pg-custom.admin-bar .pg-mobile-menu {
    top:calc(var(--pg-nav) + 46px);
  }
}

@media (max-width:768px) {
  body.pg-custom {
    --pg-nav:104px;
  }

  body.pg-custom .pg-wrap {
    padding-left:20px;
    padding-right:20px;
  }

  body.pg-custom .pg-section {
    padding:60px 0;
  }

  body.pg-custom .pg-nav-top-inner {
    justify-content:center;
  }

  body.pg-custom .pg-nav-review-link {
    display:none;
  }

  body.pg-custom .pg-nav-main-inner {
    height:68px;
  }

  body.pg-custom .pg-nav-logo img {
    height:70px;
  }

  body.pg-custom .pg-hero {
    min-height:auto;
    align-items:center;
    padding-top:calc(var(--pg-nav) + 34px);
    padding-bottom:52px;
  }

  body.pg-custom .pg-hero-bg {
    background-image:var(--pg-hero-mobile);
    background-position:center top;
    background-attachment:scroll;
    opacity:.62;
  }

  body.pg-custom .pg-hero-grad {
    background:linear-gradient(180deg,rgba(10,10,10,.78) 0%,rgba(10,10,10,.82) 56%,rgba(10,10,10,.96) 100%);
  }

  body.pg-custom .pg-hero-content {
    padding-bottom:0;
  }

  body.pg-custom .pg-hero-text {
    text-align:center;
    margin:0 auto;
  }

  body.pg-custom .pg-hero-eyebrow {
    justify-content:center;
  }

  body.pg-custom .pg-hero h1 {
    font-size:clamp(34px,12vw,48px);
  }

  body.pg-custom .pg-hero-sub {
    max-width:560px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:28px;
    font-size:16px;
  }

  body.pg-custom .pg-hero-buttons {
    justify-content:center;
    margin-bottom:30px;
  }

  body.pg-custom .pg-mobile-only {
    display:inline-flex;
  }

  body.pg-custom .pg-hero-trust {
    justify-content:center;
    gap:12px;
  }

  body.pg-custom .pg-hero-trust span {
    text-align:left;
    font-size:11px;
  }

  body.pg-custom .pg-section-head,
  body.pg-custom .pg-about-copy,
  body.pg-custom .pg-areas-grid > div:first-child,
  body.pg-custom .pg-contact-info {
    text-align:center;
  }

  body.pg-custom .pg-section-head .pg-eyebrow,
  body.pg-custom .pg-about-copy .pg-eyebrow,
  body.pg-custom .pg-areas-grid .pg-eyebrow,
  body.pg-custom .pg-contact-info .pg-eyebrow {
    justify-content:center;
  }

  body.pg-custom .pg-section-head p:last-child,
  body.pg-custom .pg-areas-grid p,
  body.pg-custom .pg-contact-info p {
    margin-left:auto;
    margin-right:auto;
  }

  body.pg-custom .pg-service-grid {
    grid-template-columns:1fr;
  }

  body.pg-custom .pg-service-card,
  body.pg-custom .pg-service-content {
    min-height:292px;
  }

  body.pg-custom .pg-stat-row {
    grid-template-columns:1fr;
    gap:18px;
    text-align:center;
  }

  body.pg-custom .pg-stat-row div,
  body.pg-custom .pg-stat-row div:first-child {
    border-right:0;
    padding:0;
  }

  body.pg-custom .pg-about-image {
    height:320px;
  }

  body.pg-custom .pg-area-list {
    justify-content:center;
  }

  body.pg-custom .pg-contact-details {
    max-width:520px;
    margin:0 auto;
  }

  body.pg-custom .pg-contact-item {
    text-align:left;
  }

  body.pg-custom .pg-cta-banner {
    padding:70px 0;
  }

  body.pg-custom .pg-cta-buttons {
    flex-direction:column;
    align-items:center;
  }

  body.pg-custom .pg-cta-buttons .pg-btn {
    width:100%;
    max-width:330px;
  }

  body.pg-custom .pg-footer-bottom {
    flex-direction:column;
    text-align:center;
  }

  body.pg-custom .pg-float-label {
    display:none;
  }
}

@media (max-width:620px) {
  body.pg-custom .pg-nav-top-item {
    font-size:12px;
  }

  body.pg-custom .pg-btn {
    width:100%;
    max-width:340px;
    padding-left:18px;
    padding-right:18px;
  }

  body.pg-custom .pg-hero-buttons {
    flex-direction:column;
    align-items:center;
  }

  body.pg-custom .pg-rating-summary {
    gap:15px;
  }

  body.pg-custom .pg-rating-source {
    width:100%;
    padding-left:0;
    border-left:0;
    display:flex;
    justify-content:center;
  }

  body.pg-custom .pg-review-card {
    flex-basis:100%;
  }

  body.pg-custom .pg-why-grid {
    grid-template-columns:1fr;
  }

  body.pg-custom .pg-gallery-shortcode,
  body.pg-custom .pg-contact-form-card,
  body.pg-custom .pg-mobile-form-card {
    padding:20px;
  }

  body.pg-custom .pg-process-step {
    grid-template-columns:38px minmax(0,1fr);
    gap:14px;
  }

  body.pg-custom .pg-process-number {
    width:38px;
    height:38px;
    font-size:16px;
  }

  body.pg-custom .pg-process-list::before {
    left:19px;
  }

  body.pg-custom .pg-process-step div:last-child {
    padding:18px;
  }

  body.pg-custom .pg-faq-question {
    padding:17px 18px;
    gap:12px;
  }

  body.pg-custom .pg-faq-question span {
    font-size:15px;
  }

  body.pg-custom .pg-contact-grid {
    gap:32px;
  }

  body.pg-custom .pg-footer-main {
    grid-template-columns:1fr;
    gap:28px;
    padding-top:38px;
  }

  body.pg-custom .pg-footer-brand,
  body.pg-custom .pg-footer-col,
  body.pg-custom .pg-footer-brand p {
    text-align:center;
    margin-left:auto;
    margin-right:auto;
  }

  body.pg-custom .pg-footer-col ul {
    align-items:center;
  }

  body.pg-custom .pg-webwizard-credit img {
    height:66px;
  }
}

@media (max-width:420px) {
  body.pg-custom .pg-wrap {
    padding-left:16px;
    padding-right:16px;
  }

  body.pg-custom .pg-nav-logo img {
    height:64px;
  }

  body.pg-custom .pg-hero h1 {
    font-size:32px;
  }

  body.pg-custom .pg-about-badge {
    left:14px;
    right:14px;
    bottom:14px;
  }

  body.pg-custom .pg-float {
    right:16px;
    bottom:16px;
  }
}


/* ===== Revision pass: homepage QA fixes ===== */
body.pg-custom [id^="pg-"] {
  scroll-margin-top:calc(var(--pg-nav) + 22px);
}

body.pg-custom .grecaptcha-badge {
  visibility:hidden !important;
  opacity:0 !important;
  pointer-events:none !important;
}

body.pg-custom .pg-hero-highlight {
  color:var(--pg-gold);
}

body.pg-custom .pg-hero-badges {
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:12px;
  margin:0 0 24px;
}

body.pg-custom .pg-hero-badges img {
  width:auto;
  height:46px;
  max-width:150px;
  object-fit:contain;
  filter:drop-shadow(0 8px 18px rgba(0,0,0,.28));
}

body.pg-custom .pg-hero-buttons {
  margin-bottom:24px;
}

body.pg-custom .pg-hero-trust {
  flex-wrap:nowrap;
  gap:14px;
  align-items:center;
}

body.pg-custom .pg-hero-trust span {
  white-space:nowrap;
  font-size:11px;
}

body.pg-custom .pg-hero-form-card {
  background:#fff;
  border-color:var(--pg-border);
  box-shadow:0 12px 34px rgba(0,0,0,.26);
  backdrop-filter:none;
}

body.pg-custom .pg-hero-form-card .pg-form-card-head h2,
body.pg-custom .pg-hero-form-card .pg-form-card-head-light h2 {
  color:#111;
}

body.pg-custom .pg-hero-form-card .pg-form-card-head span,
body.pg-custom .pg-hero-form-card .pg-recaptcha-note {
  color:#777;
}

body.pg-custom .pg-rating-source img {
  max-height:116px;
  max-width:320px;
}

body.pg-custom .pg-review-cta a {
  background:var(--pg-gold);
  color:#111;
  border-color:var(--pg-gold);
  padding:14px 24px;
}

body.pg-custom .pg-review-cta a:hover,
body.pg-custom .pg-review-cta a:focus-visible {
  background:var(--pg-gold2);
  color:#111;
}

body.pg-custom .pg-stat-row-two {
  grid-template-columns:repeat(2,minmax(0,1fr));
}

body.pg-custom .pg-stat-row-two div:nth-child(2) {
  border-right:0;
}

body.pg-custom .pg-process-list {
  max-width:none;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:0;
  align-items:start;
}

body.pg-custom .pg-process-list::before {
  left:calc(10% + 22px);
  right:calc(10% + 22px);
  top:22px;
  bottom:auto;
  width:auto;
  height:2px;
}

body.pg-custom .pg-process-step {
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:18px;
  text-align:center;
  padding:0 8px;
}

body.pg-custom .pg-process-step div:last-child {
  width:100%;
  min-height:150px;
  border-left:0;
  border-top:3px solid var(--pg-gold);
  padding:20px 16px;
}

body.pg-custom .pg-process-step h3 {
  font-size:14px;
}

body.pg-custom .pg-process-step p {
  font-size:12.5px;
}

body.pg-custom .pg-card-icon {
  background:rgba(196,154,43,.12);
  border-color:rgba(196,154,43,.28);
}

body.pg-custom .pg-contact-details {
  gap:20px;
}

body.pg-custom .pg-contact-item {
  gap:17px;
}

body.pg-custom .pg-contact-icon {
  width:52px;
  height:52px;
}

body.pg-custom .pg-contact-icon svg {
  width:22px;
  height:22px;
  stroke:var(--pg-gold);
}

body.pg-custom .pg-contact-item span {
  color:var(--pg-gold);
  font-size:13px;
}

body.pg-custom .pg-contact-item a,
body.pg-custom .pg-contact-item p {
  color:var(--pg-t1);
  font-size:18px;
  font-weight:800;
}

body.pg-custom .pg-webwizard-credit img {
  height:111px;
}

body.pg-custom .pg-webwizard-credit p,
body.pg-custom .pg-webwizard-credit p a {
  color:var(--pg-gold);
}

body.pg-custom .pg-webwizard-credit p a:hover,
body.pg-custom .pg-webwizard-credit p a:focus-visible {
  color:var(--pg-gold2);
}

@media (max-width:1024px) {
  body.pg-custom .pg-process-list {
    max-width:920px;
    margin:0 auto;
    display:flex;
    flex-direction:column;
    gap:14px;
  }

  body.pg-custom .pg-process-list::before {
    left:22px;
    top:22px;
    bottom:22px;
    right:auto;
    width:2px;
    height:auto;
  }

  body.pg-custom .pg-process-step {
    display:grid;
    grid-template-columns:44px minmax(0,1fr);
    gap:20px;
    align-items:start;
    text-align:left;
    padding:0;
  }

  body.pg-custom .pg-process-step div:last-child {
    min-height:0;
    border-top:0;
    border-left:3px solid var(--pg-gold);
    padding:22px 24px;
  }
}

@media (max-width:768px) {
  body.pg-custom {
    --pg-nav:116px;
  }

  body.pg-custom .pg-nav-top {
    padding:10px 0;
  }

  body.pg-custom .pg-nav-top-item {
    font-size:22px;
    font-weight:900;
  }

  body.pg-custom .pg-nav-top-item svg {
    width:24px;
    height:24px;
  }

  body.pg-custom .pg-mobile-menu .pg-btn {
    margin-left:auto;
    margin-right:auto;
    justify-content:center;
    text-align:center;
  }

  body.pg-custom .pg-hero-bg {
    opacity:.74;
  }

  body.pg-custom .pg-hero-grad {
    background:linear-gradient(180deg,rgba(10,10,10,.58) 0%,rgba(10,10,10,.64) 54%,rgba(10,10,10,.82) 100%);
  }

  body.pg-custom .pg-hero-badges {
    justify-content:center;
    gap:10px;
    margin-bottom:22px;
  }

  body.pg-custom .pg-hero-badges img {
    height:42px;
    max-width:142px;
  }

  body.pg-custom .pg-hero-badge-mybuilder {
    display:none;
  }

  body.pg-custom .pg-hero-trust {
    flex-wrap:wrap;
    justify-content:center;
  }

  body.pg-custom .pg-hero-trust span {
    white-space:normal;
  }

  body.pg-custom .pg-why-card {
    text-align:center;
  }

  body.pg-custom .pg-why-card .pg-card-icon {
    margin-left:auto;
    margin-right:auto;
  }

  body.pg-custom .pg-contact-item span {
    font-size:11px;
  }

  body.pg-custom .pg-contact-item a,
  body.pg-custom .pg-contact-item p {
    font-size:16px;
  }

  body.pg-custom .pg-webwizard-credit img {
    height:92px;
  }

  body.pg-custom .pg-footer-logo img {
    margin-left:auto;
    margin-right:auto;
  }
}

@media (max-width:620px) {
  body.pg-custom .pg-review-card {
    flex-basis:100%;
  }

  body.pg-custom .pg-rating-source img {
    max-height:88px;
  }
}

@media (max-width:420px) {
  body.pg-custom .pg-nav-top-item {
    font-size:20px;
  }

  body.pg-custom .pg-nav-top-item svg {
    width:22px;
    height:22px;
  }

  body.pg-custom .pg-hero-badges img {
    height:38px;
    max-width:132px;
  }
}

body.pg-custom .pg-hero-sub {
  margin-bottom:20px;
}


/* ===== Revision pass 2: badges, footer, menu/link refinements ===== */
body.pg-custom .pg-hero-badges img {
  height:138px;
  max-width:360px;
}

body.pg-custom .pg-webwizard-credit p {
  color:rgba(255,255,255,.86);
}

body.pg-custom .pg-webwizard-credit p span {
  color:rgba(255,255,255,.86);
}

body.pg-custom .pg-webwizard-credit p a {
  color:var(--pg-gold);
}

body.pg-custom .pg-footer-bottom p,
body.pg-custom .pg-footer-bottom a {
  color:rgba(255,255,255,.46);
  font-size:12px;
}

body.pg-custom .pg-footer-bottom a:hover,
body.pg-custom .pg-footer-bottom a:focus-visible {
  color:var(--pg-gold);
}

@media (max-width:768px) {
  body.pg-custom .pg-hero-grad {
    background:linear-gradient(180deg,rgba(10,10,10,.70) 0%,rgba(10,10,10,.72) 54%,rgba(10,10,10,.86) 100%);
  }

  body.pg-custom .pg-hero-badges img {
    height:112px;
    max-width:44vw;
  }
}

@media (max-width:620px) {
  body.pg-custom .pg-rating-source img {
    max-height:176px;
    max-width:290px;
  }
}

@media (max-width:420px) {
  body.pg-custom .pg-hero-badges img {
    height:104px;
    max-width:43vw;
  }
}


/* ===== Inner page templates ===== */
body.pg-custom .pg-inner-hero {
  position:relative;
  min-height:560px;
  padding-top:var(--pg-nav);
  display:flex;
  align-items:flex-end;
  background:var(--pg-dark);
  overflow:hidden;
}

body.pg-custom .pg-inner-hero-bg,
body.pg-custom .pg-inner-hero-grad {
  position:absolute;
  inset:0;
}

body.pg-custom .pg-inner-hero-bg {
  background-size:cover;
  background-position:center;
  opacity:.68;
  transform:scale(1.02);
}

body.pg-custom .pg-inner-hero-grad {
  background:linear-gradient(100deg,rgba(10,10,10,.92) 0%,rgba(10,10,10,.76) 48%,rgba(10,10,10,.34) 100%);
}

body.pg-custom .pg-inner-hero-content {
  position:relative;
  z-index:1;
  max-width:820px;
  padding-bottom:72px;
}

body.pg-custom .pg-inner-hero h1 {
  margin:4px 0 18px;
  color:#fff;
  font-size:clamp(38px,5.8vw,68px);
  font-weight:900;
  line-height:1.04;
  text-transform:uppercase;
  letter-spacing:-.01em;
}

body.pg-custom .pg-inner-hero-content > p:not(.pg-eyebrow-light) {
  max-width:650px;
  margin:0 0 24px;
  color:rgba(255,255,255,.68);
  font-size:17px;
  line-height:1.72;
}

body.pg-custom .pg-inner-trust,
body.pg-custom .pg-inner-hero-buttons {
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}

body.pg-custom .pg-inner-trust {
  margin:0 0 30px;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.12);
}

body.pg-custom .pg-inner-trust span {
  display:flex;
  align-items:center;
  gap:8px;
  color:rgba(255,255,255,.58);
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.06em;
}

body.pg-custom .pg-inner-trust i {
  width:5px;
  height:5px;
  border-radius:50%;
  background:var(--pg-gold);
  flex:0 0 auto;
}

body.pg-custom .pg-inner-split {
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(360px,.92fr);
  gap:70px;
  align-items:center;
}

body.pg-custom .pg-inner-split-wide {
  grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);
}

body.pg-custom .pg-inner-copy h2 {
  margin:4px 0 18px;
  color:var(--pg-t1);
  font-size:clamp(26px,3.5vw,42px);
  font-weight:900;
  line-height:1.12;
  text-transform:uppercase;
  letter-spacing:.02em;
}

body.pg-custom .pg-inner-copy p:not(.pg-eyebrow) {
  margin:0 0 16px;
  color:var(--pg-t2);
  font-size:15px;
  line-height:1.78;
}

body.pg-custom .pg-button-row-left {
  margin-top:28px;
}

body.pg-custom .pg-inner-image-card {
  position:relative;
  min-width:0;
  border-radius:var(--pg-radius);
  overflow:hidden;
  border:1px solid var(--pg-border);
  box-shadow:0 8px 28px rgba(0,0,0,.08);
  background:#111;
}

body.pg-custom .pg-inner-image-card img {
  width:100%;
  height:440px;
  object-fit:cover;
}

body.pg-custom .pg-inner-image-card span {
  position:absolute;
  right:18px;
  bottom:18px;
  max-width:260px;
  background:#111;
  border-left:3px solid var(--pg-gold);
  color:#fff;
  padding:12px 15px;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.05em;
}

body.pg-custom .pg-inline-stats {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin:32px 0 28px;
  padding-top:26px;
  border-top:3px solid var(--pg-gold);
}

body.pg-custom .pg-inline-stats div {
  padding:0 18px;
  border-right:1px solid rgba(0,0,0,.09);
}

body.pg-custom .pg-inline-stats div:first-child { padding-left:0; }
body.pg-custom .pg-inline-stats div:last-child { border-right:0; }

body.pg-custom .pg-inline-stats strong {
  display:block;
  color:var(--pg-gold);
  font-size:34px;
  font-weight:900;
  line-height:1;
  margin-bottom:5px;
}

body.pg-custom .pg-inline-stats span {
  display:block;
  color:var(--pg-t3);
  font-size:11px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
}

body.pg-custom .pg-check-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:2px;
  background:rgba(0,0,0,.09);
  border-radius:var(--pg-radius);
  overflow:hidden;
}

body.pg-custom .pg-check-card {
  background:#fff;
  padding:24px;
  display:flex;
  gap:13px;
  align-items:flex-start;
  min-width:0;
}

body.pg-custom .pg-check-card svg,
body.pg-custom .pg-tick-list svg {
  width:20px;
  height:20px;
  flex:0 0 auto;
  stroke:var(--pg-gold);
  fill:none;
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}

body.pg-custom .pg-check-card span {
  color:var(--pg-t1);
  font-size:14px;
  font-weight:800;
  line-height:1.45;
}

body.pg-custom .pg-mini-service-grid {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}

body.pg-custom .pg-mini-service-grid a {
  background:#fff;
  border:1px solid var(--pg-border);
  border-top:3px solid var(--pg-gold);
  border-radius:var(--pg-radius);
  min-height:132px;
  padding:22px;
  display:flex;
  align-items:flex-end;
  color:var(--pg-t1);
  font-size:15px;
  font-weight:900;
  line-height:1.25;
  text-transform:uppercase;
  letter-spacing:.03em;
  transition:transform .16s ease, box-shadow .16s ease;
}

body.pg-custom .pg-mini-service-grid a:hover {
  transform:translateY(-2px);
  box-shadow:0 8px 24px rgba(0,0,0,.08);
}

body.pg-custom .pg-inner-service-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
}

body.pg-custom .pg-inner-service-card {
  display:grid;
  grid-template-columns:180px minmax(0,1fr);
  gap:0;
  min-width:0;
  background:var(--pg-dark);
  color:#fff;
  border-radius:var(--pg-radius);
  overflow:hidden;
  border:1px solid rgba(255,255,255,.08);
}

body.pg-custom .pg-inner-service-card img {
  width:100%;
  height:100%;
  min-height:220px;
  object-fit:cover;
}

body.pg-custom .pg-inner-service-card div {
  padding:24px;
}

body.pg-custom .pg-inner-service-card h3 {
  margin:0 0 10px;
  font-size:18px;
  font-weight:900;
  line-height:1.16;
  text-transform:uppercase;
  letter-spacing:.03em;
}

body.pg-custom .pg-inner-service-card p {
  margin:0 0 16px;
  color:rgba(255,255,255,.6);
  font-size:14px;
  line-height:1.65;
}

body.pg-custom .pg-inner-service-card a {
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:var(--pg-gold);
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}

body.pg-custom .pg-inner-service-card a svg {
  width:14px;
  height:14px;
  stroke:currentColor;
  fill:none;
  stroke-width:2;
}

body.pg-custom .pg-inner-gallery-stack {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

body.pg-custom .pg-inner-gallery-stack img {
  width:100%;
  height:210px;
  object-fit:cover;
  border-radius:var(--pg-radius);
  border:1px solid var(--pg-border);
}

body.pg-custom .pg-inner-gallery-stack img:first-child {
  grid-column:1 / -1;
  height:280px;
}

body.pg-custom .pg-tick-list {
  display:flex;
  flex-direction:column;
  gap:12px;
  margin-top:20px;
}

body.pg-custom .pg-tick-list p {
  display:flex;
  gap:12px;
  align-items:flex-start;
  margin:0;
  color:var(--pg-t2);
  font-size:15px;
  line-height:1.55;
  font-weight:700;
}

body.pg-custom .pg-process-list-horizontal {
  max-width:none;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:0;
}

body.pg-custom .pg-process-list-horizontal::before {
  display:none;
}

body.pg-custom .pg-process-list-horizontal .pg-process-step {
  display:block;
  padding:0 14px;
  text-align:center;
}

body.pg-custom .pg-process-list-horizontal .pg-process-number {
  margin:0 auto 18px;
}

body.pg-custom .pg-process-list-horizontal .pg-process-step div:last-child {
  min-height:168px;
  border-left:0;
  border-top:3px solid var(--pg-gold);
}

body.pg-custom .pg-project-card-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}

body.pg-custom .pg-project-card {
  background:#fff;
  border:1px solid var(--pg-border);
  border-top:3px solid var(--pg-gold);
  border-radius:var(--pg-radius);
  overflow:hidden;
  box-shadow:0 4px 22px rgba(0,0,0,.06);
}

body.pg-custom .pg-project-card img {
  width:100%;
  height:230px;
  object-fit:cover;
}

body.pg-custom .pg-project-card div {
  padding:22px;
}

body.pg-custom .pg-project-card h3 {
  margin:0 0 8px;
  color:var(--pg-t1);
  font-size:17px;
  font-weight:900;
  line-height:1.16;
  text-transform:uppercase;
}

body.pg-custom .pg-project-card p {
  margin:0;
  color:var(--pg-t3);
  font-size:14px;
  line-height:1.62;
}

body.pg-custom .pg-contact-details-large .pg-contact-icon {
  width:52px;
  height:52px;
}

body.pg-custom .pg-contact-details-large .pg-contact-icon svg {
  width:22px;
  height:22px;
}

body.pg-custom .pg-contact-details-large .pg-contact-item span {
  font-size:12px;
}

body.pg-custom .pg-contact-details-large .pg-contact-item a,
body.pg-custom .pg-contact-details-large .pg-contact-item p {
  font-size:18px;
}

body.pg-custom .pg-legal-content {
  max-width:880px;
}

body.pg-custom .pg-legal-content h2,
body.pg-custom .pg-legal-content h3 {
  color:var(--pg-t1);
  font-weight:900;
  text-transform:uppercase;
  line-height:1.15;
}

body.pg-custom .pg-legal-content h2 {
  font-size:34px;
  margin:0 0 20px;
}

body.pg-custom .pg-legal-content h3 {
  font-size:20px;
  margin:30px 0 10px;
}

body.pg-custom .pg-legal-content p {
  color:var(--pg-t2);
  font-size:16px;
  line-height:1.78;
}

@media (max-width:1024px) {
  body.pg-custom .pg-inner-split,
  body.pg-custom .pg-inner-split-wide,
  body.pg-custom .pg-contact-grid {
    grid-template-columns:1fr;
    gap:42px;
  }

  body.pg-custom .pg-mini-service-grid,
  body.pg-custom .pg-project-card-grid {
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  body.pg-custom .pg-check-grid {
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:900px) {
  body.pg-custom .pg-inner-service-grid {
    grid-template-columns:1fr;
  }

  body.pg-custom .pg-process-list-horizontal {
    display:flex;
    flex-direction:column;
    gap:14px;
    max-width:920px;
  }

  body.pg-custom .pg-process-list-horizontal .pg-process-step {
    display:grid;
    grid-template-columns:44px minmax(0,1fr);
    gap:20px;
    text-align:left;
    padding:0;
  }

  body.pg-custom .pg-process-list-horizontal .pg-process-number {
    margin:0;
  }

  body.pg-custom .pg-process-list-horizontal .pg-process-step div:last-child {
    min-height:0;
    border-top:0;
    border-left:3px solid var(--pg-gold);
  }
}

@media (max-width:768px) {
  body.pg-custom .pg-inner-hero {
    min-height:520px;
  }

  body.pg-custom .pg-inner-hero-grad {
    background:linear-gradient(180deg,rgba(10,10,10,.72) 0%,rgba(10,10,10,.78) 58%,rgba(10,10,10,.9) 100%);
  }

  body.pg-custom .pg-inner-hero-content {
    text-align:center;
    padding-bottom:54px;
  }

  body.pg-custom .pg-inner-hero-content .pg-eyebrow-light {
    justify-content:center;
  }

  body.pg-custom .pg-inner-hero-content .pg-eyebrow-light::before {
    display:none;
  }

  body.pg-custom .pg-inner-hero-content > p:not(.pg-eyebrow-light) {
    margin-left:auto;
    margin-right:auto;
  }

  body.pg-custom .pg-inner-trust,
  body.pg-custom .pg-inner-hero-buttons {
    justify-content:center;
  }

  body.pg-custom .pg-inner-image-card img {
    height:300px;
  }

  body.pg-custom .pg-inline-stats,
  body.pg-custom .pg-check-grid,
  body.pg-custom .pg-mini-service-grid,
  body.pg-custom .pg-project-card-grid {
    grid-template-columns:1fr;
  }

  body.pg-custom .pg-check-card {
    text-align:center;
    justify-content:center;
    flex-direction:column;
    align-items:center;
  }

  body.pg-custom .pg-inner-service-card {
    grid-template-columns:1fr;
  }

  body.pg-custom .pg-inner-service-card img {
    height:230px;
  }

  body.pg-custom .pg-inner-gallery-stack {
    grid-template-columns:1fr;
  }

  body.pg-custom .pg-inner-gallery-stack img,
  body.pg-custom .pg-inner-gallery-stack img:first-child {
    height:220px;
  }

  body.pg-custom .pg-contact-details-large .pg-contact-item a,
  body.pg-custom .pg-contact-details-large .pg-contact-item p {
    font-size:16px;
  }
}

@media (max-width:520px) {
  body.pg-custom .pg-inner-hero-buttons .pg-btn {
    width:100%;
  }

  body.pg-custom .pg-inline-stats div {
    border-right:0;
    border-bottom:1px solid rgba(0,0,0,.08);
    padding:18px 0;
    text-align:center;
  }

  body.pg-custom .pg-inline-stats div:last-child {
    border-bottom:0;
  }
}


/* ===== Combined revision overrides - 2026-05-08 ===== */
body.pg-custom .pg-inner-hero-content {
  max-width:1080px;
  width:100%;
}

body.pg-custom .pg-inner-hero h1 {
  max-width:980px;
}

body.pg-custom .pg-inner-hero-content > p:not(.pg-eyebrow-light) {
  max-width:760px;
}

body.pg-custom .pg-footer-brand p,
body.pg-custom .pg-footer-col li,
body.pg-custom .pg-footer-col a {
  color:rgba(255,255,255,.62);
}

body.pg-custom .pg-footer-bottom p,
body.pg-custom .pg-footer-bottom a {
  color:rgba(255,255,255,.58);
}

body.pg-custom .pg-faq-question i {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:1;
  text-align:center;
}

body.pg-custom .pg-process-list-horizontal {
  gap:28px;
}

body.pg-custom .pg-process-list-horizontal .pg-process-step {
  padding:0;
}

body.pg-custom .pg-process-list-horizontal .pg-process-step div:last-child {
  min-height:0;
  padding:20px 20px 22px;
  background:#1d1d1d;
  border-color:rgba(255,255,255,.12);
}

body.pg-custom .pg-process-step p {
  color:rgba(255,255,255,.68);
}

body.pg-custom .pg-service-scope-grid {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}

body.pg-custom .pg-service-scope-card {
  background:#fff;
  border:1px solid var(--pg-border);
  border-top:3px solid var(--pg-gold);
  border-radius:var(--pg-radius);
  padding:24px;
  min-width:0;
}

body.pg-custom .pg-service-scope-card h3 {
  margin:0 0 14px;
  color:var(--pg-t1);
  font-size:17px;
  font-weight:900;
  line-height:1.18;
  text-transform:uppercase;
  letter-spacing:.03em;
}

body.pg-custom .pg-service-scope-card ul {
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:9px;
}

body.pg-custom .pg-service-scope-card li {
  position:relative;
  padding-left:20px;
  color:var(--pg-t2);
  font-size:14px;
  line-height:1.45;
  font-weight:700;
}

body.pg-custom .pg-service-scope-card li::before {
  content:'✓';
  position:absolute;
  left:0;
  top:0;
  color:var(--pg-gold);
  font-weight:900;
}

body.pg-custom .pg-service-scope-note {
  margin:24px auto 0;
  max-width:860px;
  padding:16px 18px;
  background:#111;
  color:rgba(255,255,255,.78);
  border-left:3px solid var(--pg-gold);
  border-radius:var(--pg-radius);
  font-size:15px;
  line-height:1.65;
  text-align:center;
}

body.pg-custom .pg-before-after-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

body.pg-custom .pg-before-after-card {
  position:relative;
  overflow:hidden;
  border-radius:var(--pg-radius);
  border:1px solid var(--pg-border);
  background:#111;
  box-shadow:0 8px 28px rgba(0,0,0,.08);
}

body.pg-custom .pg-before-after-card img {
  width:100%;
  height:380px;
  object-fit:cover;
}

body.pg-custom .pg-before-after-card span {
  position:absolute;
  left:14px;
  bottom:14px;
  background:#111;
  border-left:3px solid var(--pg-gold);
  color:#fff;
  padding:10px 14px;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.07em;
}

body.pg-custom .pg-thank-grid {
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(360px,.85fr);
  gap:46px;
  align-items:start;
}

body.pg-custom .pg-thank-card {
  background:#fff;
  border:1px solid var(--pg-border);
  border-top:3px solid var(--pg-gold);
  border-radius:var(--pg-radius);
  padding:34px;
  box-shadow:0 6px 26px rgba(0,0,0,.06);
}

body.pg-custom .pg-thank-card h2 {
  margin:4px 0 16px;
  color:var(--pg-t1);
  font-size:clamp(28px,3.5vw,44px);
  font-weight:900;
  line-height:1.08;
  text-transform:uppercase;
}

body.pg-custom .pg-thank-card > p:not(.pg-eyebrow),
body.pg-custom .pg-thank-note {
  color:var(--pg-t2);
  font-size:16px;
  line-height:1.72;
}

body.pg-custom .pg-thank-note {
  margin-top:20px;
  color:var(--pg-t3);
}

body.pg-custom .pg-thank-form-card {
  max-width:none;
}

body.pg-custom .pg-about-service-grid {
  margin-top:0;
}

body.pg-custom .pg-map-card iframe {
  display:block;
  width:100%;
}

body.pg-custom .pg-legal-content a,
body.pg-custom .pg-inner-copy a:not(.pg-btn) {
  color:var(--pg-gold);
  font-weight:800;
  text-decoration:none;
}

@media (max-width:1024px) {
  body.pg-custom .pg-service-scope-grid {
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  body.pg-custom .pg-thank-grid {
    grid-template-columns:1fr;
  }
}

@media (max-width:900px) {
  body.pg-custom .pg-process-list-horizontal {
    gap:14px;
  }

  body.pg-custom .pg-process-list-horizontal .pg-process-step div:last-child {
    border-top:0;
    border-left:3px solid var(--pg-gold);
  }
}

@media (max-width:768px) {
  body.pg-custom .pg-service-scope-grid,
  body.pg-custom .pg-before-after-grid {
    grid-template-columns:1fr;
  }

  body.pg-custom .pg-service-scope-note {
    text-align:left;
  }

  body.pg-custom .pg-before-after-card img {
    height:260px;
  }

  body.pg-custom .pg-thank-card {
    padding:26px 22px;
  }
}


/* ===== Final mobile/layout revision pass - 2026-05-08 ===== */
body.pg-custom .pg-contact-grid-form-first {
  grid-template-columns:minmax(420px,1.2fr) minmax(0,1fr);
}

body.pg-custom .pg-thank-grid-form-first {
  grid-template-columns:minmax(380px,.9fr) minmax(0,1fr);
}

body.pg-custom .pg-footer-col h4 {
  color:rgba(255,255,255,.7);
  font-size:13px;
  letter-spacing:.13em;
  margin-bottom:16px;
}

body.pg-custom .pg-footer-brand p,
body.pg-custom .pg-footer-col li,
body.pg-custom .pg-footer-col a,
body.pg-custom .pg-footer-bottom p,
body.pg-custom .pg-footer-bottom a {
  color:rgba(255,255,255,.66);
}

body.pg-custom .pg-inner-image-card img[alt="TrueLine Brickwork van outside a completed Stockport brickwork project"] {
  object-position:78% center;
}

body.pg-custom .pg-process-list-horizontal {
  align-items:stretch;
}

body.pg-custom .pg-process-list-horizontal .pg-process-step {
  height:100%;
  display:flex;
  flex-direction:column;
}

body.pg-custom .pg-process-list-horizontal .pg-process-step div:last-child {
  min-height:128px;
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
}

body.pg-custom .pg-process-step p {
  color:rgba(255,255,255,.72);
}

body.pg-custom .pg-location-service-grid {
  grid-template-columns:repeat(4,minmax(0,1fr));
}

body.pg-custom .pg-location-service-grid .pg-inner-service-card {
  min-height:100%;
}

@media (max-width:1024px) {
  body.pg-custom .pg-contact-grid-form-first,
  body.pg-custom .pg-thank-grid-form-first,
  body.pg-custom .pg-location-service-grid {
    grid-template-columns:1fr;
  }
}

@media (max-width:900px) {
  body.pg-custom .pg-process-list-horizontal .pg-process-step {
    display:grid;
    grid-template-columns:44px minmax(0,1fr);
    height:auto;
  }
  body.pg-custom .pg-process-list-horizontal .pg-process-step div:last-child {
    min-height:0;
    height:auto;
  }
}

@media (max-width:768px) {
  body.pg-custom .pg-inner-hero {
    padding-top:calc(var(--pg-nav) + 22px);
  }

  body.pg-custom .pg-inner-hero-content {
    padding-top:18px;
  }

  body.pg-custom .pg-section-head,
  body.pg-custom .pg-inner-copy,
  body.pg-custom .pg-areas-grid > div:first-child,
  body.pg-custom .pg-cta-inner,
  body.pg-custom .pg-thank-card {
    text-align:center;
  }

  body.pg-custom .pg-section-head p,
  body.pg-custom .pg-inner-copy > p,
  body.pg-custom .pg-inner-copy h2,
  body.pg-custom .pg-inner-copy h3,
  body.pg-custom .pg-areas-grid > div:first-child p,
  body.pg-custom .pg-thank-card > p:not(.pg-eyebrow) {
    margin-left:auto;
    margin-right:auto;
  }

  body.pg-custom .pg-button-row-left,
  body.pg-custom .pg-cta-buttons,
  body.pg-custom .pg-final-btns {
    justify-content:center;
  }

  body.pg-custom .pg-inner-copy > .pg-btn,
  body.pg-custom .pg-areas-grid .pg-btn,
  body.pg-custom .pg-thank-card .pg-btn {
    margin-left:auto;
    margin-right:auto;
  }

  body.pg-custom .pg-tick-list,
  body.pg-custom .pg-check-grid,
  body.pg-custom .pg-service-scope-card,
  body.pg-custom .pg-contact-info,
  body.pg-custom .pg-contact-form-card,
  body.pg-custom .pg-thank-form-card,
  body.pg-custom .pg-footer-col,
  body.pg-custom .pg-footer-contact {
    text-align:left;
  }

  body.pg-custom .pg-service-scope-card {
    padding:32px 30px;
  }

  body.pg-custom .pg-service-scope-card h3 {
    font-size:24px;
    line-height:1.15;
  }

  body.pg-custom .pg-service-scope-card li {
    font-size:22px;
    line-height:1.35;
    padding-left:30px;
  }

  body.pg-custom .pg-service-scope-card li::before {
    font-size:23px;
    top:-1px;
  }

  body.pg-custom .pg-footer-col h4 {
    font-size:14px;
  }
}

/* ===== Final combined quick fixes - 2026-05-08 ===== */
body.pg-custom .pg-location-home-service-grid {
  grid-template-columns:repeat(2,minmax(0,1fr));
}

body.pg-custom .pg-contact-hero {
  min-height:430px;
}

body.pg-custom .pg-contact-hero .pg-inner-hero-content {
  padding-bottom:44px;
}

@media (max-width:900px) {
  body.pg-custom .pg-location-home-service-grid {
    grid-template-columns:1fr;
  }
}

@media (max-width:768px) {
  body.pg-custom .pg-contact-hero {
    min-height:360px;
    padding-top:calc(var(--pg-nav) + 10px);
  }

  body.pg-custom .pg-contact-hero .pg-inner-hero-content {
    padding-top:8px;
    padding-bottom:34px;
  }

  body.pg-custom .pg-contact-hero h1 {
    font-size:clamp(34px,11vw,48px);
    margin-bottom:12px;
  }

  body.pg-custom .pg-contact-hero .pg-inner-hero-content > p:not(.pg-eyebrow-light) {
    margin-bottom:0;
  }

  body.pg-custom .pg-footer-col h4,
  body.pg-custom .pg-footer-contact h4 {
    display:block;
    width:100%;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
  }
}
